enc-ies: Various tweakings and tidyings.
[doc/ips] / configure.in
CommitLineData
384bd7f2 1dnl -*-fundamental-*-
2dnl
1e42e2eb 3dnl $Id$
384bd7f2 4dnl
5dnl Dummy configuration script for ips
6dnl
7dnl (c) 2002 Mark Wooding
8dnl
9
10dnl ----- Licensing notice --------------------------------------------------
11dnl
12dnl This program 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.
16dnl
17dnl This program 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.
21dnl
22dnl You should have received a copy of the GNU General Public License
23dnl along with this program; if not, write to the Free Software Foundation,
24dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26dnl ----- Revision history --------------------------------------------------
27dnl
28dnl $Log: configure.in,v $
d7891575 29dnl Revision 1.2 2002/07/17 08:52:06 mdw
30dnl Various small fixes.
31dnl
384bd7f2 32dnl Revision 1.1 2002/02/24 15:43:20 mdw
33dnl New build system.
34dnl
35
36AC_INIT(ips.tex)
d7891575 37AM_INIT_AUTOMAKE(ips, 1.1.1)
384bd7f2 38AC_OUTPUT(Makefile)
39
40dnl ----- That's all, folks -------------------------------------------------