mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
Gettext 0.11.3 adjustments.
This commit is contained in:
@@ -7,7 +7,7 @@ maintainer tools we depend upon:
|
|||||||
- Autoconf 2.53a or better
|
- Autoconf 2.53a or better
|
||||||
ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.53a.tar.gz (992 kB)
|
ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.53a.tar.gz (992 kB)
|
||||||
ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.53a.tar.bz2 (756 kB)
|
ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.53a.tar.bz2 (756 kB)
|
||||||
- Gettext 0.10.1
|
- Gettext 0.11.3
|
||||||
|
|
||||||
Only building the initial full source tree will be a bit painful,
|
Only building the initial full source tree will be a bit painful,
|
||||||
later, a plain `cvs update -P & make' should be sufficient.
|
later, a plain `cvs update -P & make' should be sufficient.
|
||||||
|
|||||||
18
bootstrap
18
bootstrap
@@ -2,21 +2,5 @@
|
|||||||
|
|
||||||
echo "Bootstrapping CVS Bison..."
|
echo "Bootstrapping CVS Bison..."
|
||||||
|
|
||||||
# This will run gettextize which will patch some files, and cause
|
echo "running: autoreconf --verbose --install --force"
|
||||||
# autoconf to choke (because for instance intl/Makefile is registered
|
|
||||||
# several times).
|
|
||||||
autoreconf --verbose --install --force
|
autoreconf --verbose --install --force
|
||||||
|
|
||||||
# gettextize modified these files: restore them.
|
|
||||||
for f in m4/Makefile.am Makefile.am configure.in
|
|
||||||
do
|
|
||||||
if test -f "$f~"; then
|
|
||||||
mv -f "$f~" "$f"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
rm -f po/Makevars.template
|
|
||||||
|
|
||||||
# Since some files were restored, some files must probably be remade.
|
|
||||||
# But automake could not install all of its files, so pass --install
|
|
||||||
# for it.
|
|
||||||
autoreconf --verbose --install
|
|
||||||
|
|||||||
Reference in New Issue
Block a user