Changeset 9031 for trunk/psconfig/psconfig.sh
- Timestamp:
- Sep 28, 2006, 1:32:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.sh
r8867 r9031 52 52 if ($?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH 53 53 if ($?PKG_CONFIG_PATH == 0) setenv PKG_CONFIG_PATH 54 if ($?PERL5LIB == 0) setenv LD_LIBRARY_PATH54 if ($?PERL5LIB == 0) setenv PERL5LIB 55 55 56 56 # identify system architecture … … 215 215 alias psconfigure configure --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man 216 216 alias psautogen autogen.sh --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man 217 alias psperlbuild perl Build.PL --install_path script=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3218 endif 217 alias psperlbuild perl Build.PL --install_path script=$bindir --install_path arch=$bindir --install_path bin=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3 218 endif
Note:
See TracChangeset
for help on using the changeset viewer.
