[PD-dev] problems with configure

Kenneth Peiruza kenneth at gnunetworks.com
Wed Nov 12 21:41:16 CET 2003


Hi again,

	I've been fixing configure.in which seems to fail in include testing.

	It doesn't assign the variable "foundit" so it fails at final testing.
Also the port system of freebsd failed to execute lots of "test" due to
this syntax:

	test $foundit == no;
		perhaps is more polite like:

	test "$foundit"=="no";

		Spaces broke the test :/

	So if anyone knows about how to fix it, please, tell it!


Thanks in advance,

Kenneth Peiruza
Systems Engineer
+34-666.23.64.33
GNUnetworks Barcelona
http://www.gnunetworks.com






More information about the Pd-dev mailing list