Mercurial > urweb
comparison configure.ac @ 1950:b3c8860508ea
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 31 Dec 2013 10:48:50 -0500 |
parents | d67e043d3f0d |
children | ec8ee418df69 |
comparison
equal
deleted
inserted
replaced
1949:d7bec4e63415 | 1950:b3c8860508ea |
---|---|
1 AC_INIT([urweb], [20131124]) | 1 AC_INIT([urweb], [20131231]) |
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 |