summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
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 "