* bootstrap: Remove a directory wrongfully created by autreconf in
Extatica, because of Libiberty's buggy `configure.ac'.
---
ChangeLog | 7 +++++++
bootstrap | 9 +++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1032849..70dda42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-11-10 Roland Levillain <roland(a)lrde.epita.fr>
+ Work around a defect in Libiberty's `configure.ac' (in Olena).
+
+ * bootstrap: Remove a directory wrongfully created by autreconf in
+ Extatica, because of Libiberty's buggy `configure.ac'.
+
+2010-11-10 Roland Levillain <roland(a)lrde.epita.fr>
+
Bundle Extatica with Olena.
* bootstrap: Invoke extatica/boostrap.
diff --git a/bootstrap b/bootstrap
index 207183d..6454cd1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -255,3 +255,12 @@ if test -d libltdl; then rm -rf libltdl; fi
for f in m4/argz.m4 m4/ltdl.m4; do
if test -f "$f"; then rm -f "$f"; fi
done
+
+# `autoreconf' wrongfully creates a directory named
+# `extatica/libiberty/$libiberty_topdir' (containing an actual `$' sign)
+# because Libiberty's `configure.ac' invokes `AC_CONFIG_AUX_DIR' with
+# a shell variable as argument (`$libiberty_topdir'); remove this
+# (presumably empty) directory.
+if test -d 'extatica/libiberty/$libiberty_topdir'; then
+ rmdir 'extatica/libiberty/$libiberty_topdir'
+fi
--
1.5.6.5
Show replies by date