Skip to content

Commit 54e7e48

Browse files
committed
Always use the newest released copies of files brought in from Automake.
1 parent 1a1fb4b commit 54e7e48

File tree

4 files changed

+11
-539
lines changed

4 files changed

+11
-539
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
2016-12-04 Bruno Haible <bruno@clisp.org>
210

311
Always use the newest copies of config.guess, config.sub.

Makefile.devel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

9698
gnulib-imported-files : force
9799
if test -n "$$GNULIB_TOOL"; then \

build-aux/install-sh

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)