commit | 718e3744195351130f4ce7dbe0613f4b3e23df93 | [log] [tgz] |
---|---|---|
author | paul <paul> | Fri Dec 13 20:15:29 2002 +0000 |
committer | paul <paul> | Fri Dec 13 20:15:29 2002 +0000 |
tree | bac2ad39971cd43f31241ef123bd4e470f695ac9 |
Initial revision
diff --git a/update-autotools b/update-autotools new file mode 100755 index 0000000..1eaeb39 --- /dev/null +++ b/update-autotools
@@ -0,0 +1,14 @@ +#! /bin/sh +# +# When local system does not have the latest autoconf/automake +# -- Kunihiro Ishiguro <kunihiro@zebra.org> +# +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