From: Thomas K. <tho...@us...> - 2005-02-20 15:17:25
|
Hi again, the configure script for libvisual-plugins-0.2.0 has some pastos. For example, the flower test says (from configure.ac): AC_ARG_ENABLE([flower], AC_HELP_STRING([--disable-flower], [Do not build Pseudotoad Flower plugin @<:@default=en abled@:>@]), [flower=$enableval], [flower=yes]) AC_MSG_CHECKING([whether to build Dancing Particles plugin]) Dancing Particles? :) Similarly for the gforce one: AC_ARG_ENABLE([gforce], AC_HELP_STRING([--disable-gforce], [Do not build gforce plugin @<:@default=enabled@:>@]) , [gforce=$enableval], [gforce=yes]) AC_MSG_CHECKING([whether to build bumpscope plugin]) bumpscope? :) Cheers, Thomas |