diff options
| author | Alexander Barton <alex@barton.de> | 2005-02-21 15:23:23 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-02-21 15:23:23 +0000 |
| commit | bcb6cf3ffaaac33bd3e32e63704a5ff89cc999e6 (patch) | |
| tree | 6ff8bcc3837dcaaa3c657e986d838d54b595aa27 /autogen.sh | |
| parent | 972b07ff291609ebc72df16d5a559c7d6b89326b (diff) | |
| download | ngircd-bcb6cf3ffaaac33bd3e32e63704a5ff89cc999e6.tar.gz ngircd-bcb6cf3ffaaac33bd3e32e63704a5ff89cc999e6.zip | |
Added AUTOMAKE_VERSION and AUTOCONF_VERSION (for OpenBSD).
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 5d4a8cf9..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.13 2005/02/21 09:48:50 alex Exp $ +# $Id: autogen.sh,v 1.14 2005/02/21 15:23:23 alex Exp $ # # @@ -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 |