I'm trying to to the following in my configure.ac:
VTK_LIBS=$vtk_lib_path
VTK_LIBS+="-lvtkFiltering -lvtkfreetype -lvtkftgl -lvtkGraphics
-lvtkHybrid" \
"-lvtkImaging -lvtkIO -lvtkRendering"
However, when i run configure, i get
...: VTK_LIBS+=-lvtkFiltering -lvtkfreetype
or message if not.
Matthias Langer
___
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf
Andreas Schwab wrote:
Matthias Langer <[EMAIL PROTECTED]> writes:
However, when the caller of configure forgets to pass this option,
configure will work, but make certainly fail. So it would be great, if i
can
check if certain arguments were supplied allready in configure and exi
What is the suggested way to check for the existence of readline ?
Should i use the macro from http://autoconf-archive.cryp.to/ or is there
a better approach ?
Thanks,
Matthias
___
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/l
On Sat, 2006-02-25 at 23:18 +0100, Ralf Wildenhues wrote:
> Hi Matthias,
>
> * Matthias Langer wrote on Thu, Feb 23, 2006 at 11:11:59AM CET:
> > What is the suggested way to check for the existence of readline ?
> > Should i use the macro from http://autoconf-archive.cryp.