From 69dd01beb6ac2516c304d1d0b19a0e12f47fc8df Mon Sep 17 00:00:00 2001 From: "Diane Bruce, VA3DB" Date: Tue, 13 Feb 2007 22:41:21 +0000 Subject: [PATCH] - 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 --- autogen.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1d585fc8e..075894858 100644 --- a/autogen.sh +++ b/autogen.sh @@ -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