summaryrefslogtreecommitdiff
path: root/src/print-ldperl.sh
blob: 02331f09678992c611031b3bf6418564b9b20608 (plain)
1
2
3
4
5
6
7
8
9
10
ldopts="`head -1 ../conf-ldperl`"
runperl="`head -1 ../conf-perl`"

case "$ldopts" in
  auto)
    ldopts="`$runperl -MExtUtils::Embed -e ldopts`"
    ;;
esac

echo "$ldopts"