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])