From 6af5ba071d78f1275f10b99f8ceee64dfc84ee5c Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Fri, 5 Oct 2001 01:36:56 +0000 Subject: [PATCH] Avoid 'test -a'. --- ChangeLog | 16 ++++++++++------ ChangeLog.pre-2-0 | 16 ++++++++++------ ChangeLog.pre-2-10 | 16 ++++++++++------ ChangeLog.pre-2-12 | 16 ++++++++++------ ChangeLog.pre-2-2 | 16 ++++++++++------ ChangeLog.pre-2-4 | 16 ++++++++++------ ChangeLog.pre-2-6 | 16 ++++++++++------ ChangeLog.pre-2-8 | 16 ++++++++++------ configure.in | 2 +- 9 files changed, 81 insertions(+), 49 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a96516..edfde91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6a96516..edfde91 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-10-04 Raja R Harinath + + * configure.in: Avoid 'test -a'. + 2001-10-05 Matthias Clasen * glib/gwin32.c: Documentation update. @@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor [ Patch from DindinX , added docs ] - * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't - have stpcpy (). - * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use - g_stpcpy () so these functions run much faster. - * config.h.win32.in, glib.def: add reference to g_stpcpy () - * configure.in: Add a test for the stpcpy () function. + * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that + don't have stpcpy (). + * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): + use g_stpcpy () so these functions run much faster. + * config.h.win32.in, glib.def: add reference to g_stpcpy () + * configure.in: Add a test for the stpcpy () function. 2001-03-20 Havoc Pennington diff --git a/configure.in b/configure.in index 2a2638e..e96c6a5 100644 --- a/configure.in +++ b/configure.in @@ -768,7 +768,7 @@ if test -z "$G_MODULE_IMPL"; then []) fi dnl *** load_image (BeOS) -if test -z "$G_MODULE_IMPL" -a "x$glib_native_beos" = "xyes"; then +if test -z "$G_MODULE_IMPL" && test "x$glib_native_beos" = "xyes"; then AC_CHECK_LIB(root, load_image, [G_MODULE_LIBS="-lbe -lroot -lglib" G_MODULE_LIBS_EXTRA="-L\$(top_builddir_full)/.libs" -- 2.7.4