mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46:14 +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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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>
|
2001-03-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gutils.c (g_parse_debug_string): make GDebugKeys argument
|
* 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
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||||
|
|
||||||
min_glib_version=ifelse([$1], ,1.3.3,$1)
|
min_glib_version=ifelse([$1], ,1.3.3,$1)
|
||||||
AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
|
AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
|
||||||
|
|
||||||
no_glib=""
|
no_glib=""
|
||||||
|
|
||||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
|
||||||
|
|
||||||
if test x$PKG_CONFIG != xno ; then
|
if test x$PKG_CONFIG != xno ; then
|
||||||
if pkg-config --atleast-pkgconfig-version 0.5 ; 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
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||||
|
|
||||||
min_glib_version=ifelse([$1], ,1.3.3,$1)
|
min_glib_version=ifelse([$1], ,1.3.3,$1)
|
||||||
AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
|
AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
|
||||||
|
|
||||||
no_glib=""
|
no_glib=""
|
||||||
|
|
||||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
|
||||||
|
|
||||||
if test x$PKG_CONFIG != xno ; then
|
if test x$PKG_CONFIG != xno ; then
|
||||||
if pkg-config --atleast-pkgconfig-version 0.5 ; then
|
if pkg-config --atleast-pkgconfig-version 0.5 ; then
|
||||||
:
|
:
|
||||||
|
Loading…
Reference in New Issue
Block a user