summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2004-08-20 19:56:05 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2004-08-20 19:56:05 +0000
commit337af524dd76aa671b218c0a2297e038fff08f0b (patch)
treecf4d6388febb084ca127501d77c8af2fa85e6412
parent7b0f1fe562df4e2ecd38bd270a6a2063afacd29f (diff)
downloadtinyproxy-337af524dd76aa671b218c0a2297e038fff08f0b.tar.gz
tinyproxy-337af524dd76aa671b218c0a2297e038fff08f0b.zip
Bootstrap the autoconf system
Diffstat (limited to '')
-rwxr-xr-xbootstrap14
1 files changed, 14 insertions, 0 deletions
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