X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=configure.in;h=b2e409a0cb5c365bb326cc5d7844fe9b397e82cc;hb=baf1c7616dd0a5fa1bafde2045ac2af22d95122a;hp=ecc32f0507b59b974d98a840cd8b3dd05675634e;hpb=d3c55f5a5fcd740475ae9a3195986b455465be69;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index ecc32f0..b2e409a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ 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) 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