diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-12-15 22:03:53 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-15 22:03:53 +0000 |
commit | 7b105fea0a3d6028217632e830998390a1669ae2 (patch) | |
tree | 3101a171dfd4f881b1374c4dcb731c7b52b8be80 /configure.in | |
parent | d56a55a4843afb45f274d7ae1f7900a21409e28a (diff) | |
download | gtk+-7b105fea0a3d6028217632e830998390a1669ae2.tar.gz |
Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and AM_WITH_NLS_GTK to
1998-12-15 Martin Baulig <martin@home-of-linux.org>
* acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
warnings.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 80998124a8..4ea57e184e 100644 --- a/configure.in +++ b/configure.in @@ -132,7 +132,7 @@ AC_SUBST(REBUILD) # i18n stuff ALL_LINGUAS="de pt" -AM_GNU_GETTEXT_GTK +AM_GTK_GNU_GETTEXT AC_CHECK_FUNC(gettext, , AC_CHECK_LIB(intl, gettext) |