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