Re: Autoheader errors

2001-11-07 Thread Bob Proulx
> > > Mktemp is available here:- > > > ftp://ftp.cs.colorado.edu/pub/mktemp/mktemp-1.3.1.tar.gz > > > > No it's not: > > --11:32:26-- > > ftp://ftp.cs.colorado.edu:21/pub/mktemp/mktemp-1.3.1.tar.gz > >=> `mktemp-1.3.1.tar.gz' > > Connecting to ftp.cs.colorado.edu:21... > > Connectio

Re: Autoheader errors

2001-11-07 Thread Tim Van Holder
On Wed, 2001-11-07 at 11:54, John Poltorak wrote: > > So this line:- > > test "$mktemp_cv_progname" = "yes" && AC_DEFINE(HAVE_PROGNAME) > > should be changed to something like:- ? > > test "$mktemp_cv_progname" = "yes" && AC_DEFINE(HAVE_PROGNAME, 1, [foo]) > Exactly (though I'd prefer an if/

Re: Autoheader errors

2001-11-07 Thread John Poltorak
On Wed, Nov 07, 2001 at 11:33:32AM +0100, Tim Van Holder wrote: > On Wed, 2001-11-07 at 10:55, John Poltorak wrote: > > > > I get the following error msgs when using autoheader while trying to > > build mktemp:- > > > > autoheader.: checking completeness of the template > > autoheader.: No temp

Re: Autoheader errors

2001-11-07 Thread Tim Van Holder
On Wed, 2001-11-07 at 10:55, John Poltorak wrote: > > I get the following error msgs when using autoheader while trying to > build mktemp:- > > autoheader.: checking completeness of the template > autoheader.: No template for symbol `HAVE_PROGNAME' > autoheader.: No template for symbol `MKDTEMP

Autoheader errors

2001-11-07 Thread John Poltorak
I get the following error msgs when using autoheader while trying to build mktemp:- autoheader.: checking completeness of the template autoheader.: No template for symbol `HAVE_PROGNAME' autoheader.: No template for symbol `MKDTEMP' autoheader.: No template for symbol `MKSTEMP' autoheader.: No