]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
- code cleanups and minor fixes
[pkg/abook.git] / configure.in
index f5d609775af8486bb6a49332acd68b33912f165f..b2e409a0cb5c365bb326cc5d7844fe9b397e82cc 100644 (file)
@@ -1,12 +1,9 @@
 dnl abook configure.in
 
 AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 0.5.2pre)
+AM_INIT_AUTOMAKE(abook, 0.5.4rc3)
 AM_CONFIG_HEADER(config.h)
 
-dnl AC_DEFINE(HAVE_STDARG_H, 0, [Define if you have the <stdarg.h> header file.])
-dnl AC_DEFINE(HAVE_NCURSES_H, 0, [Define if you have the <ncurses.h> header file.])
-
 AC_CANONICAL_HOST
 
 AC_PROG_CC
@@ -111,7 +108,7 @@ AC_ARG_ENABLE(debug, [  --enable-debug          Enable debugging support ], [cas
        esac], [debug=false])
 
 if test x$debug = xtrue; then
-       CPPFLAGS="-DDEBUG $CPPFLAGS"
+       CPPFLAGS="-DDEBUG=1 $CPPFLAGS"
        CFLAGS="-g $CFLAGS"
 fi