[cig-commits] r21104 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Dec 5 14:11:37 PST 2012


Author: brad
Date: 2012-12-05 14:11:37 -0800 (Wed, 05 Dec 2012)
New Revision: 21104

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Improved error message.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 20:48:39 UTC (rev 21103)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 22:11:37 UTC (rev 21104)
@@ -696,7 +696,7 @@
 
 if test "$existing_fail" = yes ; then
   echo ""
-  AC_MSG_ERROR(["Configure failed due to conflict with existing software. Remove existing software or reconfigure with --enable-force-install to override error message. Existing software may be configured incorrectly for use with PyLith or may have been built with incompatible compilers."])
+  AC_MSG_ERROR(["Configure failed due to conflict with existing software. Existing software may interfere with proper installation of PyLith, may be configured incorrectly for use with PyLith, or may have been built with incompatible compilers. Remove existing software (RECOMMENDED) or reconfigure with --enable-force-install to override error message. "])
 fi
 
 



More information about the CIG-COMMITS mailing list