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:
Owen Taylor 2001-05-20 14:49:44 +00:00 committed by Owen Taylor
parent 94b8df8ca0
commit 686e9b4645
9 changed files with 44 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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