X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/eefc3a8c5f3e7b5dee5adcd8856af8038497c84b..ea4e548a4affff119a61c13f4519b815200be698:/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 && \