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