> From: "Michael D. Beynon" <[EMAIL PROTECTED]>
> Date: Fri, 8 Nov 2002 12:53:00 -0800 (PST)

> I could also write a post-processor for config.h to wrap some
> #defines with #ifdef XXX,

Why not just rename all the defines in your postprocessor?
E.g., change:

#define HAVE_WORKING_VFORK 1

to

#define mypackage_HAVE_WORKING_VFORK 1

That way, you can't collide with the users' use of Autoconf/Automake.


Reply via email to