Hi Christoph! On 16/02/13 19:27, Christoph Biedl wrote: > Should XTRA_PROG be EXTRA_PROGRAMS? Or is there some automake magic > going on I am not aware of?
EXTRA_PROGRAMS is automake syntax, letting it know about optional programs that 'may' be compiled. XTRA_PROG is a variable already set in pptpd's ./configure script, depending on the --enable/disable-bcrelay flags. It seems they didn't use it anywhere in automake yet, which is why it had no effect until this patch. Regards, -- Steven Chamberlain [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

