diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -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 |