]> www.ginac.de Git - ginac.git/commitdiff
- changed to new URL.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 25 Nov 1999 17:07:20 +0000 (17:07 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 25 Nov 1999 17:07:20 +0000 (17:07 +0000)
acinclude.m4
aclocal.m4
configure
doc/reference/Doxyfooter

index f4368eb4fe1fa1d0838d82857a4704790b75b0ac..1f621f98dbfbba2b6fe1202da2caaf4e2b0f9890 100644 (file)
@@ -55,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:
     *)
index fb8d66644b8914c459fde7416af48043cf159bfc..ece10ef55e2859370796dd61183e747b0f666bbc 100644 (file)
@@ -67,7 +67,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 forgot to set \$LDFLAGS?])
     ;;
 dnl should never ever get here:
     *)
index 20820766cc1b6301542d24baabe03dccab21a1a4..04b641a69f0ca500de618e746b489a4793cf5733 100755 (executable)
--- a/configure
+++ b/configure
@@ -2662,7 +2662,7 @@ fi
     "fail")
         LIBS="${saved_LIBS}"
         echo "$ac_t""" 1>&6
-        echo "configure: warning: linking with libcln failed" 1>&2
+        { echo "configure: error: linking with libcln failed, maybe forgot to set \$LDFLAGS?" 1>&2; exit 1; }
     ;;
     *)
         LIBS="${saved_LIBS}"
index b63e6e6bf8e58a97580c770868d13bf9804dd9a4..e8de75474b6643e00b0fd7f0f5e6c87807aab804 100644 (file)
@@ -1,9 +1,9 @@
 <hr>
 <small><i>This page is part of the <b><a
-href="http://wwwthep.physik.uni-mainz.de/GiNaC/">GiNaC</a></b>
+href="http://www.ginac.de/">GiNaC</a></b>
 developer's reference. It was generated automatically by <a
 href="http://www.stack.nl/~dimitri/doxygen/index.html">doxygen</a>. For
-an introduction, see the <a href="../tutorial/index.html">tutorial</a>.</i></small>
+an introduction, see the <a href="../tutorial/">tutorial</a>.</i></small>
 </body>
 </html>