.mdw-build.conf: Don't try `vpath' builds with this package.
[mdwfonts] / configure.in
CommitLineData
41d89408 1dnl -*-autoconf-*-
c369c819 2dnl
3dnl Configuration script for mdwfonts
4dnl
5dnl (c) 2002 Mark Wooding
6dnl
7
8dnl ----- Licensing notice --------------------------------------------------
9dnl
10dnl This file is part of the mdwfonts font configuration system.
11dnl
12dnl mdwfonts 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.
5956d653 16dnl
c369c819 17dnl mdwfonts 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.
5956d653 21dnl
c369c819 22dnl You should have received a copy of the GNU General Public License
23dnl along with mdwfonts; if not, write to the Free Software Foundation,
24dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
a7875f2f
MW
26mdw_AUTO_VERSION
27AC_INIT(mdwfonts, AUTO_VERSION, mdw@distorted.org.uk)
28AC_CONFIG_SRCDIR(mdwfonts.ins)
ab7b2997 29AC_CONFIG_AUX_DIR(.)
a7875f2f 30AM_INIT_AUTOMAKE(foreign)
d9cfedf1 31mdw_DIR_TEXMF
c369c819 32AC_CHECK_PROGS(FONTINST, fontinst, tex)
33AC_OUTPUT(Makefile)
34
35dnl ----- That's all, folks -------------------------------------------------