commit aee4c608c1ebc8af792b013daadea3b62c703884 Author: Nicolas Dufresne Date: Tue Dec 1 15:37:34 2009 -0500 Touch wocky certs files to avoid datefudge Signed-off-by: Nicolas Dufresne diff --git a/autogen.sh b/autogen.sh index b6dff98..2e1652f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,6 +27,8 @@ git submodule update # launch Wocky's autogen.sh cd lib/ext/wocky sh autogen.sh --no-configure +# Make sure we don't need datefudge till 2037 +touch tests/certs/* cd ../../.. run_configure=true