From: Harlan Stenn Date: Fri, 17 Aug 2007 09:28:07 +0000 (-0400) Subject: Use autoconf-2.59 and automake-1.9 for building 4.2.4 X-Git-Tag: NTP_4_2_5P69~4^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ee6cb957b0939f99d1abfb69bd08c7ab0b0fa3;p=thirdparty%2Fntp.git Use autoconf-2.59 and automake-1.9 for building 4.2.4 bk: 46c56a27fr5Yff6VvfsrhRest-xyeQ --- diff --git a/bootstrap b/bootstrap index b7edbc415..1a5aff06d 100755 --- a/bootstrap +++ b/bootstrap @@ -27,9 +27,25 @@ set -e +scripts/genver + +# autoreconf says: +# The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL, +# AUTOPOINT, LIBTOOLIZE, M4 are honored. + AUTORECONF=${AUTORECONF:-autoreconf} -scripts/genver +case `hostname` in + pogo.udel.edu) + if fgrep -q 4.2.4 version.m4; then + AUTOCONF=autoconf-2.59 + AUTOHEADER=autoheader-2.59 + AUTOMAKE=automake-1.9 + ACLOCAL=aclocal-1.9 + export AUTOCONF AUTOHEADER AUTOMAKE ACLOCAL + fi + ;; +esac # 20060629: HMS: Let's try checking in libopts and the autogen-generated files ## The copy for ntp... @@ -101,4 +117,4 @@ ${AUTORECONF} -i -v ## we get the correct srcdir path in sntp/libopts/Makefile.in #rm -rf sntp/autom4te.cache # -#(cd sntp && ${AUTORECONF} -f -i -v) +#(cd sntp && ${AUTORECONF} -i -v)