mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Fix some problems in writing out varargs tests in configure.in
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Fix some problems in writing out varargs tests in configure.in
This commit is contained in:
parent
94b8df8ca0
commit
686e9b4645
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems in writing out varargs
|
||||
tests in configure.in
|
||||
|
||||
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
|
||||
|
@ -1644,16 +1644,16 @@ $glib_inline
|
||||
#endif /* !__cplusplus */
|
||||
_______EOF
|
||||
|
||||
if test x$g_have_iso_varargs ; then
|
||||
if test x$g_have_iso_varargs = xyes ; then
|
||||
cat >>$outfile <<_______EOF
|
||||
|
||||
#define G_HAVE_ISO_VARARGS
|
||||
#define G_HAVE_ISO_VARARGS 1
|
||||
_______EOF
|
||||
fi
|
||||
if test x$g_have_gnuc_varargs ; then
|
||||
if test x$g_have_gnuc_varargs = xyes ; then
|
||||
cat >>$outfile <<_______EOF
|
||||
|
||||
#define G_HAVE_GNUC_VARARGS
|
||||
#define G_HAVE_GNUC_VARARGS 1
|
||||
_______EOF
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user