The Great Upheaval -- step 1.
[doc/ips] / configure.in
1 dnl -*-fundamental-*-
2 dnl
3 dnl $Id$
4 dnl
5 dnl Dummy configuration script for ips
6 dnl
7 dnl (c) 2002 Mark Wooding
8 dnl
9
10 dnl ----- Licensing notice --------------------------------------------------
11 dnl
12 dnl This program is free software; you can redistribute it and/or modify
13 dnl it under the terms of the GNU General Public License as published by
14 dnl the Free Software Foundation; either version 2 of the License, or
15 dnl (at your option) any later version.
16 dnl
17 dnl This program is distributed in the hope that it will be useful,
18 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
19 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 dnl GNU General Public License for more details.
21 dnl
22 dnl You should have received a copy of the GNU General Public License
23 dnl along with this program; if not, write to the Free Software Foundation,
24 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26 dnl ----- Revision history --------------------------------------------------
27 dnl
28 dnl $Log: configure.in,v $
29 dnl Revision 1.2 2002/07/17 08:52:06 mdw
30 dnl Various small fixes.
31 dnl
32 dnl Revision 1.1 2002/02/24 15:43:20 mdw
33 dnl New build system.
34 dnl
35
36 AC_INIT(ips.tex)
37 AM_INIT_AUTOMAKE(ips, 1.1.1)
38 AC_OUTPUT(Makefile)
39
40 dnl ----- That's all, folks -------------------------------------------------