[adms] 06/11: Correct AM_AUTOMAKE_INIT in order to run autoreconf

felix salfelder felix-guest at moszumanska.debian.org
Thu May 15 07:07:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch debian
in repository adms.

commit eaea7f3ff7e438362273c7694d4693972deff243
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed Mar 30 11:38:31 2011 +0200

    Correct AM_AUTOMAKE_INIT in order to run autoreconf
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5ce3611..cd031b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -509,7 +509,7 @@ AC_PROG_MAKE_SET
 AC_PROG_RANLIB
 
 # Automake Initialisation.
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
+AM_INIT_AUTOMAKE([foreign])
 
 #force use of flex/bison
 if test "x$LEX" != "xflex"; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adms.git



More information about the debian-science-commits mailing list