From: Jesse Thilo Date: Thu, 9 Mar 2000 16:56:44 +0000 (+0000) Subject: # Added pre-config script. X-Git-Tag: BISON-1_28b~180 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/eefc3a8c5f3e7b5dee5adcd8856af8038497c84b # Added pre-config script. --- diff --git a/pre-config b/pre-config new file mode 100755 index 00000000..bc4c6d83 --- /dev/null +++ b/pre-config @@ -0,0 +1,8 @@ +#! /bin/sh + +aclocal && \ +autoconf && \ +autoheader && \ +automake -a && \ +touch stamp-h.in || \ +exit 1