Changeset 4104
- Timestamp:
- Jun 15, 2009, 1:33:10 PM (15 years ago)
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap
r4103 r4104 3 3 aclocal \ 4 4 && libtoolize --force \ 5 && autoheader \ 5 6 && automake -a --foreign --add-missing \ 6 7 && autoreconf -
configure.ac
r3993 r4104 3 3 AC_CONFIG_SRCDIR([source/ariba/ariba.h]) 4 4 AC_CONFIG_MACRO_DIR([m4]) 5 AC_CONFIG_HEADER([source/ariba/config.h]) 5 6 6 7 AC_ARG_ENABLE(debug, [ --enable-debug Enable debug options], enable_debug=$enableval, enable_debug=no) … … 25 26 26 27 AC_LANG(C++) 28 29 dnl Check for maemo platform 30 AX_MAEMO 27 31 28 32 dnl Check for doxygen and features -
source/ariba/Makefile.am
r4076 r4104 19 19 20 20 libariba_la_LDFLAGS = -version-info 0:0:0 21 libariba_la_LDFLAGS += -Wl,-zmuldefs22 21 23 22 # compiler flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note:
See TracChangeset
for help on using the changeset viewer.