From: Richard Kreckel Date: Thu, 25 Nov 1999 17:07:20 +0000 (+0000) Subject: - changed to new URL. X-Git-Tag: release_0-5-0~128 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=ab58fe9dace168295f9fac116ec4381103fb225e - changed to new URL. --- diff --git a/acinclude.m4 b/acinclude.m4 index f4368eb4..1f621f98 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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: *) diff --git a/aclocal.m4 b/aclocal.m4 index fb8d6664..ece10ef5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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: *) diff --git a/configure b/configure index 20820766..04b641a6 100755 --- 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}" diff --git a/doc/reference/Doxyfooter b/doc/reference/Doxyfooter index b63e6e6b..e8de7547 100644 --- a/doc/reference/Doxyfooter +++ b/doc/reference/Doxyfooter @@ -1,9 +1,9 @@
This page is part of the GiNaC +href="http://www.ginac.de/">GiNaC developer's reference. It was generated automatically by doxygen. For -an introduction, see the tutorial. +an introduction, see the tutorial.