Re: [Mailman-Users] Gnu Autotools: Mailman

2007-08-23 Thread Mark Sapiro
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

[Mailman-Users] Gnu Autotools: Mailman

2007-08-23 Thread Meenal Pant
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