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 ?



_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to