[Pkg-wmaker-commits] [wmbiff] 15/38: downgrade configure.ac use of AM_INIT_AUTOMAKE to support automake-1.5
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_16
in repository wmbiff.
commit 1fa2455fc13844b7e35115ecd6fe83ad1f080e34
Author: bluehal <bluehal>
Date: Wed Apr 16 23:30:18 2003 +0000
downgrade configure.ac use of AM_INIT_AUTOMAKE to support automake-1.5
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0b5dd42..1bf48fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl version
AC_INIT(WMBiff, 0.4.15, wmbiff-devel at lists.sourceforge.net, wmbiff)
AC_CONFIG_AUX_DIR(autoconf)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(wmbiff, 0.4.15) dnl tarded syntax for automake <= 1.5
AM_CONFIG_HEADER(config.h)
dnl make sure autoheader finds version, implicitly defined above.
AH_TEMPLATE([VERSION], [wmbiff's release version])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list