]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix "make dist" error.
authorBruno Haible <bruno@clisp.org>
Sun, 14 Oct 2018 21:36:24 +0000 (23:36 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Oct 2018 23:01:52 +0000 (01:01 +0200)
* gettext-tools/examples/po/xsmallpot.sh (hello-c++-kde): Invoke 'autopoint'
before, not after, 'aclocal'.

gettext-tools/examples/po/xsmallpot.sh

index d5aa26feb4a0bb578659b45ee6c5c8dec6cb00cf..a294a43981d311fdf49704fc8e59d68827b14785 100755 (executable)
@@ -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