mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
committed by
James Henstridge
parent
ad24759fc1
commit
b0db44badc
@@ -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)
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user