summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJess VanDerwalker <washu@sonic.net>2012-02-04 12:48:36 -0800
committerJess VanDerwalker <washu@sonic.net>2012-02-04 12:48:36 -0800
commitab6dfc996a2e6780e091dcee8cd1546d0901f643 (patch)
tree49a093a6ed20f8bb01c6a2ebe079be33116c2bda /autogen.sh
parent1a69a15c362da7d30f4cd066c8110b3ea6cfc905 (diff)
Project is buildable with a configure file generated by autogen.sh. Instructions added to README.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..12b9fb4
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Autogen script for the xtoq project. To be run in order to run
+# autoreconf and automake. Automake is run simply to create files
+# expected by ./configure.
+
+autoreconf --install
+automake --add-missing --copy >/dev/null 2>&1