diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-01-09 16:20:30 +0100 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-01-09 16:20:30 +0100 |
commit | 4e1d1414de9fc460a400f2e58bca9d1403017e5c (patch) | |
tree | 15ff200ad0a2eb12b417d4fbb59bb31207daf6bf /autogen.sh | |
parent | 591ab991aef116e2e26baad970763539ab7534e3 (diff) | |
download | gdk-pixbuf-4e1d1414de9fc460a400f2e58bca9d1403017e5c.tar.gz |
Add a comment to prevent undoing the last commit
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
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` |