summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2002-05-27 15:45:26 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2002-05-27 15:45:26 +0000
commitb0af92b1d8ee22c0b3de73cc1f2d7a782d5f8eba (patch)
tree8aaa93e63b60976a7f933911084a1861013b8ae9 /autogen.sh
parent068c16b162d1de093e7c930b227788b73c3b1c3a (diff)
downloadmetacity-b0af92b1d8ee22c0b3de73cc1f2d7a782d5f8eba.tar.gz
Hook up intltoolize here. Initialize intltool. Add this. Add this too Hook
2002-05-27 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Hook up intltoolize here. * configure.in: Initialize intltool. * src/metacity.schemas.in: Add this. * src/metacity.desktop.in: Add this too * src/Makefile.am: Hook up intltool support for .schemas and .desktop. * Makefile.am: Dist the intltool files.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 08bc5802..ba38ea6a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -96,6 +96,10 @@ do
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
fi
+ if grep "^AC_PROG_INTLTOOL" configure.in >/dev/null; then
+ echo "Running intltoolize..."
+ intltoolize --force --copy --automake
+ fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..."
libtoolize --force --copy