Re: [naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-22 Thread Mike
My Fedora box has automake-1.4 automake-1.5 automake-1.6 automake-1.7 automake-1.9, but it also has plain 'automake', which is the 1.9 version. I guess we need something like: $ AUTOMAKE=automake-1.9 ./autogen.sh perhaps autogen.sh could be made to look for automake, then automake-1.9,

Re: [naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-20 Thread Stephen Deasey
On 7/17/06, Mike [EMAIL PROTECTED] wrote: On 7/17/06, Stephen Deasey [EMAIL PROTECTED] wrote: What's the default versions of autoconf and automake on FreeBSD (FreeBSD x.x?) What did the default autoconf not like in our configure script? Stephen, I believe there is no such thing as default

Re: [naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-17 Thread Stephen Deasey
What's the default versions of autoconf and automake on FreeBSD (FreeBSD x.x?) What did the default autoconf not like in our configure script? On 7/16/06, Mike [EMAIL PROTECTED] wrote: The following patch is needed to get naviserver CVS to build on FreeBSD... Almost certainly this is not

[naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-16 Thread Mike
The following patch is needed to get naviserver CVS to build on FreeBSD... Almost certainly this is not something to commit, but in case someone comes across this post, it'll save them 10 minutes... (or someone will point out to me that there's an easier way :) ) Index: autogen.sh