quine.c: Fix double-close bug.
[quine] / configure.in
index 5f9773c..5ad6c57 100644 (file)
@@ -1,7 +1,5 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.1 1999/04/28 19:58:07 mdw Exp $
-dnl
 dnl Configure script for Quine
 dnl
 dnl (c) 1999 Mark Wooding
@@ -25,15 +23,8 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with Quine; if not, write to the Free Software Foundation,
 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-dnl----- Revision history ---------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.1  1999/04/28 19:58:07  mdw
-dnl Initial revision
-dnl
-
 AC_INIT(quine.c)
-AM_INIT_AUTOMAKE(quine, 1.1.0)
+AM_INIT_AUTOMAKE(quine, 1.1.1)
 AC_ARG_PROGRAM
 AC_PROG_CC
 AC_PROG_MAKE_SET