enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma CHANGES,1.7,1.8 aclocal.m4,1.6,1.7


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma CHANGES,1.7,1.8 aclocal.m4,1.6,1.7
Date: Mon, 20 Oct 2003 08:05:47 +0000

Update of /cvsroot/enigma/enigma
In directory subversions:/tmp/cvs-serv10061

Modified Files:
        CHANGES aclocal.m4 
Log Message:
Cleanup, reorganization, bugfixes

Index: CHANGES
===================================================================
RCS file: /cvsroot/enigma/enigma/CHANGES,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CHANGES     18 Oct 2003 13:48:58 -0000      1.7
--- CHANGES     20 Oct 2003 08:05:44 -0000      1.8
***************
*** 1,2 ****
--- 1,17 ----
+ Changes in Version 0.??
+ =======================
+ 
+ User-Visible Changes
+ --------------------
+ 
+ * Removed --8bpp command line option
+ 
+ * New command line option: --dumpinfo
+ 
+ * Removed support for 8bit graphics
+ 
+ * Completed levels are dimmed out in level menu
+ 
+ 
  Changes in Version 0.81
  =======================

Index: aclocal.m4
===================================================================
RCS file: /cvsroot/enigma/enigma/aclocal.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** aclocal.m4  18 Oct 2003 13:48:58 -0000      1.6
--- aclocal.m4  20 Oct 2003 08:05:44 -0000      1.7
***************
*** 850,853 ****
--- 850,879 ----
  fi])])
  
+ # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
+ 
+ # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+ 
+ # This program is free software; you can redistribute it and/or modify
+ # it under the terms of the GNU General Public License as published by
+ # the Free Software Foundation; either version 2, or (at your option)
+ # any later version.
+ 
+ # This program is distributed in the hope that it will be useful,
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ # GNU General Public License for more details.
+ 
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ # 02111-1307, USA.
+ 
+ AC_PREREQ([2.52])
+ 
+ # serial 6
+ 
+ # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
+ AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
+ 
  # Configure paths for SDL
  # Sam Lantinga 9/21/99





reply via email to

[Prev in Thread] Current Thread [Next in Thread]