quine.c: Fix double-close bug.
[quine] / configure.in
1 dnl -*-fundamental-*-
2 dnl
3 dnl Configure script for Quine
4 dnl
5 dnl (c) 1999 Mark Wooding
6 dnl
7
8 dnl----- Licensing notice ---------------------------------------------------
9 dnl
10 dnl This file is part of Quine.
11 dnl
12 dnl Quine is free software; you can redistribute it and/or modify it
13 dnl 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 Quine is distributed in the hope that it will be useful, but
18 dnl 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 Quine; if not, write to the Free Software Foundation,
24 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26 AC_INIT(quine.c)
27 AM_INIT_AUTOMAKE(quine, 1.1.1)
28 AC_ARG_PROGRAM
29 AC_PROG_CC
30 AC_PROG_MAKE_SET
31 mdw_GCC_FLAGS
32 AC_OUTPUT(Makefile)