From 89671a4914caf1e20ea20a19c6bff7a058ebb3c4 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Sun, 7 Apr 2013 04:19:32 +0200 Subject: Internationalize the shared library Add infrastructure for translating the single string in the shared library. [#1] --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 4c5ae11..7f94f51 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,6 +2,7 @@ # Run this script on a clean source checkout to get ready for building. FILE_MUST_EXIST=endless/endless.h +POT_FILE=po/eos-sdk.pot test -n "$srcdir" || srcdir=`dirname "$0"` test -n "$srcdir" || srcdir=. @@ -13,6 +14,10 @@ test -f $FILE_MUST_EXIST || { exit 1 } +# GNU gettext automake support doesn't get along with git +# https://bugzilla.gnome.org/show_bug.cgi?id=661128 +touch -t 200001010000 $POT_FILE + # NOCONFIGURE is used by gnome-common if test -z "$NOCONFIGURE"; then echo "This script will run ./configure automatically. If you wish to pass " -- cgit v1.2.3