summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-01-27 11:18:31 +0000
committerMatthias Clasen <mclasen@redhat.com>2015-03-03 17:21:12 -0500
commitb7dff89390601b8607da192a07dcf16bb517745e (patch)
treee8af9ca03a0096592a495e456d3c7680046d517d /autogen.sh
parentc3a009b4fb2f0630ac891727810058b48c8e2670 (diff)
downloadgdk-pixbuf-b7dff89390601b8607da192a07dcf16bb517745e.tar.gz
Remove gross gettext pot file hack
Use the PO_DEPENDS_ON_POT variable to (properly) ignore the timestamp of the pot file, avoiding the need to touch the pot file in autogen.sh. https://bugzilla.gnome.org/show_bug.cgi?id=743574
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 9ec09e5bb..4a373e9b9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,10 +7,6 @@ test -n "$srcdir" || srcdir=.
olddir=`pwd`
cd "$srcdir"
-# GNU gettext automake support doesn't get along with git.
-# https://bugzilla.gnome.org/show_bug.cgi?id=661128
-touch -t 200001010000 po/gdk-pixbuf.pot
-
GTKDOCIZE=`which gtkdocize`
if test -z $GTKDOCIZE; then
echo "*** No GTK-Doc found, please install it ***"