]> git.tue.mpg.de Git - misma.git/commitdiff
configure: Shorten lopsub error message.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 13 May 2024 23:23:36 +0000 (01:23 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 1 Jul 2024 19:54:45 +0000 (21:54 +0200)
Remove the download instructions and just ask the user to install
the lopsub-dev package.

configure.ac

index 00e0f0984340227e53d8c1d255ba6f923af86108..580dd40947b8da12e3122aac5db61fff0dace5c3 100644 (file)
@@ -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])