X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=autogen.sh;h=78eb9f49b78ddda709bfc966130064cea241fe31;hb=f6e729443e6f1ef72d5687828bfe2bb327d552ac;hp=b67eb77b1cead0c447a9f88ed72f617346815b96;hpb=f68e92eb9a4dcc6a09677dac4d0cc4524c17148b;p=ngircd-alex.git diff --git a/autogen.sh b/autogen.sh index b67eb77b..78eb9f49 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,7 +9,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: autogen.sh,v 1.12 2004/04/05 12:02:21 alex Exp $ +# $Id: autogen.sh,v 1.14 2005/02/21 15:23:23 alex Exp $ # # @@ -85,7 +85,7 @@ Search() fi $EXIST "${name}-${major}.${minor}" >/dev/null 2>&1 if [ $? -eq 0 ]; then - echo "${name}-${major}.${minor}" >/dev/null 2>&1 + echo "${name}-${major}.${minor}" return 0 fi done @@ -125,7 +125,11 @@ fi [ "$VERBOSE" = "1" ] && echo "Using \"$EXIST\" to test for tools." # We want to use GNU automake 1.7, if available (WANT_AUTOMAKE is used by -# the wrapper scripts of Gentoo Linux): +# the wrapper scripts of Gentoo Linux, AUTOMAKE_VERSION is used by OpenBSD); +# same applies for GNU autoconf, we want to use version 2.59. +AUTOMAKE_VERSION=1.7 +AUTOCONF_VERSION=2.59 +export AUTOMAKE_VERSION AUTOCONF_VERSION WANT_AUTOMAKE=1.7 export WANT_AUTOMAKE