mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
f2faafacb9
commit
988dd88495
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user