]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix another build failure.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Oct 2018 22:35:58 +0000 (00:35 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Oct 2018 22:37:00 +0000 (00:37 +0200)
* gettext-tools/examples/po/xsmallpot.sh: In hello-pascal, make sure to build
hello.rsj.

gettext-tools/examples/po/xsmallpot.sh

index a294a43981d311fdf49704fc8e59d68827b14785..8dc8acdecc8a84c4e4993d47c057015c6b775bc1 100755 (executable)
@@ -41,6 +41,12 @@ EOF
   hello-objc-gnustep)
     ./autogen.sh
     ;;
+  hello-pascal)
+    ./autogen.sh
+    ./configure
+    # Build hello.rsj.
+    make
+    ;;
   *)
     grep '^\(AC_INIT\|AC_CONFIG\|AC_PROG_\|AC_SUBST(.*OBJC\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > tmp-configure.ac
     mv -f tmp-configure.ac configure.ac