Re: Patch for missing RM and problem with autoloads build

2001-03-19 Thread Jack Twilley
> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes: [...] Ronan> Ok; does BSD make have a flag to dump its internal rules file? Ronan> -p would be the GNU variant. make -Da was the closest I could find, and it didn't show anything useful for RM. Jack> modify the configure.in accordingly.

Re: Patch for missing RM and problem with autoloads build

2001-03-19 Thread Ronan Waide
On March 19, [EMAIL PROTECTED] said: > make: illegal option -- p > usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile] > [-I directory] [-j max_jobs] [-m directory] [-V variable] > [variable=value] [target ...] > Ok; does BSD make have a flag to

Re: Patch for missing RM and problem with autoloads build

2001-03-19 Thread Jack Twilley
> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes: Jack> I got tired of forgetting to define the variable RM and having Jack> problems with building the autoloads file, so I made some Jack> patches. Ronan> I gotta say, I still don't see where this problem is coming Ronan> from. You said

Re: Patch for missing RM and problem with autoloads build

2001-03-19 Thread Ronan Waide
On March 19, [EMAIL PROTECTED] said: > I got tired of forgetting to define the variable RM and having > problems with building the autoloads file, so I made some patches. I gotta say, I still don't see where this problem is coming from. If you do "make -p | grep RM", do you get anything useful? I

Patch for missing RM and problem with autoloads build

2001-03-19 Thread Jack Twilley
I got tired of forgetting to define the variable RM and having problems with building the autoloads file, so I made some patches. I modified the aclocals.m4 file to have a new test, BBDB_PROG_RM, and I modified configure.in to contain it. I then modified the Makefile.in files to reference the RM