mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
10 lines
117 B
Bash
Executable File
10 lines
117 B
Bash
Executable File
#! /bin/sh
|
|
|
|
aclocal && \
|
|
gettextize && \
|
|
autoconf && \
|
|
autoheader && \
|
|
automake -a && \
|
|
touch stamp-h.in || \
|
|
exit 1
|