From: Raphaƫl Droz Date: Wed, 27 Nov 2013 13:09:05 +0000 (+0100) Subject: autotools update: 1/2: configure.ac compatibility with automake 1.13 X-Git-Tag: upstream/0.6.1~2^2~11 X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=commitdiff_plain;h=b8891aaf2714831bd2148cf8833b065c6aaf178a;hp=41864407018fedd409811621041aab12153cc89a autotools update: 1/2: configure.ac compatibility with automake 1.13 --- 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