mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
# Added pre-config script.
This commit is contained in:
8
pre-config
Executable file
8
pre-config
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
aclocal && \
|
||||||
|
autoconf && \
|
||||||
|
autoheader && \
|
||||||
|
automake -a && \
|
||||||
|
touch stamp-h.in || \
|
||||||
|
exit 1
|
||||||
Reference in New Issue
Block a user