# HG changeset patch # User Adam Chlipala # Date 1337443974 14400 # Node ID 141f234a91fb8666fe8973e5c1a85126e9183d3e # Parent 4cca386e5766282aa37ac5546d580dca24a2d3ae Return to working version mode diff -r 4cca386e5766 -r 141f234a91fb configure --- a/configure Sat May 19 11:46:29 2012 -0400 +++ b/configure Sat May 19 12:12:54 2012 -0400 @@ -2211,7 +2211,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -WORKING_VERSION=0 +WORKING_VERSION=1 ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff -r 4cca386e5766 -r 141f234a91fb configure.ac --- a/configure.ac Sat May 19 11:46:29 2012 -0400 +++ b/configure.ac Sat May 19 12:12:54 2012 -0400 @@ -1,5 +1,5 @@ AC_INIT([urweb], [20120519]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it