Changeset 11737 for trunk/psconfig/psconfig.sh
- Timestamp:
- Feb 9, 2007, 1:22:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.sh
r11730 r11737 281 281 282 282 # list the defined psconfig versions 283 if ($show_path) then 284 echo $PATH 285 exit 0 286 endif 287 288 # list the defined psconfig versions 289 if ($show_ldpath) then 290 echo $LD_LIBRARY_PATH 291 exit 0 292 endif 293 294 # list the defined psconfig versions 295 if ($show_pkgpath) then 296 echo $PKG_CONFIG_PATH 297 exit 0 298 endif 299 300 # list the defined psconfig versions 301 if ($show_perlpath) then 302 echo $PERL5LIB 303 exit 0 304 endif 305 283 if ($show_configure) then 284 alias psconfigure 285 exit 0 286 endif 287 288 # list the defined psconfig versions 289 if ($show_autogen) then 290 alias psautogen 291 exit 0 292 endif 293 294 # list the defined psconfig versions 295 if ($show_perlbuild) then 296 alias psperlbuild 297 exit 0 298 endif
Note:
See TracChangeset
for help on using the changeset viewer.
