Re: _AC_CHECK_TYPE_REPLACEMENT_TYPE_P

2001-06-27 Thread Paul Eggert
> From: Akim Demaille <[EMAIL PROTECTED]> > Date: 23 Jun 2001 15:29:22 +0200 > > Paul> So how about if we replace the regular expression with the > Paul> following instead: > > Paul> >^\(_Bool\|bool\|char\|double\|float\|int\|long\|short\|\(un\)?signed\|[_a-zA-Z][_a-zA-Z0-9]*_t\)\(\([( > Paul>

Re: [autoconf] AmigaOS fork()

2001-06-27 Thread Paul Eggert
> From: Akim Demaille <[EMAIL PROTECTED]> > Date: 23 Jun 2001 17:51:54 +0200 > > Paul, this patch was sent later, and you did not comment it. Sorry, I didn't see it. I don't think that patch is necessary. Here are some more detailed comments: > + AC_DEFINE(ac_vfork, vfork, [Define to `vfork'

Supporting include in Makefiles

2001-06-27 Thread Dean Povey
Firstly, apologies for the cross-posting, particularly giving the fact that I am including code, but this message contains issues relevant to both automake and autoconf. For a while I have been thinking that it would be nice to be able to support "include" in autoconf/automake Makefiles. Thi