Changeset 12868
- Timestamp:
- Apr 17, 2007, 2:00:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psbuild (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r12841 r12868 93 93 ps_setenv ("PERL5LIB", "--perl5lib"); 94 94 95 print STDERR "ENV: $ENV{'PATH'}\n"; 95 # make sure the aclocal path exists 96 @word = split (" ", $ENV{'ACLOCAL_FLAGS'}); 97 if (@word != 2) { &failure("setup", "ACLOCAL_FLAGS is not set"); } 98 if (! -e $word[1]) { vsystem ("mkdir -p $word[1]"); } 96 99 97 100 $psopts = "";
Note:
See TracChangeset
for help on using the changeset viewer.
