IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18304


Ignore:
Timestamp:
Jun 23, 2008, 4:26:11 PM (18 years ago)
Author:
mwv
Message:

Minor trivial tweak to fix psconfigure and psautogen alias
for the default "none" case to explicitly refer to the local path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mwv/psconfig/psconfig.csh.in

    r17704 r18304  
    410410
    411411if ("$PSCONFIG" == "none") then
    412   alias  psconfigure configure
    413   alias  psautogen autogen.sh
     412  alias  psconfigure ./configure
     413  alias  psautogen ./autogen.sh
    414414  alias  psperlbuild perl Build.PL
    415415else
Note: See TracChangeset for help on using the changeset viewer.