X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/eefc3a8c5f3e7b5dee5adcd8856af8038497c84b..cc9305dd68c95c9d9c279ca2b2d6330078bf664c:/pre-config diff --git a/pre-config b/pre-config index bc4c6d83..dce7fc8e 100755 --- a/pre-config +++ b/pre-config @@ -1,6 +1,7 @@ #! /bin/sh -aclocal && \ +aclocal -I m4 && \ +gettextize && \ autoconf && \ autoheader && \ automake -a && \