configure script wrongly chooses byacc irrespective of what is available. Signed-off-by: Nikanth Karthikesan <[EMAIL PROTECTED]>
--- Index: libcg/configure =================================================================== --- libcg.orig/configure +++ libcg/configure @@ -3033,12 +3033,6 @@ fi done test -n "$YACC" || YACC="yacc" -if test "$YACC" != byacc; then - YACC="$SHELL $missing_dir/missing byacc" - YACC="byacc" - -fi - for ac_prog in flex lex do # Extract the first word of "$ac_prog", so it can be a program name with args. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
