Mercurial > urweb
comparison configure.ac @ 1851:1239ba1a1671
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 21 Apr 2013 10:29:30 -0400 |
parents | 7cf34f8b7b93 |
children | f405dfe1f1e1 |
comparison
equal
deleted
inserted
replaced
1850:30c56e3bcf47 | 1851:1239ba1a1671 |
---|---|
1 AC_INIT([urweb], [20120925]) | 1 AC_INIT([urweb], [20130421]) |
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 |