autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question on design of a C++ library w.r.t. config.h contents


From: Paul Eggert
Subject: Re: Question on design of a C++ library w.r.t. config.h contents
Date: Fri, 8 Nov 2002 14:54:31 -0800 (PST)

> From: "Michael D. Beynon" <address@hidden>
> 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

[Prev in Thread] Current Thread [Next in Thread]