changeset 1759:add6dc3f4383
Return to working version mode
author |
Adam Chlipala <adam@chlipala.net> |
date |
Sat, 12 May 2012 12:15:26 -0400 |
parents |
7afe63952fe6 |
children |
74fcc977a13d |
files |
configure configure.ac |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/configure Sat May 12 11:59:31 2012 -0400
+++ b/configure Sat May 12 12:15:26 2012 -0400
@@ -2193,7 +2193,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 12 11:59:31 2012 -0400
+++ b/configure.ac Sat May 12 12:15:26 2012 -0400
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20120512])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
AC_PROG_CC()