summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2008-01-09 10:56:00 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2008-01-09 10:56:00 +0000
commita5a4761d313ac57c370cec2d732786b08512bb37 (patch)
treec3c11ffea78513f4d60ec54ec17966c1f6f2eedf /autogen.sh
parenta21cdb793e283d4aef70fcbcf31add7f0711bb54 (diff)
downloadgvfs-a5a4761d313ac57c370cec2d732786b08512bb37.tar.gz
Reuse intltool by now, glib-gettext rules seems unable to properly remove
2008-01-09 Luca Ferretti <elle.uca@libero.it> * Makefile.am: * autogen.sh: * configure.ac: Reuse intltool by now, glib-gettext rules seems unable to properly remove "[encoding: UTF-8]" generating po/POTFILES. * mkinstalldirs: * po/Makefile.in.in: Removed, autogenerated using intltool by now. * po/POTFILES.in: Added new missing files for computer:// backend. svn path=/trunk/; revision=1083
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 2794a7d8..2cf5f137 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,6 +29,14 @@ if $have_libtool ; then : ; else
DIE=1
fi
+(intltoolize --version) < /dev/null > /dev/null 2>&1 || {
+ echo
+ echo "You must have intltool installed to compile $PROJECT."
+ echo "Install the appropriate package for your distribution,"
+ echo "or get the source tarball at http://ftp.gnome.org/pub/GNOME/sources/intltool"
+ DIE=1
+}
+
(gtkdocize --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have gtk-doc installed to compile $PROJECT."
@@ -99,6 +107,7 @@ rm -rf autom4te.cache
touch README INSTALL
libtoolize --force || exit $?
+intltoolize --force --copy --automake || exit $?
gtkdocize || exit $?
$ACLOCAL $ACLOCAL_FLAGS || exit $?