* Andreas Metzler | 2009-05-21 14:43:18 [+0200]: >make[5]: Entering directory `/tmp/blah/gtk-vnc-0.3.8/build/gnulib/lib' >/bin/bash ../../libtool --tag=CC --mode=compile cc -std=gnu99 >-DHAVE_CONFIG_H -I. -I/tmp/blah/gtk-vnc-0.3.8/./gnulib/lib -I../.. -g -O2 >-g -Wall -O2 -c -o dummy.lo /tmp/blah/gtk-vnc-0.3.8/./gnulib/lib/dummy.c >../../libtool: line 827: X--tag=CC: command not found >../../libtool: line 860: libtool: ignoring unknown tag : command not found >../../libtool: line 827: X--mode=compile: command not found >[...]
this a libtool issue. Adding libtoolize after autoreconf in post-patches:: makes it build again. Adding -f -i to autoreconf also enforces libtoolize. Sebastian -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

