aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-11-24 00:58:49 +0100
committerThomas White <taw@bitwiz.org.uk>2012-11-24 00:58:49 +0100
commitd340f99af34d5fb30d869b8be6104f8c0efcb7a6 (patch)
treea3fbbb304ce085e25cddc0a1e84e2313dae58b4b /autogen.sh
parentffe74eda7496d02f1c7a35446b1479524b4b38e3 (diff)
Build system fixes
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh18
1 files changed, 13 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 714b07e..03a0a31 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,15 @@
#!/bin/sh
-gnulib-tool --update
-aclocal -I m4
-autoconf
-autoheader
-automake -ac
+libtoolize --force --copy \
+&& aclocal -I m4 --force \
+&& autoheader --force \
+&& automake --add-missing --copy --force \
+&& autoconf --force
+
+pushd libstorycode
+./autogen.sh
+popd
+
+pushd harfatum
+./autogen.sh
+popd