put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output

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
This commit is contained in:
Havoc Pennington 2001-04-16 15:21:19 +00:00 committed by Havoc Pennington
parent f2faafacb9
commit 988dd88495
10 changed files with 44 additions and 4 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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
:

View 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
: