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...
## 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)