Mercurial > urweb
comparison configure.ac @ 1951:ec8ee418df69
Return to working version mode
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 31 Dec 2013 11:10:19 -0500 |
parents | b3c8860508ea |
children | 8e45bb2c9046 |
comparison
equal
deleted
inserted
replaced
1950:b3c8860508ea | 1951:ec8ee418df69 |
---|---|
1 AC_INIT([urweb], [20131231]) | 1 AC_INIT([urweb], [20131231]) |
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 |