put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output
authorHavoc Pennington <hp@redhat.com>
Mon, 16 Apr 2001 15:21:19 +0000 (15:21 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 16 Apr 2001 15:21:19 +0000 (15:21 +0000)
2001-04-16  Havoc Pennington  <hp@redhat.com>

* glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
glib" so the output looks right

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib-2.0.m4
m4macros/glib-2.0.m4

index 78d3113..405f4f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 78d3113..405f4f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-16  Havoc Pennington  <hp@redhat.com>
+
+       * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
+       glib" so the output looks right 
+
 2001-03-23  Havoc Pennington  <hp@redhat.com>
 
        * gutils.c (g_parse_debug_string): make GDebugKeys argument 
index 59e4f38..e22610c 100644 (file)
@@ -28,13 +28,13 @@ AC_ARG_ENABLE(glibtest, [  --disable-glibtest       Do not try to compile and ru
       esac
   done
 
+  AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+
   min_glib_version=ifelse([$1], ,1.3.3,$1)
   AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
 
   no_glib=""
 
-  AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
-
   if test x$PKG_CONFIG != xno ; then
     if pkg-config --atleast-pkgconfig-version 0.5 ; then
       :
index 59e4f38..e22610c 100644 (file)
@@ -28,13 +28,13 @@ AC_ARG_ENABLE(glibtest, [  --disable-glibtest       Do not try to compile and ru
       esac
   done
 
+  AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+
   min_glib_version=ifelse([$1], ,1.3.3,$1)
   AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
 
   no_glib=""
 
-  AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
-
   if test x$PKG_CONFIG != xno ; then
     if pkg-config --atleast-pkgconfig-version 0.5 ; then
       :