[Pkg-wmaker-commits] [wmbiff] 07/38: fall back to automake-1.5 if necessary
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:36 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 c36f147578f60e7545ec7634b49ee65a1a344a5d
Author: bluehal <bluehal>
Date: Wed Apr 9 04:51:56 2003 +0000
fall back to automake-1.5 if necessary
---
autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/autogen.sh b/autogen.sh
index 38f4b1a..0f023d4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,6 +20,10 @@ elif [ -x /usr/bin/automake-1.6 ]; then
echo "Using automake 1.6";
AUTOMAKE=automake-1.6
ACLOCAL=aclocal-1.6
+elif [ -x /usr/bin/automake-1.5 ]; then
+ echo "Using automake 1.5";
+ AUTOMAKE=automake-1.5
+ ACLOCAL=aclocal-1.5
else
AUTOMAKE=automake
ACLOCAL=aclocal
--
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