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.
This commit is contained in:
Kjartan Maraas 2002-05-27 15:45:26 +00:00 committed by Kjartan Maraas
parent 068c16b162
commit b0af92b1d8
5 changed files with 18 additions and 1 deletions

View File

@ -25,3 +25,4 @@ INSTALL
intl intl
ABOUT-NLS ABOUT-NLS
COPYING COPYING
intltool-*

View File

@ -1,3 +1,12 @@
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.
2002-05-27 Anders Carlsson <andersca@gnu.org> 2002-05-27 Anders Carlsson <andersca@gnu.org>
* src/themes/Gorilla/metacity-theme-1.xml: Apparently someone * src/themes/Gorilla/metacity-theme-1.xml: Apparently someone
@ -11,6 +20,7 @@
the problem where the spacing between the icon & the title the problem where the spacing between the icon & the title
got larger as the fontsize went up. got larger as the fontsize went up.
>>>>>>> 1.269
2002-05-26 Havoc Pennington <hp@pobox.com> 2002-05-26 Havoc Pennington <hp@pobox.com>
* src/themes/Atlanta/metacity-theme-1.xml: totally drop the * src/themes/Atlanta/metacity-theme-1.xml: totally drop the

View File

@ -1,4 +1,5 @@
SUBDIRS=src po SUBDIRS=src po
EXTRA_DIST=HACKING theme-format.txt metacity.spec EXTRA_DIST=HACKING theme-format.txt metacity.spec \
intltool-extract.in intltool-merge.in intltool-update.in

View File

@ -96,6 +96,10 @@ do
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi fi
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 if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..." echo "Running libtoolize..."
libtoolize --force --copy libtoolize --force --copy

View File

@ -14,6 +14,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.21])
AC_PROG_CC AC_PROG_CC
AC_ISC_POSIX AC_ISC_POSIX
AC_HEADER_STDC AC_HEADER_STDC