source: trunk/third/perl/vos/configure_full_perl.sh @ 20075

Revision 20075, 575 bytes checked in by zacheiss, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20074, which included commits to RCS files with non-trunk default branches.
Line 
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#
21bash Configure -des
Note: See TracBrowser for help on using the repository browser.