comparison configure.ac @ 2066:7214a14a6fe2

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 30 Aug 2014 08:48:41 -0400
parents 981836fa51db
children 4be82596b8e3
comparison
equal deleted inserted replaced
2065:981836fa51db 2066:7214a14a6fe2
1 AC_INIT([urweb], [20140830]) 1 AC_INIT([urweb], [20140830])
2 WORKING_VERSION=0 2 WORKING_VERSION=1
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