mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
./bootstrap
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Bootstrap this package from checked-out sources.
|
# Bootstrap this package from checked-out sources.
|
||||||
|
|
||||||
scriptversion=2024-07-04.10; # UTC
|
scriptversion=2025-06-10.02; # UTC
|
||||||
|
|
||||||
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
@@ -240,7 +240,7 @@ fi
|
|||||||
# Local Variables:
|
# Local Variables:
|
||||||
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
||||||
# time-stamp-start: "scriptversion="
|
# time-stamp-start: "scriptversion="
|
||||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
# time-stamp-format: "%Y-%02m-%02d.%02H"
|
||||||
# time-stamp-time-zone: "UTC0"
|
# time-stamp-time-zone: "UTC0"
|
||||||
# time-stamp-end: "; # UTC"
|
# time-stamp-end: "; # UTC"
|
||||||
# End:
|
# End:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
|
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
|
||||||
|
|
||||||
scriptlibversion=2025-02-16.12; # UTC
|
scriptlibversion=2025-06-10.02; # UTC
|
||||||
|
|
||||||
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
@@ -1300,7 +1300,7 @@ autogen()
|
|||||||
|
|
||||||
# Invoke autoreconf with --force --install to ensure upgrades of tools
|
# Invoke autoreconf with --force --install to ensure upgrades of tools
|
||||||
# such as ylwrap.
|
# such as ylwrap.
|
||||||
AUTORECONFFLAGS="--verbose --install --force -I $m4_base $ACLOCAL_FLAGS"
|
AUTORECONFFLAGS="--verbose --install --force $ACLOCAL_FLAGS"
|
||||||
AUTORECONFFLAGS="$AUTORECONFFLAGS --no-recursive"
|
AUTORECONFFLAGS="$AUTORECONFFLAGS --no-recursive"
|
||||||
|
|
||||||
# Tell autoreconf not to invoke autopoint or libtoolize; they were run above.
|
# Tell autoreconf not to invoke autopoint or libtoolize; they were run above.
|
||||||
@@ -1376,7 +1376,7 @@ autogen()
|
|||||||
# Local Variables:
|
# Local Variables:
|
||||||
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
||||||
# time-stamp-start: "scriptlibversion="
|
# time-stamp-start: "scriptlibversion="
|
||||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
# time-stamp-format: "%Y-%02m-%02d.%02H"
|
||||||
# time-stamp-time-zone: "UTC0"
|
# time-stamp-time-zone: "UTC0"
|
||||||
# time-stamp-end: "; # UTC"
|
# time-stamp-end: "; # UTC"
|
||||||
# End:
|
# End:
|
||||||
|
|||||||
Reference in New Issue
Block a user