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