comparison configure.ac @ 2146:58f71898cd9d

New release
author Adam Chlipala <adam@chlipala.net>
date Wed, 20 May 2015 12:33:25 -0400
parents 7b508cd0dbf9
children 265c1aeed71b
comparison
equal deleted inserted replaced
2145:5a010f408f36 2146:58f71898cd9d
1 AC_INIT([urweb], [20150412]) 1 AC_INIT([urweb], [20150520])
2 WORKING_VERSION=1 2 WORKING_VERSION=0
3 AC_USE_SYSTEM_EXTENSIONS 3 AC_USE_SYSTEM_EXTENSIONS
4 4
5 # automake 1.12 requires this, but automake 1.11 doesn't recognize it 5 # automake 1.12 requires this, but automake 1.11 doesn't recognize it
6 m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) 6 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
7 7