summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgdt <gdt>2007-02-02 17:01:58 +0000
committergdt <gdt>2007-02-02 17:01:58 +0000
commitd9a4235dad6bc3403240582a48dcb993c481cee6 (patch)
tree9ab8560d77e4c50c545b08ad7740210bc740eece /bootstrap.sh
parentd9320730d02319a916781689e2906d8163922c4f (diff)
downloadquagga-d9a4235dad6bc3403240582a48dcb993c481cee6.tar.bz2
quagga-d9a4235dad6bc3403240582a48dcb993c481cee6.tar.xz
Provide 'standard interface', even if it just invokes autoreconf.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 00000000..db986fd3
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# This file exists to document the proper way to initialize autotools,
+# and so that those used to the presence of bootstrap.sh or autogen.sh
+# will have an eaiser time.
+
+autoreconf