From e4028ae2c06f82101c084b10e38affc8149954b1 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 22 Sep 2008 23:03:02 +0200 Subject: [PATCH] * tests/aclibobj.test: Fix race condition. Signed-off-by: Ralf Wildenhues --- ChangeLog | 4 ++++ tests/aclibobj.test | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c0938d7bc..20b76c699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-22 Ralf Wildenhues + + * tests/aclibobj.test: Fix race condition. + 2008-09-21 Ralf Wildenhues Fix man page creation without installed files. diff --git a/tests/aclibobj.test b/tests/aclibobj.test index 6b826ef8f..be79452ef 100755 --- a/tests/aclibobj.test +++ b/tests/aclibobj.test @@ -1,5 +1,5 @@ #! /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 @@ -41,6 +41,9 @@ cp configure.in X 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 -- 2.47.2