Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/mdwtools
[mdwtools] / configure.in
CommitLineData
f5a14467 1dnl -*-autoconf-*-
86f6a31e 2dnl
3dnl Configuration script for mdwtools
4dnl
5dnl (c) 2002 Mark Wooding
6dnl
7
8dnl ----- Licensing notice --------------------------------------------------
9dnl
10dnl This file is part of the mdwtools LaTeX package collection.
11dnl
12dnl mdwtools is free software; you can redistribute it and/or modify
13dnl it under the terms of the GNU General Public License as published by
14dnl the Free Software Foundation; either version 2 of the License, or
15dnl (at your option) any later version.
e8e9e5d8 16dnl
86f6a31e 17dnl mdwtools is distributed in the hope that it will be useful,
18dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
19dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20dnl GNU General Public License for more details.
e8e9e5d8 21dnl
86f6a31e 22dnl You should have received a copy of the GNU General Public License
23dnl along with mdwtools; if not, write to the Free Software Foundation,
24dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
ad3a3b7d
MW
26mdw_AUTO_VERSION
27AC_INIT(mdwtools, AUTO_VERSION, mdw@distorted.org.uk)
83b69571 28AM_INIT_AUTOMAKE(mdwtools, 1.7.0)
ad3a3b7d
MW
29AC_CONFIG_SRCDIR(mdwtools.ins)
30AC_CONFIG_AUX_DIR(.)
3ff2337b 31mdw_DIR_TEXMF
86f6a31e 32AC_OUTPUT(Makefile)
33
34dnl ----- That's all, folks -------------------------------------------------