X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=configure.in;h=a03bbe75cbe11a250c41e4b89f8d4dabd357e003;hb=7d50ad7bf95f96320e86f9201533ae308609aa05;hp=f1bb8d635e9f2b79ed85bb87d381d9fb96a4415f;hpb=d4cd6aada86c2d1c3e046b91a271184e659716fa;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index f1bb8d6..a03bbe7 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.15pre2) +AM_INIT_AUTOMAKE(abook, 2002xxxx) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -17,6 +17,7 @@ AC_PROG_INSTALL AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h locale.h termios.h linux/termios.h sys/ioctl.h) AC_CHECK_HEADER(stdarg.h,AC_DEFINE(HAVE_STDARG_H),AC_MSG_ERROR([*** stdarg.h is missing on your system ***])) +AC_FUNC_STRCOLL AC_CHECK_FUNCS(setlocale) dnl ------------------- @@ -45,6 +46,12 @@ dnl -------------------------- dnl end of (n)curses detection dnl -------------------------- +AC_LIB_READLINE + +if test x$ac_cv_lib_readline = xno -o x$ac_cv_lib_readline_history = xno; then + AC_MSG_ERROR([*** readline library not found or it doesn't support history ***]) +fi + AC_CHECK_FUNCS(resizeterm) AC_CHECK_FUNC(snprintf, [AC_DEFINE(HAVE_SNPRINTF)],) @@ -65,5 +72,5 @@ if test x$GCC = xyes; then CFLAGS="-Wall $CFLAGS" fi -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile abook.spec)