IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12868


Ignore:
Timestamp:
Apr 17, 2007, 2:00:08 PM (19 years ago)
Author:
eugene
Message:

create the ACLOCAL dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r12841 r12868  
    9393    ps_setenv ("PERL5LIB",        "--perl5lib");
    9494
    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]"); }
    9699
    97100    $psopts = "";
Note: See TracChangeset for help on using the changeset viewer.