1 2 3 4 5 6 7 8 9 10
ccopts="`head -1 ../conf-ccperl`" runperl="`head -1 ../conf-perl`" case "$ccopts" in auto) ccopts="`$runperl -MExtUtils::Embed -e ccopts`" ;; esac echo "$ccopts"