]> git.deb.at Git - pkg/abook.git/commitdiff
autotools update: 1/2: configure.ac compatibility with automake 1.13
authorRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 27 Nov 2013 13:09:05 +0000 (14:09 +0100)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 27 Nov 2013 13:09:05 +0000 (14:09 +0100)
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