- document debian/FreeBSD needs for AUTOMAKE etc.

- add in libtoolize which should be there


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2184 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.6.2
Diane Bruce, VA3DB 2007-02-13 22:41:21 +00:00
rodzic c1b7435557
commit 69dd01beb6
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,20 @@ AUTOCONF=autoconf
AUTOHEADER=autoheader
AUTOMAKE=automake
ACLOCAL=aclocal
#
# FreeBSD 6.2 uses this
#
AUTOCONF=autoconf259
AUTOHEAD=autoheader259
AUTOMAKE=automake19
ACLOCAL=aclocal19
#
# Debian etch uses this
#
#AUTOCONF=autoconf
#AUTOHEADER=autoheader
#AUTOMAKE=automake-1.9
#ACLOCAL=aclocal-1.9
# Needed on Gentoo
export WANT_AUTOCONF_2_5 # 2.54 or higher, not 2.53a or 2.13
@ -64,6 +78,7 @@ $ACLOCAL $ACLOCAL_FLAGS
# optionally feature autoheader
($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 && $AUTOHEADER
libtoolize --automake --ltdl
$AUTOMAKE -a $am_opt
$AUTOCONF
cd $ORIGDIR