Gentoo needs the WANT_AUTOCONF_2_5

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1298 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-11-28 22:31:08 +00:00
rodzic c8e4a58dc1
commit 077a49e7e6
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -4,10 +4,14 @@
# changes the following to match the versions installed on your system
AUTOCONF=autoconf
AUTOHEADER=autoheader
AUTOMAKE=automake
ACLOCAL=aclocal
AUTOHEADER=autoheader
# Needed on Gentoo
export WANT_AUTOCONF_2_5 # 2.54 or higher, not 2.53a or 2.13
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -Imacros"
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.