From: Bruno Haible Date: Thu, 14 Mar 2019 00:21:39 +0000 (+0100) Subject: libtextstyle: Make sure we get new versions also of mdate-sh. X-Git-Tag: v0.20~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a78bdc2b149965d774c95405415ed9102f6f46;p=thirdparty%2Fgettext.git libtextstyle: Make sure we get new versions also of mdate-sh. * libtextstyle/autogen.sh: Erase more files in build-aux. --- diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index 6773c22a1..8fbe8d05f 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/autogen.sh @@ -124,9 +124,7 @@ autoconf autoheader && touch config.h.in touch ChangeLog # Make sure we get new versions of files brought in by automake. -#TEMPORARY -#(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver) -(cd build-aux && rm -f compile depcomp install-sh missing test-driver) +(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver) automake --add-missing --copy # Support environments where sh exists but not /bin/sh (Android). patch build-aux/test-driver < build-aux/test-driver.diff