"Jerome Pinot" <[EMAIL PROTECTED]> - Tue, 17 Jul 2007 00:17:52 +0900
>> The idea is that we want to build those .pc files conditionally, so >> the following code either fill in the variables or doesnt: >> >> if test "x$have_emotion" = "xyes" ; then >> etk_extra_video_pc="etk_extra_video.pc" >> fi >> >> if test "x$have_cairo" = "xyes" ; then >> etk_extra_cairo_pc="etk_extra_cairo.pc" >> fi >> >> Thats why we then use the variables in AC_OUTPUT. > >I see but I got: > >running autogen.sh: >... >configure.in:117: required file `$etk_extra_video_pc.in' not found >configure.in:117: required file `$etk_extra_cairo_pc.in' not found > >running then configure: >... >checking for ETK... yes >checking for EMOTION... yes >checking for CAIRO... yes >configure: creating ./config.status >config.status: error: cannot find input file: Makefile.in > >Even if I have cairo and emotion in the box. Bypassing the test made >every body happy here. > >I don't have much time to investigate further, I have to release >SlackE17 (which is long time overdue) and there is still a lot of >things to correct. I don't bother to keep the patch for myself, I >believe you'll find a neat fix :-) > > Request that error on Google, and you'll find links like this: http://www.cygwin.com/ml/automake/2000-11/msg00120.html where it's said that "automake can't use this" construct. Better say goodbye to this smart piece that seems not to work and replace it with a more brutal approach ;) Cheers, Michel ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel