X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=configure.in;h=f4164208c18ec16ebe4c68f4685f51cb141393d6;hb=56245080062a7f3d46b47bf7def240115e34fb38;hp=772c81c4faffe2ed93056ac8077d1905efa89148;hpb=c3ff1f082b1f67fe5bcb535b43825356fc8800aa;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index 772c81c..f416420 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,14 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 2002xxxx) +AM_INIT_AUTOMAKE(abook, 20030530) AM_CONFIG_HEADER(config.h) +AC_DEFINE(HAVE_SNPRINTF, 0, [Define if snprintf is available.]) +AC_DEFINE(HAVE_VSNPRINTF, 0, [Define if vsnprintf is available.]) +AC_DEFINE(HAVE_STDARG_H, 0, [Define if you have the header file.]) +AC_DEFINE(HAVE_NCURSES, 0, [Define if you have the header file.]) + AC_CANONICAL_HOST AC_PROG_CC