From: Bruno Haible Date: Mon, 22 Oct 2018 22:35:58 +0000 (+0200) Subject: examples: Fix another build failure. X-Git-Tag: v0.20~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2a9aacc248176c89e6415e75c14391fba861f5;p=thirdparty%2Fgettext.git examples: Fix another build failure. * gettext-tools/examples/po/xsmallpot.sh: In hello-pascal, make sure to build hello.rsj. --- diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh index a294a4398..8dc8acdec 100755 --- a/gettext-tools/examples/po/xsmallpot.sh +++ b/gettext-tools/examples/po/xsmallpot.sh @@ -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