On Wednesday 30 April 2003 10:46, Hartmut Goebel wrote: > Ah, I've overseen that this is a general KDE reqirement. I thought it > came from one of the components. > > > As far as YACC goes, why/where are you needing it? The only stuff > > It's needed to build the parser: From plugins/holidays/Makefile.am: > cd $(srcdir) && yacc -p kcal -d -o parseholiday.c parseholiday.y Aha. Then the fix is actually to do AC_PROG_YACC and replace the yacc in that command by $(YACC), in order to obey environment and configure options. Done in HEAD. -- pub 1024D/FEA2A3FE 2002-06-18 Adriaan de Groot Key fingerprint = 934E 31AA 80A7 723F 54F9 50ED 76AC EE01 FEA2 A3FE _______________________________________________ kde-pim mailing list kde-pim@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/