X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=4bbc00d9844fe84aaa729ff1e880d9881c6786cf;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=eed59f52ac5156652b8e83575c0358d84dd0f5e0;hpb=e930e3b3aac2fe4d62996d8033121a40153f2da3;p=platform%2Fupstream%2Fglib.git diff --git a/autogen.sh b/autogen.sh index eed59f5..4bbc00d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,15 +7,14 @@ 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." rm -f gtk-doc.make - echo 'EXTRA_DIST =' > gtk-doc.make + cat > gtk-doc.make <