changeset 1562:7ad5227a3ed9
Return to working version mode
author |
Adam Chlipala <adam@chlipala.net> |
date |
Sat, 17 Sep 2011 13:10:20 -0400 |
parents |
3b57a6ddef1a |
children |
a0caa991cdad |
files |
configure configure.ac |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/configure Sat Sep 17 13:03:17 2011 -0400
+++ b/configure Sat Sep 17 13:10:20 2011 -0400
@@ -2191,7 +2191,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 Sep 17 13:03:17 2011 -0400
+++ b/configure.ac Sat Sep 17 13:10:20 2011 -0400
@@ -1,5 +1,5 @@
AC_INIT([urweb], [20110917])
-WORKING_VERSION=0
+WORKING_VERSION=1
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
AC_PROG_CC()