]>
Commit | Line | Data |
---|---|---|
1 | #! /bin/sh | |
2 | ||
3 | echo "Bootstrapping CVS Bison..." | |
4 | ||
5 | autoreconf --force --install --verbose | |
6 | ||
7 | # Because of Gettext | |
8 | mv -f m4/Makefile.am~ m4/Makefile.am | |
9 | mv -f Makefile.am~ Makefile.am | |
10 | mv -f configure.in~ configure.in | |
11 | touch m4/Makefile.am Makefile.am configure.in | |
12 | rm -f po/Makevars.template | |
13 | ||
14 | autoreconf --verbose |