From: Bruno Haible Date: Sun, 14 Oct 2018 21:36:24 +0000 (+0200) Subject: examples: Fix "make dist" error. X-Git-Tag: v0.20~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869d0a52360696c72c94fc4c35fdb9ae7f1a4e6a;p=thirdparty%2Fgettext.git examples: Fix "make dist" error. * gettext-tools/examples/po/xsmallpot.sh (hello-c++-kde): Invoke 'autopoint' before, not after, 'aclocal'. --- diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh index d5aa26feb..a294a4398 100755 --- a/gettext-tools/examples/po/xsmallpot.sh +++ b/gettext-tools/examples/po/xsmallpot.sh @@ -32,8 +32,8 @@ AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) AC_OUTPUT EOF - aclocal -I m4 autopoint -f + aclocal -I m4 autoconf automake -a -c ./configure