Error in automake with AM_YFLAGS
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
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