testbed update.

git-svn-id: file:///svn/unbound/trunk@743 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-11-14 09:03:51 +00:00
parent d7b0d86b09
commit 84a3dbe660
2 changed files with 7 additions and 4 deletions

View file

@ -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.

View file

@ -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