comparison configure.ac @ 1902:1809eb33ef14

Switch back to working version mode
author Adam Chlipala <adam@chlipala.net>
date Thu, 21 Nov 2013 15:39:45 -0500
parents 2eabe66daef6
children 7d26b96370af
comparison
equal deleted inserted replaced
1901:2f37759d41cf 1902:1809eb33ef14
1 AC_INIT([urweb], [20130421]) 1 AC_INIT([urweb], [20130421])
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