aboutsummaryrefslogtreecommitdiff
path: root/makeconf.sh
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2001-11-07 12:09:43 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2001-11-07 12:09:43 +0000
commit97c61e98b4cb4115c5d1191edefdab125a9e16fd (patch)
treeb67b00056e2bf76ef5019b81817b3e1817e99427 /makeconf.sh
parent2df1c04f30802df9a23a19e22042884430c429d2 (diff)
build with automake
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