From 84a3dbe6607a376a6a3f119eafd56a7861419f74 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 14 Nov 2007 09:03:51 +0000 Subject: [PATCH] testbed update. git-svn-id: file:///svn/unbound/trunk@743 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ testcode/testbed.sh | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index 8322a462e..cd8dff13d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +14 November 2007: Wouter + - testbed script does not recreate configure, since its in svn now. + 13 November 2007: Wouter - remove debug print. - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists. diff --git a/testcode/testbed.sh b/testcode/testbed.sh index 713c7cfad..62ce2059b 100755 --- a/testcode/testbed.sh +++ b/testcode/testbed.sh @@ -43,10 +43,10 @@ function dotest() fi cat >makeconf.mak.$$ << EOF -configure: configure.ac - $AC_CMD - touch configure -Makefile: configure Makefile.in +#configure: configure.ac +# $AC_CMD +# touch configure +Makefile: Makefile.in #configure ./configure $CONFIGURE_FLAGS $DISABLE touch Makefile EOF -- 2.47.2