[Pkg-wmaker-commits] [wmbiff] 71/84: Add automake-1.7 support.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:04 UTC 2015


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

dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.

commit 26f048225bc9a13830833f0b485ee5424c36ee98
Author: jordi <jordi>
Date:   Sat Oct 26 23:12:06 2002 +0000

    Add automake-1.7 support.
---
 FromCVS.sh | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/FromCVS.sh b/FromCVS.sh
index 97f3c91..ca72401 100755
--- a/FromCVS.sh
+++ b/FromCVS.sh
@@ -10,21 +10,25 @@
 # it's skanky that I have to look explicitly for a newer 
 # version to invoke.
 
-if [ -x /usr/bin/automake-1.6 ]; then 
+if [ -x /usr/bin/automake-1.7 ]; then 
+    echo "Using automake 1.7";
+    AUTOMAKE=automake-1.7
+    ACLOCAL=aclocal-1.7
+elif [ -x /usr/bin/automake-1.6 ]; then
     echo "Using automake 1.6";
-  AUTOMAKE=automake-1.6
-  ACLOCAL=aclocal-1.6
+    AUTOMAKE=automake-1.6
+    ACLOCAL=aclocal-1.6
 else
-  AUTOMAKE=automake
-  ACLOCAL=aclocal
+    AUTOMAKE=automake
+    ACLOCAL=aclocal
 fi
 
 # debian, at least, handles this one correctly;
 # this hack is for potential redhatters.
 if [ -x /usr/bin/autoconf2.50 ]; then 
     echo "Using autoconf 2.5x";
-  AUTOCONF=autoconf2.50
-  AUTOHEADER=autoheader2.50
+    AUTOCONF=autoconf2.50
+    AUTOHEADER=autoheader2.50
 else
     if [ -x /usr/bin/autoconf-2.53 ]; then 
         echo "Using autoconf 2.53 (redhat-hack)";

-- 
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