Re: patch for regex.m4

2005-07-25 Thread Paul Eggert
James Gallagher [EMAIL PROTECTED] writes: I added AC_LANG_SOURCE to fix the error and figured I might as well make the switch to RUN_IFELSE at the same time since the docs say TRY_RUN is obsolete. That makes sense, yes. I installed the patch below (plus some unimportant indenting changes)

Re: patch for regex.m4

2005-07-25 Thread Paul Eggert
I removed m4_syscmd, ..., because they were not working on either Mac OS/X or RHEL3. Hmm, why not? Shouldn't they be working? What versions of m4 and Autoconf were you using? Let's try to see what the underlying problem is first, before removing this from regex.m4. Well, I have to

Re: patch for regex.m4

2005-07-25 Thread James Gallagher
On Jul 25, 2005, at 3:49 PM, Paul Eggert wrote: I removed m4_syscmd, ..., because they were not working on either Mac OS/X or RHEL3. Hmm, why not? Shouldn't they be working? What versions of m4 and Autoconf were you using? Let's try to see what the underlying problem is first, before