LOGONLY mark 1408fb as NODOC since it appears to be a useful but minor warning cleanup
[p5sagit/p5-mst-13.2.git] / vos / configure_full_perl.sh
CommitLineData
c71882ca 1# Configure environment variables for perl build.
2declare -x AWK="/system/gnu_library/bin/gawk.pm"
3export AWK
4declare -x CC="/system/gnu_library/bin/gcc.pm"
5export CC
6declare -x CPP="$CC $CPPFLAGS -E"
7export CPP
8declare -x CPPFLAGS="-D_POSIX_SOURCE=199506L -D_SYSV"
9export CPPFLAGS
10declare -x CONFIG_SHELL="bash"
11export CONFIG_SHELL
12declare -x LD="/system/gnu_library/bin/gcc.pm"
13export LD
14declare -x MAKE="/system/gnu_library/bin/gmake.pm"
15export MAKE
16declare -x RANLIB=":"
17export RANLIB
18declare -x SHELL="/system/gnu_library/bin/bash.pm"
19export SHELL
20#
e083ff9b 21bash Configure -des