set_soenv.in (79e0a548) set_soenv.in (f958b5f1)
1#!@PERL@ -w
2#
3###############################################################
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 977 unchanged lines hidden (view full) ---

986}
987
988
989$PERL = PathFormat('@PERL@'); # Perl program
990$PERL_PATH = dirname('@PERL@'); # Perl Path
991$XLIB = PathFormat('@XLIB@'); # X11 libraries
992$XINC = PathFormat('@XINC@'); # X11 includes
993
1#!@PERL@ -w
2#
3###############################################################
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 977 unchanged lines hidden (view full) ---

986}
987
988
989$PERL = PathFormat('@PERL@'); # Perl program
990$PERL_PATH = dirname('@PERL@'); # Perl Path
991$XLIB = PathFormat('@XLIB@'); # X11 libraries
992$XINC = PathFormat('@XINC@'); # X11 includes
993
994# YD disable autodetection, use PATH
995if ( $platform =~ m/os2/ )
996{
997 $PERL = 'perl';
998 $PERL_PATH = '';
999}
994
995# Mac OS X/Darwin only variables.
996if ( $platform =~ m/darwin/ )
997{ $FRAMEWORKSHOME = $ds."Developer".$ds."SDKs".$ds."MacOSX10.4u.sdk".$ds."System".$ds."Library".$ds."Frameworks";
998 if ( $XLIB eq "no_x_libraries" ) {
999 $GUIBASE = "aqua";
1000 } else {
1001 $GUIBASE = "unx";

--- 1073 unchanged lines hidden (view full) ---

2075{
2076 #ToFile( "ILIB", $ILIB, "e" );
2077
2078 ToFile( "GREP", "grep.exe", "e" );
2079 ToFile( "FIND", "find.exe", "e" );
2080 ToFile( "LS", "ls.exe", "e" );
2081 ToFile( "GNUCOPY", "cp.exe", "e" );
2082 ToFile( "TOUCH", "touch", "e" );
1000
1001# Mac OS X/Darwin only variables.
1002if ( $platform =~ m/darwin/ )
1003{ $FRAMEWORKSHOME = $ds."Developer".$ds."SDKs".$ds."MacOSX10.4u.sdk".$ds."System".$ds."Library".$ds."Frameworks";
1004 if ( $XLIB eq "no_x_libraries" ) {
1005 $GUIBASE = "aqua";
1006 } else {
1007 $GUIBASE = "unx";

--- 1073 unchanged lines hidden (view full) ---

2081{
2082 #ToFile( "ILIB", $ILIB, "e" );
2083
2084 ToFile( "GREP", "grep.exe", "e" );
2085 ToFile( "FIND", "find.exe", "e" );
2086 ToFile( "LS", "ls.exe", "e" );
2087 ToFile( "GNUCOPY", "cp.exe", "e" );
2088 ToFile( "TOUCH", "touch", "e" );
2089 ToFile( "CONFIG_SITE", "/@unixroot/usr/share/config.site", "e" );
2083}
2084
2085# $perlpre is only used for the following three variables
2086# and only set for OS2.
2087my $perlpre = "";
2088if (( $platform =~ m/os2/ )) {
2089 $perlpre = "perl ".${SOLARENV}.${BIN}.${ds};
2090}

--- 653 unchanged lines hidden ---
2090}
2091
2092# $perlpre is only used for the following three variables
2093# and only set for OS2.
2094my $perlpre = "";
2095if (( $platform =~ m/os2/ )) {
2096 $perlpre = "perl ".${SOLARENV}.${BIN}.${ds};
2097}

--- 653 unchanged lines hidden ---