Use upstream gettext instead the glib one

This commit is contained in:
Javier Jardón
2011-05-16 13:23:47 +01:00
parent f92a3525f7
commit e930e3b3aa
6 changed files with 74 additions and 293 deletions

View File

@@ -7,6 +7,10 @@ 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/glib.pot
GTKDOCIZE=$(which gtkdocize 2>/dev/null)
if test -z $GTKDOCIZE; then
echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."