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