Revert "Use upstream gettext instead the glib one"

Commited by mistake
This reverts commit e930e3b3aa.
This commit is contained in:
Javier Jardón
2012-08-15 02:45:10 +09:00
parent 6b201748b5
commit f8a5fc2e2e
6 changed files with 293 additions and 74 deletions

View File

@@ -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/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."