]> www.ginac.de Git - ginac.git/blobdiff - acinclude.m4
- updated for class series->class pseries
[ginac.git] / acinclude.m4
index fff1839960e1339404df8b26a49cff0eac98a519..1f621f98dbfbba2b6fe1202da2caaf4e2b0f9890 100644 (file)
@@ -1,6 +1,7 @@
 dnl ===========================================================================
-dnl Additional macros used to configure GiNaC.  We don't start additions' names
-dnl with AC_ but with GINAC_ in order to avoid future trouble.
+dnl Additional macros used to configure GiNaC.  We don't start our own 
+dnl additions' names with AC_ but with GINAC_ in order to steer clear of
+dnl future trouble.
 dnl ===========================================================================
 
 dnl Generally, it is a bad idea to put specialized header files for a library
@@ -54,7 +55,7 @@ dnl linking failed:
     "fail")
         LIBS="${saved_LIBS}"
         AC_MSG_RESULT([])
-        AC_MSG_WARN([linking with libcln failed])
+        AC_MSG_ERROR([linking with libcln failed, maybe need to set \$LDFLAGS?])
     ;;
 dnl should never ever get here:
     *)