Index: trunk/psLib/src/sys/psConfigure.c
===================================================================
--- trunk/psLib/src/sys/psConfigure.c	(revision 4205)
+++ trunk/psLib/src/sys/psConfigure.c	(revision 4214)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-10 01:41:35 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-11 02:19:05 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -28,5 +28,5 @@
 {
     char version[80];
-    snprintf(version,80,"%s-v%s",PACKAGE,VERSION);
+    snprintf(version,80,"%s-v%s",PACKAGE_NAME,PACKAGE_VERSION);
 
     return(psStringCopy(version));
