diff -crN ./pango/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/Makefile.am
*** ./pango/Makefile.am	Thu Aug 17 01:01:00 2006
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/Makefile.am	Thu Oct 12 15:48:26 2006
***************
*** 1,5 ****
--- 1,7 ----
  ## Process this file with automake to create Makefile.in.
  
+ AUTOMAKE_OPTIONS = 1.7
+ 
  SUBDIRS= pango modules examples docs tools tests
  
  EXTRA_DIST = 			\
diff -crN ./pango/XftConfig /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/XftConfig
*** ./pango/XftConfig	Thu Jan  1 01:00:00 1970
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/XftConfig	Thu Dec  5 15:57:17 2002
***************
*** 0 ****
--- 1,108 ----
+ # $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.5 2000/12/14 23:03:53 keithp Exp $
+ 
+ dir "/usr/X11R6/lib/X11/fonts/Type1"
+ 
+ # Red Hat additions
+ dir "/usr/X11R6/lib/X11/fonts/TTF"
+ dir "/usr/share/fonts/default/TrueType"
+ dir "/usr/share/fonts/default/Type1"
+ dir "/usr/share/fonts/ja/TrueType"
+ dir "/usr/share/fonts/ko/TrueType"
+ dir "/usr/share/fonts/zh_CN/TrueType"
+ dir "/usr/share/fonts/zh_TW/TrueType"
+ 
+ #
+ # alias 'fixed' for 'mono'
+ #
+ match any family == "fixed"		edit family =+ "mono";
+ 
+ #
+ # Don't antialias small fonts
+ #
+ match
+         any size < 11
+         any size > 8
+         edit antialias=false;
+ 
+ #
+ # Don't antialias wingding symbols and similar types of symbol fontsets
+ #
+ match
+         any family == "webdings"
+         edit antialias = false;
+         encoding += "glyphs-fontspecific";
+ match
+         any family == "wingdings"
+         edit antialias = false;
+         encoding += "glyphs-fontspecific";
+ 
+ #
+ # Check users config file
+ #
+ includeif	"~/.xftconfig"
+ 
+ #
+ # Use Luxi fonts for default faces
+ #
+ match any family == "serif"		edit family += "Luxi Serif";
+ match any family == "sans"		edit family += "Luxi Sans";
+ match any family == "mono"		edit family += "Luxi Mono";
+ 
+ #
+ # Alias between XLFD families and font file family name, prefer local
+ # fonts
+ #
+ match any family == "charter"		edit family += "bitstream charter";
+ match any family == "bitstream charter" edit family =+ "charter";
+ 
+ #
+ # Alias older name for Luxi fonts
+ #
+ match any family == "LuciduxSerif"	edit family += "Luxi Serif";
+ match any family == "Lucidux Serif"	edit family += "Luxi Serif";
+  
+ match any family == "LuciduxSans"	edit family += "Luxi Sans";
+ match any family == "Lucidux Sans"	edit family += "Luxi Sans";
+  
+ match any family == "LuciduxMono"	edit family += "Luxi Mono";
+ match any family == "Lucidux Mono"	edit family += "Luxi Mono";
+ 
+ #
+ # TrueType font aliases (disabled - experimental)
+ #
+ #match any family == "Comic Sans"        edit family += "Comic Sans MS";
+ #match any family == "Comic Sans MS"     edit family =+ "Comic Sans";
+ #match any family == "Trebuchet"         edit family += "Trebuchet MS";
+ #match any family == "Trebuchet MS"      edit family =+ "Trebuchet";
+ #match any family == "Monotype"          edit family =+ "Monotype.com";
+ #match any family == "Andale Mono"       edit family += "Monotype.com";
+ #match any family == "Monotype.com"      edit family =+ "Andale Mono";
+ 
+ #
+ # Set some sane defaults for Anti-Aliased desktops
+ #
+ match any family == "helvetica"		edit family += "Nimbus Sans L";
+ match any family == "helv"		edit family += "Nimbus Sans L";
+ match any family == "verdana"		edit family += "Nimbus Sans L";
+ match any family == "times"		edit family += "Nimbus Roman No9 L";
+ match any family == "helvetica"		edit family += "Helmet";
+ match any family == "helv"		edit family += "Helmet";
+ match any family == "verdana"		edit family += "Helmet";
+ match any family == "times"		edit family += "Helmet";
+ 
+ # XFree86 default fonts
+ match any family == "Verdana"           edit family += "Luxi Sans";
+ match any family == "Times New Roman"   edit family += "Luxi Serif";
+ 
+ #
+ # Japanese
+ #
+ match any foundry == "watanabe"		edit antialias = false;
+ match any foundry == "wadalab"		edit antialias = false;
+ 
+ #
+ # Fixes a problem in KDE with konsole
+ #
+ match any family == "fixed"			edit antialias =+ "false";
+ match any family == "console"		edit antialias =+ "false";
+ 
diff -crN ./pango/configure.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/configure.in
*** ./pango/configure.in	Mon Oct  2 23:39:12 2006
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/configure.in	Thu Oct 12 15:48:33 2006
***************
*** 218,223 ****
--- 218,226 ----
  # Check for fontconfig
  #
  PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 1.0.1, have_fontconfig=true, :)
+ if test "x$FONTCONFIG_CFLAGS_PC" = "x" ; then
+   FONTCONFIG_CFLAGS_PC=$FONTCONFIG_CFLAGS
+ fi
  
  if $have_fontconfig ; then
    #
***************
*** 230,235 ****
--- 233,242 ----
      FREETYPE_CFLAGS=`$FREETYPE_CONFIG --cflags`
      FREETYPE_LIBS=`$FREETYPE_CONFIG --libs`
  
+     if test "x$FREETYPE_CFLAGS_PC" = "x" ; then
+       FREETYPE_CFLAGS_PC=$FREETYPE_CFLAGS
+     fi
+ 
      pango_save_ldflags=$LDFLAGS
      LDFLAGS="$LDFLAGS $FREETYPE_LIBS"
      AC_CHECK_LIB(freetype, FT_Get_Next_Char, have_freetype=true, :)
diff -crN ./pango/pangoft2.pc.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/pangoft2.pc.in
*** ./pango/pangoft2.pc.in	Thu Jun  6 21:28:19 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/pangoft2.pc.in	Mon Mar  6 11:40:13 2006
***************
*** 9,12 ****
--- 9,13 ----
  Requires: pango
  Libs: -L${libdir} -lpangoft2-@PANGO_API_VERSION@ @PKGCONFIG_FREETYPE_LIBS@
  Cflags: -I${includedir}/pango-1.0 @FONTCONFIG_CFLAGS@ @FREETYPE_CFLAGS@
+ #Cflags: -I${includedir}/pango-1.0 @FONTCONFIG_CFLAGS_PC@ @FREETYPE_CFLAGS_PC@
  
diff -crN ./pango/pangoxft.pc.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/pangoxft.pc.in
*** ./pango/pangoxft.pc.in	Wed Jun 15 00:32:46 2005
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./pango/pangoxft.pc.in	Mon Mar 13 16:41:56 2006
***************
*** 8,11 ****
  Version: @VERSION@
  Requires: pango pangoft2
  Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@ @PKGCONFIG_XFT_LIBS@
! Cflags: -I${includedir}/pango-1.0 @XFT_CFLAGS@
--- 8,11 ----
  Version: @VERSION@
  Requires: pango pangoft2
  Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@ @PKGCONFIG_XFT_LIBS@
! Cflags: -I${includedir}/pango-1.0 @XFT_CFLAGS@ @FREETYPE_CFLAGS@
