mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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.
This commit is contained in:
parent
d56a55a484
commit
7b105fea0a
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4: Provide a hacked version of the
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user