diff options
author | Javier <jjardon@gnome.org> | 2013-01-08 17:48:41 +0000 |
---|---|---|
committer | Javier <jjardon@gnome.org> | 2013-01-08 17:50:50 +0000 |
commit | 1ac2f9dedf63334386988f7e16b4e3fcbef83461 (patch) | |
tree | 1e2d0fdea43fac24b382451ed101a8d4418cd869 /autogen.sh | |
parent | 42a60d2006047114273fb09a5e3b6fe2b08fae6f (diff) | |
download | libsoup-1ac2f9dedf63334386988f7e16b4e3fcbef83461.tar.gz |
build: Do not use AM_GLIB_GNU_GETTEXT
The po/Makefile.in.inis generated by intltoolize
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ if test -z $GTKDOCIZE; then fi gtkdocize || exit $? -autopoint --force -AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose +intltoolize --automake --copy +autoreconf --force --install --verbose cd $olddir test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" |