while running configure in imlib2_tools i got these errors: checking for imlib_context_set_display in -lImlib2... yes configure: creating ./config.status config.status: creating Makefile sed: file ./confstatTvYBAE/subs-2.sed line 7: Unterminated `s' command config.status: creating src/Makefile sed: file ./confstatTvYBAE/subs-2.sed line 7: Unterminated `s' command config.status: creating src/config.h
i looked back at an old cvs snapshot where imlib2_tools works and found that the bug lies in the script that checks for Imlib2 ... the deciding difference is in the AC_CHECK_LIB macro ... the new .ac passes --libs and --cflags to the imlib2-config script while the old one only passed --cflags ... as soon as i take out the --libs from the new script, the sed error goes away ... any ideas ? i think it may be related to the fact that the output of `imlib2-config --libs --cflags` yields a newline character in the middle ... -mike
pgp00000.pgp
Description: signature
