changeset 1807:15eb501a17d0
Return to working version mode
author |
Adam Chlipala <adam@chlipala.net> |
date |
Tue, 07 Aug 2012 10:02:19 -0400 |
parents |
40557fb08e98 |
children |
90ebfac7e1a3 |
files |
configure configure.ac |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/configure Tue Aug 07 09:41:02 2012 -0400
+++ b/configure Tue Aug 07 10:02:19 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 Tue Aug 07 09:41:02 2012 -0400
+++ b/configure.ac Tue Aug 07 10:02:19 2012 -0400
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20120807])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it