From 768734f08404ecbbd87d6b7dd4cb7b21f29fabfc Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Sat, 11 Dec 2004 23:31:56 +0000 Subject: Quick script to run aclocal, autoconf, automake. Useful for developers using different versions of autoconf, libtool, and automake --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100644 index 0000000..ba9fac5 --- /dev/null +++ b/bootstrap @@ -0,0 +1,4 @@ +aclocal +autoconf +automake --add-missing +./configure -- cgit v1.2.3