summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-01-09 16:20:30 +0100
committerRyan Lortie <desrt@desrt.ca>2012-01-09 16:20:30 +0100
commit4e1d1414de9fc460a400f2e58bca9d1403017e5c (patch)
tree15ff200ad0a2eb12b417d4fbb59bb31207daf6bf /autogen.sh
parent591ab991aef116e2e26baad970763539ab7534e3 (diff)
downloadgdk-pixbuf-4e1d1414de9fc460a400f2e58bca9d1403017e5c.tar.gz
Add a comment to prevent undoing the last commit
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f5f5dd60b..9ec09e5bb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,8 @@ 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`