variables in configure.ac

2005-09-12 Thread Matthias Langer
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

how to force the caller of configure to pass arguments

2005-09-12 Thread Matthias Langer
or message if not. Matthias Langer ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: how to force the caller of configure to pass arguments

2005-09-12 Thread Matthias Langer
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

check for readline

2006-02-24 Thread Matthias Langer
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

Re: check for readline

2006-02-26 Thread Matthias Langer
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.