summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroozbeh <roozbeh>2001-03-31 00:42:53 +0000
committerroozbeh <roozbeh>2001-03-31 00:42:53 +0000
commitafd9023c3af0560dcf93a850fe386a86d40b58c4 (patch)
treef7c141cb94dea6b2783ea260ca1ef47c04b33f53
parenta3788aa3aca03762fa262255e6c2ec6c6f4a8b12 (diff)
renamed COPYING.LIB to COPYING based on GNU's web site suggestion.
-rw-r--r--COPYING (renamed from COPYING.LIB)0
-rw-r--r--ChangeLog5
-rwxr-xr-xbootstrap4
3 files changed, 7 insertions, 2 deletions
diff --git a/COPYING.LIB b/COPYING
index b1e3f5a..b1e3f5a 100644
--- a/COPYING.LIB
+++ b/COPYING
diff --git a/ChangeLog b/ChangeLog
index 5670abd..44790f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
* fribidi.c, fribidi_char_sets_cap_rtl.c: added some comment lines
to places that bugs probably exist. find with searching for "--RP".
+ * COPYING.LIB: renamed to COPYING (based on a recent suggestion on
+ GNU web site).
+ * bootstrap: removed lines that suppressed warnings about missing
+ COPYING.
+
2001-03-30 Roozbeh Pournader <roozbeh@sharif.edu>
* Makefile.noglib: replaced by a new version from Dan Kenigsberg
<danken@cs.technion.ac.il>.
diff --git a/bootstrap b/bootstrap
index 98be601..f26507e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,5 +2,5 @@
aclocal \
&& autoheader \
-&& automake --gnu --include-deps 2>&1 | grep -v "COPYING. not found"
-autoconf
+&& automake --gnu --include-deps \
+&& autoconf