Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 607672
Collapse All | Expand All

(-)sidplay-libs-2.1.1-orig/configure (-4 / +4 lines)
Lines 1-4 Link Here
1
#! /bin/sh
1
#! /bin/bash
2
# Guess values for system-dependent variables and create Makefiles.
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.59.
3
# Generated by GNU Autoconf 2.59.
4
#
4
#
Lines 85-91 Link Here
85
85
86
# The user is always right.
86
# The user is always right.
87
if test "${PATH_SEPARATOR+set}" != set; then
87
if test "${PATH_SEPARATOR+set}" != set; then
88
  echo "#! /bin/sh" >conf$$.sh
88
  echo "#! /bin/bash" >conf$$.sh
89
  echo  "exit 0"   >>conf$$.sh
89
  echo  "exit 0"   >>conf$$.sh
90
  chmod +x conf$$.sh
90
  chmod +x conf$$.sh
91
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
91
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
Lines 257-263 Link Here
257
subdirs=
257
subdirs=
258
MFLAGS=
258
MFLAGS=
259
MAKEFLAGS=
259
MAKEFLAGS=
260
SHELL=${CONFIG_SHELL-/bin/sh}
260
SHELL=${CONFIG_SHELL-/bin/bash}
261
261
262
# Maximum number of lines to put in a shell here document.
262
# Maximum number of lines to put in a shell here document.
263
# This variable seems obsolete.  It should probably be removed, and
263
# This variable seems obsolete.  It should probably be removed, and
Lines 2008-2014 Link Here
2008
2008
2009
# The user is always right.
2009
# The user is always right.
2010
if test "${PATH_SEPARATOR+set}" != set; then
2010
if test "${PATH_SEPARATOR+set}" != set; then
2011
  echo "#! /bin/sh" >conf$$.sh
2011
  echo "#! /bin/bash" >conf$$.sh
2012
  echo  "exit 0"   >>conf$$.sh
2012
  echo  "exit 0"   >>conf$$.sh
2013
  chmod +x conf$$.sh
2013
  chmod +x conf$$.sh
2014
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2014
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then

Return to bug 607672