From 85f97d27207a5a29357da0c8a6abe8e48bf8ea2c Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 13 Dec 2002 20:15:29 +0000 Subject: Initial revision --- update-autotools | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 update-autotools (limited to 'update-autotools') diff --git a/update-autotools b/update-autotools new file mode 100755 index 00000000..1eaeb390 --- /dev/null +++ b/update-autotools @@ -0,0 +1,14 @@ +#! /bin/sh +# +# When local system does not have the latest autoconf/automake +# -- Kunihiro Ishiguro +# +rm -f config.cache +rm -f Makefile.in +rm -f aclocal.m4 +rm -f config.h.in +rm -f configure +aclocal +autoheader +autoconf +automake --foreign -- cgit v1.2.3