comparison configure.ac @ 1807:15eb501a17d0

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Aug 2012 10:02:19 -0400
parents 40557fb08e98
children 52c291b05738
comparison
equal deleted inserted replaced
1806:40557fb08e98 1807:15eb501a17d0
1 AC_INIT([urweb], [20120807]) 1 AC_INIT([urweb], [20120807])
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