[Mplayerxp-cvslog] SF.net SVN: mplayerxp:[127] mplayerxp
Brought to you by:
olov
From: <nic...@us...> - 2010-01-27 14:21:25
|
Revision: 127 http://mplayerxp.svn.sourceforge.net/mplayerxp/?rev=127&view=rev Author: nickols_k Date: 2010-01-27 14:21:04 +0000 (Wed, 27 Jan 2010) Log Message: ----------- fixed some configuring problems Modified Paths: -------------- DOCS/configure configure etc/configure functions mplayerxp/configure Modified: DOCS/configure =================================================================== --- DOCS/configure 2010-01-25 17:01:27 UTC (rev 126) +++ DOCS/configure 2010-01-27 14:21:04 UTC (rev 127) @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash +# query full-featured shell here +# # The simplest configure for win loader . ../functions Modified: configure =================================================================== --- configure 2010-01-25 17:01:27 UTC (rev 126) +++ configure 2010-01-27 14:21:04 UTC (rev 127) @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash +# query full-featured shell here +# # The simplest configure for mplayerxp for parm in "$@" ; do if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then Modified: etc/configure =================================================================== --- etc/configure 2010-01-25 17:01:27 UTC (rev 126) +++ etc/configure 2010-01-27 14:21:04 UTC (rev 127) @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash +# query full-featured shell here +# # The simplest configure for win loader . ../functions Modified: functions =================================================================== --- functions 2010-01-25 17:01:27 UTC (rev 126) +++ functions 2010-01-27 14:21:04 UTC (rev 127) @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/bash +# query full-featured shell here # # functions This file contains functions to be used by all # shell scripts of the mplayerxp Modified: mplayerxp/configure =================================================================== --- mplayerxp/configure 2010-01-25 17:01:27 UTC (rev 126) +++ mplayerxp/configure 2010-01-27 14:21:04 UTC (rev 127) @@ -1,4 +1,5 @@ -#! /bin/sh +#!/bin/bash +# query full-featured shell here # # Original version (C) 2000 Pontscho/fresh!mindworkz # pon...@ma... @@ -254,7 +255,7 @@ cc_version="$cc_version, bad" cc_verc_fail=yes ;; - 3.[2-9]|3.[2-9].[0-9]|4.[0-9].[0-9]) + 3.[2-9]|3.[2-9].[0-9]|4.[0-9]|4.[0-9].[0-9]) cc_version="$cc_version, ok" cc_verc_fail=no ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |