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 /acinclude.m4 | |
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 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index afe5197e92..295b33801b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -272,7 +272,7 @@ AC_SUBST(NM) # serial 5 -AC_DEFUN(AM_WITH_NLS_GTK, +AC_DEFUN(AM_GTK_WITH_NLS, [AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, @@ -461,7 +461,7 @@ AC_DEFUN(AM_WITH_NLS_GTK, AC_SUBST(POSUB) ]) -AC_DEFUN(AM_GNU_GETTEXT_GTK, +AC_DEFUN(AM_GTK_GNU_GETTEXT, [AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl @@ -487,7 +487,7 @@ strdup __argz_count __argz_stringify __argz_next]) fi AM_LC_MESSAGES - AM_WITH_NLS_GTK + AM_GTK_WITH_NLS if test "x$CATOBJEXT" != "x"; then if test "x$ALL_LINGUAS" = "x"; then |