[Scummvm-cvs-logs] SF.net SVN: scummvm: [30471] scummvm/trunk/configure
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Jan 13 14:24:47 CET 2008
Revision: 30471
http://scummvm.svn.sourceforge.net/scummvm/?rev=30471&view=rev
Author: fingolfin
Date: 2008-01-13 05:24:47 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
Added GPL header to configure (it really is complex enough to justify that), and removed some old TODOs
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2008-01-13 13:24:14 UTC (rev 30470)
+++ scummvm/trunk/configure 2008-01-13 13:24:47 UTC (rev 30471)
@@ -1,13 +1,27 @@
#!/bin/sh
#
-# Some things this script could/should do when finished
+# configue -- custom configure script for ScummVM.
#
-# * detect whether it's a GNU compiler or not (for compiler settings)
-# * command line options to...
-# - override the host settings (for cross compiles
-# - whether to do a debug build (with -g) or an optimized build (-O3 etc.)
-# * detect whether the chosen backend is available (e.g. call sdl-config)
-# * ....
+# ScummVM is the legal property of its developers, whose names
+# are too numerous to list here. Please refer to the COPYRIGHT
+# file distributed with this source distribution.
+#
+# 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
+# of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk/base/main.cpp $
+# $Id$
# Save the current environment variables for next runs
SAVED_CONFIGFLAGS=$@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list