]> git.deb.at Git - pkg/abook.git/blobdiff - configure.ac
autotools update: 1/2: configure.ac compatibility with automake 1.13
[pkg/abook.git] / configure.ac
index bfe8e7e37d55fd8f7379bcb2428ff84be986ed59..6b2c2612a34c2936b3553bed2290e195235ae0bf 100644 (file)
@@ -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