source: trunk/essentials/dev-lang/perl/vos/configure_full_perl.sh

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 575 bytes
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.