[GRASS-SVN] r47301 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 28 16:58:15 EDT 2011


Author: glynn
Date: 2011-07-28 13:58:15 -0700 (Thu, 28 Jul 2011)
New Revision: 47301

Modified:
   grass/trunk/aclocal.m4
   grass/trunk/configure
Log:
Fix LOC_CHECK_FUNC error message


Modified: grass/trunk/aclocal.m4
===================================================================
--- grass/trunk/aclocal.m4	2011-07-28 15:46:45 UTC (rev 47300)
+++ grass/trunk/aclocal.m4	2011-07-28 20:58:15 UTC (rev 47301)
@@ -201,8 +201,8 @@
 ],[
 ifelse($8,[],[
 ifelse($2,[],
-    [AC_MSG_ERROR([*** Unable to locate $2.])],
-    [AC_MSG_ERROR([*** Unable to locate $1.])]
+    [AC_MSG_ERROR([*** Unable to locate $1.])],
+    [AC_MSG_ERROR([*** Unable to locate $2.])]
 )
 ],$8)
 ])

Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2011-07-28 15:46:45 UTC (rev 47300)
+++ grass/trunk/configure	2011-07-28 20:58:15 UTC (rev 47301)
@@ -9855,7 +9855,7 @@
   echo "$ac_t""no" 1>&6
 
 
-{ echo "configure: error: *** Unable to locate ." 1>&2; exit 1; }
+{ echo "configure: error: *** Unable to locate glXCreatePbuffer." 1>&2; exit 1; }
 
 
 fi
@@ -9918,7 +9918,7 @@
   echo "$ac_t""no" 1>&6
 
 
-{ echo "configure: error: *** Unable to locate ." 1>&2; exit 1; }
+{ echo "configure: error: *** Unable to locate glXCreateGLXPixmap." 1>&2; exit 1; }
 
 
 fi
@@ -10054,7 +10054,7 @@
   echo "$ac_t""no" 1>&6
 
 
-{ echo "configure: error: *** Unable to locate glBegin." 1>&2; exit 1; }
+{ echo "configure: error: *** Unable to locate OpenGL library." 1>&2; exit 1; }
 
 
 
@@ -10117,7 +10117,7 @@
   echo "$ac_t""no" 1>&6
 
 
-{ echo "configure: error: *** Unable to locate gluBeginCurve." 1>&2; exit 1; }
+{ echo "configure: error: *** Unable to locate GLU library." 1>&2; exit 1; }
 
 
 
@@ -12980,7 +12980,7 @@
   echo "$ac_t""no" 1>&6
 
 
-{ echo "configure: error: *** Unable to locate ." 1>&2; exit 1; }
+{ echo "configure: error: *** Unable to locate cairo_create." 1>&2; exit 1; }
 
 
 fi



More information about the grass-commit mailing list