summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2006-01-27 19:52:42 +0000
committerbehdad <behdad>2006-01-27 19:52:42 +0000
commitc598ba9041f3fb231adb0bfa833451832f4b3683 (patch)
treeab2c1cb99b8304daf7f5daac81f543935b40f474
parentebe7cdb9f52a0aaf0ac9c9a781e4ebb1f5eb4142 (diff)
* bootstrap: Added warning that this branch is dead.HEADoriginmaster
-rw-r--r--ChangeLog3
-rwxr-xr-xbootstrap8
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 023f98f..e6e7fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-01-27 Behdad Esfahbod <fribidi@behdad.org>
+ * bootstrap: Added warning that this branch is dead.
+
2002-12-22 Behdad Esfahbod <fribidi@behdad.org>
* Makefile.am: Added fribidi_types.i to
libfribidiinc_HEADERS, to fix bug reported by Omer Zak.
diff --git a/bootstrap b/bootstrap
index e7a5a21..37588df 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,12 @@
#! /bin/sh
+echo WARNING: this code in fribidi HEAD branch is obsolete and should
+echo not be used. If you are looking for the stable branch, check out
+echo the STABLE branch. If you are looking for the development branch
+echo check out the fribidi2 module.
+echo For more information, check out http://fribidi.org/ or ask on the
+echo mailing list.
+echo
+sleep 5
libtoolize --copy --force --automake &&
aclocal --force &&
autoheader --force &&