[Pkg-wmaker-commits] [wmbiff] 77/84: red hat hackery

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:05 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 3411505fa5a37a1ccaa540fb63e7826f161fe9d8
Author: bluehal <bluehal>
Date:   Fri Nov 15 08:05:33 2002 +0000

    red hat hackery
---
 autogen.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index ca72401..4745471 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,6 +10,8 @@
 # it's skanky that I have to look explicitly for a newer 
 # version to invoke.
 
+AUTORECONF=autoreconf
+
 if [ -x /usr/bin/automake-1.7 ]; then 
     echo "Using automake 1.7";
     AUTOMAKE=automake-1.7
@@ -34,6 +36,7 @@ else
         echo "Using autoconf 2.53 (redhat-hack)";
         AUTOCONF=autoconf-2.53
         AUTOHEADER=autoheader-2.53
+        AUTORECONF=autoreconf-2.53
     else
         AUTOCONF=autoconf
         AUTOHEADER=autoheader
@@ -42,7 +45,7 @@ fi
 
 ACLOCAL=${ACLOCAL} AUTOHEADER=${AUTOHEADER} \
 AUTOCONF=${AUTOCONF} AUTOMAKE=${AUTOMAKE}  \
-autoreconf --install && \
+${AUTORECONF} --install && \
  ./configure && \
  make
 

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