comparison configure.ac @ 1895:2eabe66daef6

Experimenting with distribution via 'make dist', to allow deletion of autogenerated files from version control
author Adam Chlipala <adam@chlipala.net>
date Thu, 21 Nov 2013 14:53:01 -0500
parents f405dfe1f1e1
children 1809eb33ef14
comparison
equal deleted inserted replaced
1894:9ef7072ca8f5 1895:2eabe66daef6
1 AC_INIT([urweb], [20130421]) 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