From: Bruno Haible Date: Sun, 20 Jun 2021 01:41:04 +0000 (+0200) Subject: build: Simplify further. X-Git-Tag: v0.22~252 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef7b627b220ed6ca08d3868731d911b824dacd3e;p=thirdparty%2Fgettext.git build: Simplify further. * autogen.sh: Don't create a directory gettext-tools/intl/ any more. --- diff --git a/autogen.sh b/autogen.sh index 7935e2f66..48771c44a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -481,7 +481,6 @@ aclocal -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m && autoconf \ && autoheader && touch config.h.in \ && touch ChangeLog \ - && { test -d intl || mkdir intl; } \ && automake --add-missing --copy \ && rm -rf autom4te.cache \ || exit $?