[Pkg-wmaker-commits] [wmbiff] 63/84: support redhat autoconf sadness

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:01 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 f023be0f5b8a620f2b4897133d2121119d1345ab
Author: bluehal <bluehal>
Date:   Fri Sep 20 19:50:16 2002 +0000

    support redhat autoconf sadness
---
 FromCVS.sh | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/FromCVS.sh b/FromCVS.sh
index 493ab5f..22c20eb 100755
--- a/FromCVS.sh
+++ b/FromCVS.sh
@@ -26,8 +26,14 @@ if [ -x /usr/bin/autoconf2.50 ]; then
   AUTOCONF=autoconf2.50
   AUTOHEADER=autoheader2.50
 else
-  AUTOCONF=autoconf
-  AUTOHEADER=autoheader
+    if [ -x /usr/bin/autoconf-2.53 ]; then 
+        echo "Using autoconf 2.53 (redhat-hack)";
+        AUTOCONF=autoconf-2.53
+        AUTOHEADER=autoheader-2.53
+    else
+        AUTOCONF=autoconf
+        AUTOHEADER=autoheader
+    fi
 fi
 
 if [ -e /usr/share/aclocal/libgnutls.m4 ]; then

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