[Scummvm-cvs-logs] SF.net SVN: scummvm: [28118] scummex/branches/gsoc2007-gameresbrowser

zbychs at users.sourceforge.net zbychs at users.sourceforge.net
Mon Jul 16 02:22:20 CEST 2007


Revision: 28118
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28118&view=rev
Author:   zbychs
Date:     2007-07-15 17:22:20 -0700 (Sun, 15 Jul 2007)

Log Message:
-----------
configure should be older-autotools friendly now

Modified Paths:
--------------
    scummex/branches/gsoc2007-gameresbrowser/configure
    scummex/branches/gsoc2007-gameresbrowser/configure.ac

Modified: scummex/branches/gsoc2007-gameresbrowser/configure
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/configure	2007-07-16 00:04:25 UTC (rev 28117)
+++ scummex/branches/gsoc2007-gameresbrowser/configure	2007-07-16 00:22:20 UTC (rev 28118)
@@ -2188,6 +2188,8 @@
 
 
 
+
+
 # Check whether --enable-debug was given.
 if test "${enable_debug+set}" = set; then
   enableval=$enable_debug; case "${enableval}" in

Modified: scummex/branches/gsoc2007-gameresbrowser/configure.ac
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/configure.ac	2007-07-16 00:04:25 UTC (rev 28117)
+++ scummex/branches/gsoc2007-gameresbrowser/configure.ac	2007-07-16 00:22:20 UTC (rev 28118)
@@ -3,6 +3,9 @@
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
+m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], 
+m4_defn([AC_HELP_STRING]))])
+
 AC_ARG_ENABLE([debug],
 	[AS_HELP_STRING([--enable-debug],
 	[link with debug version of wxWidgets])],


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