]> Savannah Git Hosting - gnulib.git/commit
bootstrap: Improve "make dist" tarball reproducability.
authorSimon Josefsson <simon@josefsson.org>
Thu, 27 Mar 2025 19:01:28 +0000 (20:01 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 27 Mar 2025 19:01:42 +0000 (20:01 +0100)
commit54fc57c23dcd833819a7adbdfcc3bd1c805103a8
treea9c3f73245746260463a2719f745710abcc63c4e
parentfe06b2bec549036c942002f59393cc22e1d79cd7
bootstrap: Improve "make dist" tarball reproducability.

* top/bootstrap-funclib.sh (autogen): Don't pass unnecessary -I's when
invoking autoreconf.  The order of M4 include directories is reflected
in Makefile.in content.  Our GNUmakefile _version rule invoke
autoreconf without any extra -I, and this difference in how autoreconf
is invoked results in different tarballs for "make dist" vs "make
release" which is undesirable.
ChangeLog
top/bootstrap-funclib.sh