From 88da35931723a83a4eeb5e5781f57b6d1c7a3b85 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 28 Jan 2019 11:44:22 +0100 Subject: Accommodate a shell that is not in /bin/sh. --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 3792b35..7d284bc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -458,6 +458,7 @@ if test $skip_gnulib = false; then && mv lib/unicase.in.h.tmp lib/unicase.in.h $GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess $GNULIB_TOOL --copy-file build-aux/config.sub; chmod a+x build-aux/config.sub + $GNULIB_TOOL --copy-file build-aux/test-driver.diff # If we got no texinfo.tex so far, take the snapshot from gnulib. if test ! -f build-aux/texinfo.tex; then $GNULIB_TOOL --copy-file build-aux/texinfo.tex build-aux/texinfo.tex @@ -471,5 +472,6 @@ autoheader && touch config.h.in # Make sure we get new versions of files brought in by automake. (cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver) automake --add-missing --copy +patch build-aux/test-driver < build-aux/test-driver.diff # Get rid of autom4te.cache directory. rm -rf autom4te.cache -- cgit v1.2.1