[pango] Even more pangox residual removal
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Even more pangox residual removal
- Date: Sat, 25 Aug 2012 20:07:46 +0000 (UTC)
commit aee4341fb14a579c77c274813ca0e24b41fa5caa
Author: Behdad Esfahbod <behdad behdad org>
Date: Sat Aug 25 14:04:36 2012 -0400
Even more pangox residual removal
configure.in | 29 -----------------------------
pango/Makefile.am | 1 -
2 files changed, 0 insertions(+), 30 deletions(-)
---
diff --git a/configure.in b/configure.in
index 444fb57..21a8fa3 100644
--- a/configure.in
+++ b/configure.in
@@ -741,35 +741,6 @@ IFS="$pango_save_ifs"
included_modules=$included_modules
])
-AC_CONFIG_COMMANDS([pango/module-defs-x.c],
-[
-### X modules
-cat > pango/module-defs-x.c <<EOTEXT
-/* Autogenerated by configure. Do not edit */
-
-#include "module-defs.h"
-
-PangoIncludedModule _pango_included_x_modules@<:@@:>@ = {
-EOTEXT
-
-IFS="${IFS= }"; pango_save_ifs="$IFS"; IFS=","
-for module in $included_modules; do
- if echo $module | egrep -- "-x($|,)" > /dev/null; then
- module_c=`echo $module | sed s/-/_/`
- cat >> pango/module-defs-x.c <<EOTEXT
- { _pango_${module_c}_script_engine_list, _pango_${module_c}_script_engine_init, _pango_${module_c}_script_engine_exit, _pango_${module_c}_script_engine_create },
-EOTEXT
- fi
-done
-
-IFS="$pango_save_ifs"
-
-cat >> pango/module-defs-x.c <<EOTEXT
- { NULL, NULL, NULL, NULL },
-};
-EOTEXT
-])
-
AC_CONFIG_COMMANDS([pango/module-defs-fc.c],
[
### FC modules
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 8fd1910..afd7b6e 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -479,7 +479,6 @@ endif
MODULE_DEF_FILES = \
module-defs.h \
module-defs-lang.c \
- module-defs-x.c \
module-defs-fc.c \
module-defs-win32.c \
module-defs-coretext.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]