From: Andre Noll Date: Mon, 13 May 2024 23:23:36 +0000 (+0200) Subject: configure: Shorten lopsub error message. X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=5dbc9d3dec98af3405c71e00583e503b8072073a;p=misma.git configure: Shorten lopsub error message. Remove the download instructions and just ask the user to install the lopsub-dev package. --- diff --git a/configure.ac b/configure.ac index 00e0f09..580dd40 100644 --- a/configure.ac +++ b/configure.ac @@ -11,20 +11,11 @@ AC_PROG_CPP AC_DEFUN([LOPSUB_NOT_FOUND], [ The lopsub library is required to build this software, but the checks -indicate it is not installed on your system. Run the following -command to download a copy. - git clone git://git.tuebingen.mpg.de/lopsub.git -Install the library, then run this configure script again. +indicate it is not installed on your system. Run -If you installed lopsub at a non-standard location, make sure to set -PATH, CPPFLAGS and LDFLAGS accordingly. For example: - - pfx=/prefix/where/lopsub/is/installed - export PATH=\$pfx/bin:\$PATH - export CPPFLAGS=-I\$pfx/include - export LDFLAGS=-L\$pfx/lib -]) + apt-get install liblopsub-dev +to install the library, then run this configure script again.]) AC_DEFUN([REQUIRE_EXECUTABLE], [ AC_PATH_PROG(m4_toupper([$1]), [$1]) test -z "$m4_toupper([$1])" && AC_MSG_ERROR([$2])