X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=configure.in;h=30cc0a33b1664b814ac1e7164ea5b9571678fa0c;hb=79a77ff8c37fd55fcbe2983974ce82e6348f3926;hp=0240ca39336e052f3fd807559a8a914737a438ba;hpb=0c943338ec90d44e3c36eeb3bb942a9425681a67;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index 0240ca3..30cc0a3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.4.12) +AM_INIT_AUTOMAKE(abook, 0.4.14) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -24,7 +24,7 @@ dnl (n)curses detection dnl ------------------- abook_cv_curses=/usr -AC_ARG_WITH(curses, [ --with-curses=DIR Where ncurses is installed ], +AC_ARG_WITH(curses, [ --with-curses=DIR Where ncurses is installed ], [if test $withval != yes; then abook_cv_curses=$withval fi @@ -50,7 +50,7 @@ AC_CHECK_FUNCS(resizeterm) AC_CHECK_FUNC(snprintf, [AC_DEFINE(HAVE_SNPRINTF)],) AC_CHECK_FUNC(vsnprintf, [AC_DEFINE(HAVE_VSNPRINTF)],) -AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging support ], [case "${enableval}" in +AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging support ], [case "${enableval}" in yes) debug=true ;; no) debug=false ;; *) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;