summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-26 22:12:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-26 22:12:55 +0000
commita18306708f3c94d92b74b5b96337a859abb9e097 (patch)
tree0247ee7cbac0cb88aa9d4897d9173ea161f98fd8
parent85d357155a82789ab969802555b269e925dfa615 (diff)
downloadpango-a18306708f3c94d92b74b5b96337a859abb9e097.tar.gz
Fix a leftover spurious \$ from the last commit.
Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com> * Fix a leftover spurious \$ from the 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 5ce261d5..668503c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Fix a leftover spurious \$ from the last commit.
+
Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Replace uses of grep \(A\|B\) ... with
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 5ce261d5..668503c8 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Fix a leftover spurious \$ from the last commit.
+
Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Replace uses of grep \(A\|B\) ... with
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 5ce261d5..668503c8 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Fix a leftover spurious \$ from the last commit.
+
Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Replace uses of grep \(A\|B\) ... with
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 5ce261d5..668503c8 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Fix a leftover spurious \$ from the last commit.
+
Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Replace uses of grep \(A\|B\) ... with
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 5ce261d5..668503c8 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Fix a leftover spurious \$ from the last commit.
+
Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Replace uses of grep \(A\|B\) ... with
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 5ce261d5..668503c8 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com>
+
+ * Fix a leftover spurious \$ from the last commit.
+
Fri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Replace uses of grep \(A\|B\) ... with
diff --git a/configure.in b/configure.in
index 55a9744c..6d9a87d5 100644
--- a/configure.in
+++ b/configure.in
@@ -360,7 +360,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/-.*//"`