summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-05-01 17:38:51 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-05-01 17:38:51 +0000
commit0ad5a8427c85a6f41b16072ccf3d599c6539fdfc (patch)
tree29342ada5553160fd93e63a6080bfa00f99ac630 /autogen.sh
parent7b61a534ea7149c9982d3163085ce19e06b9f70e (diff)
initial attempt at a bootstrap script for developers
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..6aebdfd
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# If you see no configure script, then run ./autogen.sh to create it
+# and procede with the "normal" build instructions.
+
+autoheader && autoconf