]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
- code cleanups and minor fixes
[pkg/abook.git] / configure.in
index 69f884c43678ba4f42d5692f254501671669a852..b2e409a0cb5c365bb326cc5d7844fe9b397e82cc 100644 (file)
@@ -1,7 +1,7 @@
 dnl abook configure.in
 
 AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 0.5.4)
+AM_INIT_AUTOMAKE(abook, 0.5.4rc3)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST
@@ -108,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