summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-26 22:12:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-26 22:12:46 +0000
commit7899ca90ae13b98b037f785975a7b7c9839f5b6d (patch)
treefe25377c18453cb2551c54931d8f164e708a361a
parenta284e446950f1a8454e52fd955bf6f7ade93b897 (diff)
downloadpango-7899ca90ae13b98b037f785975a7b7c9839f5b6d.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 a78e900b..f01683db 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 a78e900b..f01683db 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 a78e900b..f01683db 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 a78e900b..f01683db 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 a78e900b..f01683db 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 a78e900b..f01683db 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 7218ed36..fe812374 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/-.*//"`