* bootstrap: Remove a directory wrongfully created by autreconf,
because of Libiberty's buggy `configure.ac'.
---
extatica/ChangeLog | 7 +++++++
extatica/bootstrap | 9 +++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/extatica/ChangeLog b/extatica/ChangeLog
index f59d675..827e565 100644
--- a/extatica/ChangeLog
+++ b/extatica/ChangeLog
@@ -1,5 +1,12 @@
2010-11-08 Roland Levillain <roland(a)lrde.epita.fr>
+ Work around a defect in Libiberty's `configure.ac' (in Extatica).
+
+ * bootstrap: Remove a directory wrongfully created by autreconf,
+ because of Libiberty's buggy `configure.ac'.
+
+2010-11-08 Roland Levillain <roland(a)lrde.epita.fr>
+
Fix the distribution of Libiberty.
* libiberty.mk: New.
diff --git a/extatica/bootstrap b/extatica/bootstrap
index c4ae947..c6d2077 100755
--- a/extatica/bootstrap
+++ b/extatica/bootstrap
@@ -66,3 +66,12 @@ if $run_autoreconf_p; then
# Finally, install the GNU Build System.
autoreconf -f -v -i
fi
+
+# `autoreconf' wrongfully creates a directory named
+# `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 'libiberty/$libiberty_topdir'; then
+ rmdir 'libiberty/$libiberty_topdir'
+fi
--
1.5.6.5
Show replies by date