]> Pileus Git - ~andy/gtk/commitdiff
Use $PANGO_CONFIG instead of pango-config
authorElliot Lee <sopwith@src.gnome.org>
Wed, 7 Jun 2000 21:39:09 +0000 (21:39 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Wed, 7 Jun 2000 21:39:09 +0000 (21:39 +0000)
* configure.in: Use $PANGO_CONFIG instead of pango-config

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
configure.in

index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index ad861f1304a029297fe0b999e2134b37b7c9c058..f14e04802ec31469c696a33ddec11e8eec1d6f9e 100644 (file)
@@ -1,3 +1,6 @@
+Wed Jun  7 15:44:42 2000  Elliot Lee <sopwith@redhat.com>
+       * configure.in: Use $PANGO_CONFIG instead of pango-config
+
 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
index 5a24288c8f503f24c6ba5b32bff0f189af649350..2185f51898d7cad6138faf837c08ec602b782e3c 100644 (file)
@@ -507,9 +507,9 @@ AC_PATH_PROG(PANGO_CONFIG, pango-config, no)
 if test x$PANGO_CONFIG = xno ; then
   AC_MSG_ERROR([*** pango-config not found])
 fi
-PANGO_CFLAGS="`pango-config --cflags pangox`"
+PANGO_CFLAGS="`$PANGO_CONFIG --cflags pangox`"
 CFLAGS="$CFLAGS $PANGO_CFLAGS"
-PANGO_LIBS="`pango-config --libs pangox`"
+PANGO_LIBS="`$PANGO_CONFIG --libs pangox`"
 AC_SUBST(PANGO_LIBS)
 AC_SUBST(PANGO_CFLAGS)