summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-12-20 15:07:06 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-12-20 15:07:06 +0000
commit62ff45627da9850ef46099c3b760017e466f9eab (patch)
treeb296b5aa3a35a85e8a87a8acc432464d649d3e8f /autogen.sh
parent72aa62fa302da8cf91f8f2eabad7ace33bfca68c (diff)
downloadgvfs-62ff45627da9850ef46099c3b760017e466f9eab.tar.gz
Don't run gettextize
2007-12-20 Alexander Larsson <alexl@redhat.com> * autogen.sh: Don't run gettextize * programs/Makefile.am: dist gvfs-less 2007-12-20 Alexander Larsson <alexl@redhat.com> * Makefile.in.in: Added. * POTFILES.in: * it.po: Add Makefile.in.in svn path=/trunk/; revision=1061
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index dd7a3ff1..2794a7d8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -99,7 +99,6 @@ rm -rf autom4te.cache
touch README INSTALL
libtoolize --force || exit $?
-glib-gettextize -f || exit $?
gtkdocize || exit $?
$ACLOCAL $ACLOCAL_FLAGS || exit $?