Index: /trunk/psconfig/INSTALL
===================================================================
--- /trunk/psconfig/INSTALL	(revision 12840)
+++ /trunk/psconfig/INSTALL	(revision 12841)
@@ -13,8 +13,8 @@
 file:
 
-alias psconfig "source PATH/psconfig.sh"
+alias psconfig "source PATH/psconfig.csh"
 
-where PATH is the path to the file psconfig.sh in this directory
-(ipp/psconfig/psconfig.sh).
+where PATH is the path to the file psconfig.csh in this directory
+(ipp/psconfig/psconfig.csh).
 
 The psconfig system places the installed binary files by default in
Index: /trunk/psconfig/psbuild
===================================================================
--- /trunk/psconfig/psbuild	(revision 12840)
+++ /trunk/psconfig/psbuild	(revision 12841)
@@ -67,5 +67,5 @@
 sub build_distribution {
     
-    # use psconfig.sh to set needed build aliases
+    # use psconfig.csh to set needed build aliases
 
     # set the psconfig version:
@@ -77,7 +77,7 @@
     }
 
-    $psconfigure = `csh psconfig.sh --psconfigure $version`; chomp $psconfigure;
-    $psautogen   = `csh psconfig.sh --psautogen $version`;   chomp $psautogen;
-    $psperlbuild = `csh psconfig.sh --psperlbuild $version`; chomp $psperlbuild;
+    $psconfigure = `csh psconfig.csh --psconfigure $version`; chomp $psconfigure;
+    $psautogen   = `csh psconfig.csh --psautogen $version`;   chomp $psautogen;
+    $psperlbuild = `csh psconfig.csh --psperlbuild $version`; chomp $psperlbuild;
 
     print "psconfigure: $psconfigure\n";
@@ -260,5 +260,5 @@
     my $flag = $_[1];
 
-    my $answer = `csh psconfig.sh $flag $version`;
+    my $answer = `csh psconfig.csh $flag $version`;
     chomp $answer;
 
Index: /trunk/psconfig/pschecklibs
===================================================================
--- /trunk/psconfig/pschecklibs	(revision 12840)
+++ /trunk/psconfig/pschecklibs	(revision 12841)
@@ -32,6 +32,6 @@
 
 # set install paths for PSVERSION
-set libdir  = `source psconfig.sh --libs $PSVERSION`
-set incdir  = `source psconfig.sh --include $PSVERSION`
+set libdir  = `source psconfig.csh --libs $PSVERSION`
+set incdir  = `source psconfig.csh --include $PSVERSION`
 
 # make these directories
Index: /trunk/psconfig/pscheckperl
===================================================================
--- /trunk/psconfig/pscheckperl	(revision 12840)
+++ /trunk/psconfig/pscheckperl	(revision 12841)
@@ -48,6 +48,6 @@
 
 
-$prefix = `csh -f psconfig.sh --prefix $version`; chomp $prefix;
-$perldir = `csh -f psconfig.sh --perldir $version`; chomp $perldir;
+$prefix  = `csh -f psconfig.csh --prefix $version`; chomp $prefix;
+$perldir = `csh -f psconfig.csh --perldir $version`; chomp $perldir;
 $homedir = `pwd`; chomp $homedir;
 
Index: /trunk/psconfig/psperlmods
===================================================================
--- /trunk/psconfig/psperlmods	(revision 12840)
+++ /trunk/psconfig/psperlmods	(revision 12841)
@@ -38,6 +38,6 @@
 print "version: $version\n";
 
-$prefix = `csh -f psconfig.sh --prefix $version`; chomp $prefix;
-$perldir = `csh -f psconfig.sh --perldir $version`; chomp $perldir;
+$prefix = `csh -f psconfig.csh --prefix $version`; chomp $prefix;
+$perldir = `csh -f psconfig.csh --perldir $version`; chomp $perldir;
 $homedir = `pwd`; chomp $homedir;
 
