mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
add third argument to the AC_DEFINE calls, so users of the macro don't
2002-02-14 James Henstridge <james@daa.com.au> * m4macros/glib-gettext.m4: add third argument to the AC_DEFINE calls, so users of the macro don't need to add entries to acconfig.h in their package.
This commit is contained in:
parent
ad24759fc1
commit
b0db44badc
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-14 James Henstridge <james@daa.com.au>
|
||||
|
||||
* m4macros/glib-gettext.m4: add third argument to the AC_DEFINE
|
||||
calls, so users of the macro don't need to add entries to
|
||||
acconfig.h in their package.
|
||||
|
||||
2002-02-13 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_context_check): never dispatch sources of
|
||||
|
768
config.guess
vendored
768
config.guess
vendored
File diff suppressed because it is too large
Load Diff
@ -173,7 +173,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
fi)
|
||||
|
||||
#
|
||||
|
@ -140,6 +140,8 @@ Calculates the minimum of @a and @b.
|
||||
@a: a numeric value.
|
||||
@b: a numeric value.
|
||||
@Returns: the minimum of @a and @b.
|
||||
<!-- # Unused Parameters # -->
|
||||
@Param1:
|
||||
|
||||
|
||||
<!-- ##### MACRO MAX ##### -->
|
||||
|
@ -152,7 +152,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
fi)
|
||||
|
||||
#
|
||||
|
@ -58,7 +58,8 @@ AC_DEFUN(AM_GLIB_WITH_NLS,
|
||||
|
||||
if test "$gt_cv_func_dgettext_libc" = "yes" \
|
||||
|| test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
||||
AC_DEFINE(HAVE_GETTEXT)
|
||||
AC_DEFINE(HAVE_GETTEXT,1,
|
||||
[Define if the GNU gettext() function is already present or preinstalled.])
|
||||
AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
|
||||
[test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
|
||||
if test "$MSGFMT" != "no"; then
|
||||
@ -92,7 +93,8 @@ AC_DEFUN(AM_GLIB_WITH_NLS,
|
||||
fi
|
||||
|
||||
if test "$nls_cv_use_gnu_gettext" != "yes"; then
|
||||
AC_DEFINE(ENABLE_NLS)
|
||||
AC_DEFINE(ENABLE_NLS, 1,
|
||||
[always defined to indicate that i18n is enabled])
|
||||
else
|
||||
dnl Unset this variable since we use the non-zero value as a flag.
|
||||
CATOBJEXT=
|
||||
|
Loading…
Reference in New Issue
Block a user