File tree Expand file tree Collapse file tree 5 files changed +19
-3241
lines changed
Expand file tree Collapse file tree 5 files changed +19
-3241
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 copies of config.guess, config.sub.
4+ * Makefile.devel (gnulib-imported-files): New target.
5+ * autogen.sh: Invoke it.
6+ * build-aux/config.guess: Remove from version control.
7+ * build-aux/config.sub: Likewise.
8+
192016-12-04 Bruno Haible <bruno@clisp.org>
210
311 Always use the newest copy of fcntl-o.m4.
Original file line number Diff line number Diff line change @@ -93,6 +93,14 @@ srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib
9393 fi
9494 $(AUTOMAKE ) --gnits --add-missing srclib/Makefile
9595
96+ gnulib-imported-files : force
97+ if test -n " $$ GNULIB_TOOL" ; then \
98+ for file in config.guess config.sub; do \
99+ $$ GNULIB_TOOL --copy-file build-aux/$$ file || exit $$? ; \
100+ chmod a+x build-aux/$$ file || exit $$? ; \
101+ done ; \
102+ fi
103+
96104
97105include/iconv.h.build.in : include/iconv.h.in include/export.h
98106 sed -e ' s/extern \([^"]\)/extern LIBICONV_DLL_EXPORTED \1/' \
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ if test $skip_gnulib = false; then
6060 fi
6161 # Skip the gnulib-tool step if gnulib-tool was not found.
6262 if test -n " $GNULIB_TOOL " ; then
63- make -f Makefile.devel gnulib-clean srclib/Makefile.gnulib GNULIB_TOOL=" $GNULIB_TOOL "
63+ make -f Makefile.devel \
64+ gnulib-clean srclib/Makefile.gnulib gnulib-imported-files \
65+ GNULIB_TOOL=" $GNULIB_TOOL "
6466 fi
6567fi
6668
You can’t perform that action at this time.
0 commit comments