summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-26 22:15:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-26 22:15:50 +0000
commita100943aed769851ecaeab832bd7cb23689d1c51 (patch)
tree961fb59a381aee70b720e03db27bbb8169177b34
parent7899ca90ae13b98b037f785975a7b7c9839f5b6d (diff)
downloadpango-a100943aed769851ecaeab832bd7cb23689d1c51.tar.gz
Add back non-spurious \$ removed in last commit.
Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com> * Add back non-spurious \$ removed in last commit.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-24
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--configure.in2
7 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f01683db..88131f18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Add back non-spurious \$ removed in last commit.
+
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Fix a leftover spurious \$ from the last commit.
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index f01683db..88131f18 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Add back non-spurious \$ removed in last commit.
+
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Fix a leftover spurious \$ from the last commit.
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index f01683db..88131f18 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Add back non-spurious \$ removed in last commit.
+
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Fix a leftover spurious \$ from the last commit.
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index f01683db..88131f18 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Add back non-spurious \$ removed in last commit.
+
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Fix a leftover spurious \$ from the last commit.
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index f01683db..88131f18 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Add back non-spurious \$ removed in last commit.
+
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Fix a leftover spurious \$ from the last commit.
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index f01683db..88131f18 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Fri Jul 26 18:15:24 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Add back non-spurious \$ removed in last commit.
+
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
* Fix a leftover spurious \$ from the last commit.
diff --git a/configure.in b/configure.in
index fe812374..7218ed36 100644
--- a/configure.in
+++ b/configure.in
@@ -370,7 +370,7 @@ INCLUDED_FT2_MODULES=
INCLUDED_WIN32_MODULES=
IFS="${IFS= }"; pango_save_ifs="$IFS"; IFS=","
for module in $included_modules; do
- if echo $indic_modules | egrep "(^| )$module($| )" > /dev/null; then
+ if echo $indic_modules | egrep "(^| )$module(\$| )" > /dev/null; then
dir=indic
else
dir=`echo $module | sed "s/-.*//"`