Error in automake with AM_YFLAGS

2007-04-13 Thread Paulo J. Matos
Hello all, I added to my configure.ac: AC_ARG_ENABLE([debug-parser], AC_HELP_STRING([--enable-debug-parser], [enable parser debug (default is NO)]), [case "${enableval}" in yes) debug_parser=true;;

Re: separating source and install name

2007-04-13 Thread Perrog
Thanks very much for the help! Is there a special reason $program_transform_name macro is limited to PROGRAMS primitive, and lack parallells to LIBRARIES and DATA? Regards, Roger