Meenal Pant wrote:
>My software uses Mailman. I am using GNU autotools to bundle my software
>for distribution. During ./configure I want to check if mailman is
>installed and capture the path and version in some variables. What rules
>should I define in configure.ac ? Look for mailmanctl using
My software uses Mailman. I am using GNU autotools to bundle my software
for distribution. During ./configure I want to check if mailman is
installed and capture the path and version in some variables. What rules
should I define in configure.ac ? Look for mailmanctl using AC_CHECK_PROGS ?
Thank