autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

variables in configure.ac


From: Matthias Langer
Subject: variables in configure.ac
Date: Mon, 12 Sep 2005 16:00:34 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050724)

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 -lvtkftgl -lvtkGraphics -lvtkHybrid: command not found

Can anybody tell my what i'm doing wrong ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]