1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Split autogen.sh into autopull.sh and autogen.sh.

* autopull.sh: New file, based on autogen.sh.
* autogen.sh: Remove code that was moved to autopull.sh.
* Makefile.in (SOURCE_FILES): Add autogen.sh.
This commit is contained in:
Bruno Haible
2022-07-17 13:28:48 +02:00
parent 1862c6e57a
commit 64940479e3
4 changed files with 51 additions and 20 deletions

View File

@@ -1,3 +1,10 @@
2022-07-17 Bruno Haible <bruno@clisp.org>
Split autogen.sh into autopull.sh and autogen.sh.
* autopull.sh: New file, based on autogen.sh.
* autogen.sh: Remove code that was moved to autopull.sh.
* Makefile.in (SOURCE_FILES): Add autogen.sh.
2022-07-05 Bruno Haible <bruno@clisp.org>
Add support for reproducible builds.