kopia lustrzana https://github.com/Hamlib/Hamlib
Gentoo needs the WANT_AUTOCONF_2_5
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1298 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
c8e4a58dc1
commit
077a49e7e6
|
@ -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=.
|
||||
|
|
Ładowanie…
Reference in New Issue