Russell Shaw wrote:
How can i get autoconf to use bison? The problem with yacc is that you can't rename the output files and always get: y.tab.h y.tab.c Is there a way i can get yacc to give better output file names like myproj.tab.h myproj.tab.c ?
Is this really an autoconf question? Seems like something the build system should handle, not the configuration system.
If you're using automake, look into BUILT_SOURCES: http://www.gnu.org/software/hello/manual/automake/Built-Sources-Example.html cheers, -tom _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf