+2009-09-26 Ivan Maidanski <ivmai@mail.ru> (really Petter Urkedal)
+
+ * autogen.sh: Update.
+
2009-09-26 Ivan Maidanski <ivmai@mail.ru> (really Petter Urkedal)
* Makefile.am: Don't add libtool.m4 to EXTRA_DIST.
- * acinclude.m4: Place GC_SET_VERSION in [].
+ * acinclude.m4: Fix underquoting of GC_SET_VERSION.
* README.QUICK: Update information for Makefile.
- * Makefile.am: Replace dist_pkgconfig_DATA with pkgconfig_DATA for
- bdw-gc.pc.
- * configure.ac: Enable tracetest.
- * tests/tests.am: Ditto.
+ * Makefile.am: Do not distribute the substituted bdw-gc.pc.
+ * configure.ac: Add AM conditional analog to KEEP_BACK_PTRS.
+ * tests/tests.am: Use it here to conditionally enable tracetest
+ when possible.
2009-09-26 Ivan Maidanski <ivmai@mail.ru>
# These version are ok, pre-1.7 is not. Post 1.7 may produce a lot of
# warnings for unrelated projects, so prefer 1.7 for now.
am_version=
-for v in 1.7 1.9 1.8; do
+for v in 1.10 1.9 1.8 1.7; do
if type -p &>/dev/null automake-$v; then
am_version="-$v"
break
fi
set -x
-libtoolize --automake --force
aclocal$am_version
-automake$am_version -ac
autoconf
+autoheader
+automake$am_version -ac
+libtoolize --automake --force
set +x
echo
echo "Ready to run './configure'."