Changeset 49 for trunk/configure.ac
- Timestamp:
- 04/13/06 05:47:01 (3 years ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r40 r49 6 6 AM_INIT_AUTOMAKE 7 7 AM_MAINTAINER_MODE 8 9 dnl Parameters. 10 AC_ARG_ENABLE([debug], [ --enable-debug turn on debugging [[default=no]]]) 11 if test "x$enable_debug" != "xyes"; then 12 DEBUGFLAGS="-DNDEBUG -DG_DISABLE_ASSERT" 13 else 14 DEBUGFLAGS="-DDEBUG" 15 fi 16 CFLAGS="$CFLAGS -Wall -pedantic $DEBUGFLAGS" 17 CXXFLAGS="$CXXFLAGS -Wall -pedantic -Wno-long-long $DEBUGFLAGS" 8 18 9 19 dnl Check for programs. … … 51 61 src/gtk/Makefile \ 52 62 tests/Makefile \ 53 doc/Makefile]) 63 doc/Makefile \ 64 doc/Doxyfile]) 54 65 AC_OUTPUT
