summaryrefslogtreecommitdiffstats
path: root/update-autotools
diff options
context:
space:
mode:
authorpaul <paul>2002-12-13 20:15:29 +0000
committerpaul <paul>2002-12-13 20:15:29 +0000
commit85f97d27207a5a29357da0c8a6abe8e48bf8ea2c (patch)
treed20e362762c4963f1150b224356643bd49df7dfb /update-autotools
downloadquagga-85f97d27207a5a29357da0c8a6abe8e48bf8ea2c.tar.bz2
quagga-85f97d27207a5a29357da0c8a6abe8e48bf8ea2c.tar.xz
Initial revision
Diffstat (limited to 'update-autotools')
-rwxr-xr-xupdate-autotools14
1 files changed, 14 insertions, 0 deletions
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 <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