diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-24 19:42:48 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-24 19:42:48 +0000 |
commit | ebbf349278d1584843ddacce3e397f110b851135 (patch) | |
tree | 06f626737abdc2a7a8513e8ae291ad9e00bc583f | |
parent | fd8ee1c032d688a9d87b9355fe3ef1b01a9f95f5 (diff) | |
download | pango-ebbf349278d1584843ddacce3e397f110b851135.tar.gz |
Remove vestiges of support for external fribidi library.
Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com>
* configure.in pango/Makefile.am pango.pc.in: Remove
vestiges of support for external fribidi library.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | configure.in | 38 | ||||
-rw-r--r-- | pango.pc.in | 2 | ||||
-rw-r--r-- | pango/Makefile.am | 12 |
8 files changed, 28 insertions, 49 deletions
@@ -1,3 +1,8 @@ +Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com> + + * configure.in pango/Makefile.am pango.pc.in: Remove + vestiges of support for external fribidi library. + Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 9b8e13c5..4d4bdce4 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com> + + * configure.in pango/Makefile.am pango.pc.in: Remove + vestiges of support for external fribidi library. + Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 9b8e13c5..4d4bdce4 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com> + + * configure.in pango/Makefile.am pango.pc.in: Remove + vestiges of support for external fribidi library. + Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 9b8e13c5..4d4bdce4 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com> + + * configure.in pango/Makefile.am pango.pc.in: Remove + vestiges of support for external fribidi library. + Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 9b8e13c5..4d4bdce4 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com> + + * configure.in pango/Makefile.am pango.pc.in: Remove + vestiges of support for external fribidi library. + Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: diff --git a/configure.in b/configure.in index 10fe1abe..099194a1 100644 --- a/configure.in +++ b/configure.in @@ -283,44 +283,6 @@ AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) # -# Checks for fribidi -# -#AC_ARG_WITH(fribidi, [ --with-fribidi Use external fribidi library ],,with_fribidi=no) -# -FRIBIDI_LIBS="" -FRIBIDI_CFLAGS="" -FRIBIDI_PC="" -have_fribidi=no -# -#if test "x$with_fribidi" = "xyes" ; then -# AC_PATH_PROG(FRIBIDI_CONFIG, fribidi-config, no) -# if test x$FRIBIDI_CONFIG = xno ; then -# AC_MSG_ERROR([*** fribidi-config not found]) -# fi -# -# if $FRIBIDI_CONFIG --cflags | grep lib/glib/include > /dev/null ; then -# AC_MSG_ERROR([*** fribidi appears to be compiled against GLib-1.2.x. -# *** You must compile fribidi with GLib-1.3.1 or better.]) -# fi -# -# FRIBIDI_CFLAGS="`$FRIBIDI_CONFIG --cflags`" -# CFLAGS="$CFLAGS $FRIBIDI_CFLAGS" -# FRIBIDI_LIBS="`$FRIBIDI_CONFIG --libs`" -# FRIBIDI_PC="fribidi," -# -# AC_CHECK_LIB(fribidi, fribidi_get_mirror_char, :, -# AC_MSG_ERROR([*** libfribidi not found.]), $FRIBIDI_LIBS) -# -# AC_DEFINE(HAVE_FRIBIDI) -# have_fribidi=yes -#fi - -AC_SUBST(FRIBIDI_LIBS) -AC_SUBST(FRIBIDI_CFLAGS) -AC_SUBST(FRIBIDI_PC) -AM_CONDITIONAL(HAVE_FRIBIDI, test x$have_fribidi = xyes) - -# # Allow setting a default path for XftConfig # AC_ARG_WITH(xftconfig-dir, diff --git a/pango.pc.in b/pango.pc.in index 5efe68a7..db556161 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -8,7 +8,7 @@ pango_module_version=@PANGO_MODULE_VERSION@ Name: Pango Description: Internationalized text handling Version: @VERSION@ -Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0 +Requires: glib-2.0,gobject-2.0,gmodule-2.0 Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ Cflags: -I${includedir}/pango-1.0 diff --git a/pango/Makefile.am b/pango/Makefile.am index ad7b4efe..bfe87958 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -8,12 +8,7 @@ if HAVE_FREETYPE OPENTYPE_SUBDIR=opentype endif -if HAVE_FRIBIDI -else -FRIBIDI_SUBDIR = mini-fribidi -endif - -SUBDIRS = $(OPENTYPE_SUBDIR) $(FRIBIDI_SUBDIR) +SUBDIRS = $(OPENTYPE_SUBDIR) mini-fribidi DIST_SUBDIRS = mini-fribidi opentype @@ -45,10 +40,7 @@ endif lib_LTLIBRARIES = libpango-1.0.la libpango_1_0_la_LDFLAGS = -version-info $(LT_VERSION_INFO) $(no_undefined) -libpango_1_0_la_LIBADD = $(GLIB_LIBS) -if !HAVE_FRIBIDI -libpango_1_0_la_LIBADD += mini-fribidi/libmini-fribidi.la -endif +libpango_1_0_la_LIBADD = $(GLIB_LIBS) mini-fribidi/libmini-fribidi.la if OS_WIN32 libpango_1_0_la_LDFLAGS += -export-symbols pango.def |