From 8345087092acf6bece4be9ca6fcc5b0526839eca Mon Sep 17 00:00:00 2001 From: Daniel Koester <Koester@Math.Uni-Augsburg.DE> Date: Mon, 11 Nov 2002 15:30:51 +0000 Subject: [PATCH] it is better to specify absolute path for "gltools". Changed configure.ac to disply corresponding message when using configure --help --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 45b11ae..824c414 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ gltools_include= LIBGLTOOLS_PRESENT= AC_MSG_CHECKING([for libgltools.a]) AC_ARG_WITH(gltools, -[ --with-gltools=PATH specify the path of the gltools library], +[ --with-gltools=PATH specify the absolute path of the gltools library], [if test -f $withval/gltools-2-3/libgltools.a; then AC_MSG_RESULT([Found libgltools.a in specified directory $withval/gltools-2-3.]) gltools_include="-I$withval/gltools-2-3" -- GitLab