]> Pileus Git - ~andy/gtk/commitdiff
Pass pkg-config options before the other args so it works even if
authorAlexander Larsson <alexl@redhat.com>
Wed, 11 Apr 2001 15:45:12 +0000 (15:45 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Wed, 11 Apr 2001 15:45:12 +0000 (15:45 +0000)
2001-04-11  Alexander Larsson  <alexl@redhat.com>

* gtk-2.0.m4: Pass pkg-config options
before the other args so it works even if
POSIXLY_CORRECT is set.

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

index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index 353fdc14fea27e66eda43e1ef17848e66f3d3ffd..ef8a85ae2e0b2a1d060b8e2ca2e88bfde76c90a7 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-11  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk-2.0.m4: Pass pkg-config options
+       before the other args so it works even if
+       POSIXLY_CORRECT is set.
+
 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
 
        * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
index b3763444dcf8b22e240c985c6a5abcfe427f6ac6..54c57e688ad705b1e3f23ee2c6c9e3fba51c54a1 100644 (file)
@@ -40,13 +40,13 @@ AC_ARG_ENABLE(glibtest, [  --disable-glibtest       Do not try to compile and ru
   fi
 
   if test x"$no_glib" = x ; then
-    GLIB_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
-    GLIB_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
-    glib_config_major_version=`$PKG_CONFIG glib-2.0 --modversion | \
+    GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
+    GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
+    glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
-    glib_config_minor_version=`$PKG_CONFIG glib-2.0 --modversion | \
+    glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
-    glib_config_micro_version=`$PKG_CONFIG glib-2.0 --modversion | \
+    glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
     if test "x$enable_glibtest" = "xyes" ; then
       ac_save_CFLAGS="$CFLAGS"
index b3763444dcf8b22e240c985c6a5abcfe427f6ac6..54c57e688ad705b1e3f23ee2c6c9e3fba51c54a1 100644 (file)
@@ -40,13 +40,13 @@ AC_ARG_ENABLE(glibtest, [  --disable-glibtest       Do not try to compile and ru
   fi
 
   if test x"$no_glib" = x ; then
-    GLIB_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
-    GLIB_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
-    glib_config_major_version=`$PKG_CONFIG glib-2.0 --modversion | \
+    GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
+    GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
+    glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
-    glib_config_minor_version=`$PKG_CONFIG glib-2.0 --modversion | \
+    glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
-    glib_config_micro_version=`$PKG_CONFIG glib-2.0 --modversion | \
+    glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
     if test "x$enable_glibtest" = "xyes" ; then
       ac_save_CFLAGS="$CFLAGS"