comparison sdl-config.in @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents 21f13c787b46
children 62debeaac5e9
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
14 exit 1 14 exit 1
15 fi 15 fi
16 16
17 while test $# -gt 0; do 17 while test $# -gt 0; do
18 case "$1" in 18 case "$1" in
19 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 19 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
20 *) optarg= ;; 20 *) optarg= ;;
21 esac 21 esac
22 22
23 case $1 in 23 case $1 in
24 --prefix=*) 24 --prefix=*)