summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-30 14:50:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-30 14:50:49 +0000
commit241cf6fa501f657beecf1ad75341dc4b868bcc19 (patch)
tree42282d83fc3f8b3db0237e24f209139bf8dc58cb
parent19d9f213d87746a4353fd56742b3d24931df31a5 (diff)
downloadpango-241cf6fa501f657beecf1ad75341dc4b868bcc19.tar.gz
Use egrep for khmer, like the rest, to fix --with-included-modules.
2005-07-30 Owen Taylor <otaylor@redhat.com> * configure.in: Use egrep for khmer, like the rest, to fix --with-included-modules. (#311930, Sebastien Bacher)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba482219..ac6e522e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-30 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Use egrep for khmer, like the rest, to
+ fix --with-included-modules. (#311930, Sebastien Bacher)
+
2005-07-26 Owen Taylor <otaylor@redhat.com>
* === Released 1.8.2 ===
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index ba482219..ac6e522e 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2005-07-30 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Use egrep for khmer, like the rest, to
+ fix --with-included-modules. (#311930, Sebastien Bacher)
+
2005-07-26 Owen Taylor <otaylor@redhat.com>
* === Released 1.8.2 ===
diff --git a/configure.in b/configure.in
index 3a81130a..db5b6865 100644
--- a/configure.in
+++ b/configure.in
@@ -386,7 +386,7 @@ AM_CONDITIONAL(INCLUDE_HEBREW_FC,echo $included_modules | egrep '(^|,)hebrew-fc(
AM_CONDITIONAL(INCLUDE_INDIC_FC,echo $included_modules | egrep '(^|,)indic-fc($|,)' > /dev/null)
-AM_CONDITIONAL(INCLUDE_KHMER_FC,echo $included_modules | grep '(^|,)khmer-fc($|,)' > /dev/null)
+AM_CONDITIONAL(INCLUDE_KHMER_FC,echo $included_modules | egrep '(^|,)khmer-fc($|,)' > /dev/null)
AM_CONDITIONAL(INCLUDE_SYRIAC_FC,echo $included_modules | egrep '(^|,)syriac-fc($|,)' > /dev/null)