Index: trunk/psconfig/psconfig.sh
===================================================================
--- trunk/psconfig/psconfig.sh	(revision 11730)
+++ trunk/psconfig/psconfig.sh	(revision 11737)
@@ -281,25 +281,18 @@
 
 # list the defined psconfig versions
-if ($show_path) then
-  echo $PATH
-  exit 0
-endif
-
-# list the defined psconfig versions
-if ($show_ldpath) then
-  echo $LD_LIBRARY_PATH
-  exit 0
-endif
-
-# list the defined psconfig versions
-if ($show_pkgpath) then
-  echo $PKG_CONFIG_PATH
-  exit 0
-endif
-
-# list the defined psconfig versions
-if ($show_perlpath) then
-  echo $PERL5LIB
-  exit 0
-endif
-
+if ($show_configure) then
+  alias psconfigure 
+  exit 0
+endif
+
+# list the defined psconfig versions
+if ($show_autogen) then
+  alias psautogen
+  exit 0
+endif
+
+# list the defined psconfig versions
+if ($show_perlbuild) then
+  alias psperlbuild
+  exit 0
+endif
