X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=c59165f50cf4566138483cdef909e8e19385293f;hb=d8dcc0c24963421f39a6c5b80d456a80fee1ccd9;hp=0a49f8ca4c3b110dfad844d0bf5c986a60484ba6;hpb=0d3c17d9ab127e5596c8fb97d65122b3b90f6b11;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index 0a49f8c..c59165f 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.12pre1) +AM_INIT_AUTOMAKE(abook, 0.4.15) 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) ;;