mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
Use $PANGO_CONFIG instead of pango-config
* configure.in: Use $PANGO_CONFIG instead of pango-config
This commit is contained in:
parent
60d3ad3e0b
commit
d23c74dd44
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user