comparison configure.ac @ 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 7cf34f8b7b93
comparison
equal deleted inserted replaced
1826:6a621a625b04 1827:6b86ca4b0908
1 AC_INIT([urweb], [20120925]) 1 AC_INIT([urweb], [20120925])
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