File tree Expand file tree Collapse file tree 4 files changed +11
-539
lines changed
Expand file tree Collapse file tree 4 files changed +11
-539
lines changed Original file line number Diff line number Diff line change 1+ 2016-12-04 Bruno Haible <bruno@clisp.org>
2+
3+ Always use the newest released copies of files brought in from Automake.
4+ * Makefile.devel (srclib/Makefile.in): Make sure to get new versions of
5+ files brought in by automake.
6+ * build-aux/install-sh: Remove from version control.
7+ * build-aux/missing: Likewise.
8+
192016-12-04 Bruno Haible <bruno@clisp.org>
210
311 Always use the newest copies of config.guess, config.sub.
Original file line number Diff line number Diff line change @@ -91,7 +91,9 @@ srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib
9191 $$ GNULIB_TOOL --copy-file build-aux/ar-lib; \
9292 $$ GNULIB_TOOL --copy-file build-aux/compile; \
9393 fi
94- $(AUTOMAKE ) --gnits --add-missing srclib/Makefile
94+ # Make sure we get new versions of files brought in by automake.
95+ (cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver)
96+ $(AUTOMAKE) --gnits --add-missing --copy srclib/Makefile
9597
9698gnulib-imported-files : force
9799 if test -n " $$ GNULIB_TOOL" ; then \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments