+2008-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/aclibobj.test: Fix race condition.
+
2008-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix man page creation without installed files.
#! /bin/sh
-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
echo 'AC_LIBSOURCE(maude.c)' >> configure.in
$AUTOMAKE
+# Avoid timestamp-related differences.
+rm -rf autom4te.cache
+
cp X configure.in
echo 'AC_LIBSOURCES([maude.c, liver.c])' >> configure.in
$AUTOMAKE