aboutsummaryrefslogtreecommitdiff
path: root/makeconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-xmakeconf.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh
new file mode 100755
index 0000000..4a19b27
--- /dev/null
+++ b/makeconf.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+aclocal
+autoheader
+autoconf
+automake -a -c
+./configure