changeset 1772:141f234a91fb
Return to working version mode
author |
Adam Chlipala <adam@chlipala.net> |
date |
Sat, 19 May 2012 12:12:54 -0400 |
parents |
4cca386e5766 |
children |
b5f5e8d439c7 |
files |
configure configure.ac |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- 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'
--- 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