adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-4 dd04699 13/22: FIXED autoge


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-4 dd04699 13/22: FIXED autogen.sh to use newest versions of autotools
Date: Mon, 25 Jul 2016 18:15:49 +0000 (UTC)

tag: Release_0-3-4
commit dd04699886578158f7c4663fcb879eeac5fd3d74
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    FIXED autogen.sh to use newest versions of autotools
---
 autogen.sh |   20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index e0ae475..2548ced 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,24 +7,8 @@ rm -f `find . -name 'Makefile'`
 
 # Regenerate everything
 
-#
-# use aclocal v1.6 if available
-#
-if test "x`which aclocal-1.6`" = "x" ; then
-  aclocal -I .
-else
-  aclocal-1.6 -I .
-fi
-
-#
-# use Autmake v1.6 if available
-#
-if test "x`which automake-1.6`" = "x" ; then
-  automake --add-missing --gnu --copy
-else
-  automake-1.6 --add-missing --gnu --copy
-fi
-
+aclocal -I m4
+automake --add-missing --gnu --copy
 autoconf 
 
 echo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]