From 337af524dd76aa671b218c0a2297e038fff08f0b Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 20 Aug 2004 19:56:05 +0000 Subject: Bootstrap the autoconf system --- bootstrap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..78e0028 --- /dev/null +++ b/bootstrap @@ -0,0 +1,14 @@ +#!/bin/sh +# -*- sh -*- +# +# Make the Autotools scripts after checking out the source code from CVS. +# This script was taken from the Autotool Book. I wonder if autoreconf +# can now be used... +# + +test -d config || mkdir config +set -x +aclocal -I config \ + && autoheader \ + && automake --gnu --add-missing \ + && autoconf -- cgit v1.2.3