X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=blobdiff_plain;f=configure.ac;h=6b2c2612a34c2936b3553bed2290e195235ae0bf;hp=bfe8e7e37d55fd8f7379bcb2428ff84be986ed59;hb=b8891aaf2714831bd2148cf8833b065c6aaf178a;hpb=41864407018fedd409811621041aab12153cc89a diff --git a/configure.ac b/configure.ac index bfe8e7e..6b2c261 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl abook configure.in -AC_INIT +AC_INIT([Abook], [0.6.0pre2], [abook-devel@lists.sourceforge.net], [abook], [http://abook.sourceforge.net]) AC_CONFIG_SRCDIR([abook.c]) -AM_INIT_AUTOMAKE(abook, 0.6.0pre2) AC_CONFIG_HEADER(config.h) +AM_INIT_AUTOMAKE dnl --------------- dnl gettext support @@ -44,7 +44,6 @@ dnl ---------------------- AC_PROG_CC AC_SEARCH_LIBS([strerror],[cposix]) -AM_C_PROTOTYPES if test "x$U" != "x"; then AC_MSG_ERROR(Compiler not ANSI compliant) fi