]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Simplify further.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:41:04 +0000 (03:41 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:41:04 +0000 (03:41 +0200)
* autogen.sh: Don't create a directory gettext-tools/intl/ any more.

autogen.sh

index 7935e2f66e21ece052413a0108ecfcfd9a753ca1..48771c44a0b416a44bdf03f3d9163474aabce6c0 100755 (executable)
@@ -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 $?