changeset 1827:6b86ca4b0908
Return to working version mode
author |
Adam Chlipala <adam@chlipala.net> |
date |
Tue, 25 Sep 2012 08:29:27 -0400 |
parents |
6a621a625b04 |
children |
05e3365292cd |
files |
configure configure.ac |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/configure Tue Sep 25 08:16:58 2012 -0400
+++ b/configure Tue Sep 25 08:29:27 2012 -0400
@@ -2318,7 +2318,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 Sep 25 08:16:58 2012 -0400
+++ b/configure.ac Tue Sep 25 08:29:27 2012 -0400
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20120925])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it