Can the AC_DEFINE'd macros be prefixed?

2002-04-26 Thread Yves Arrouye
Hi, I am running into a case where different Autoconf-based packages define the same macros, giving me plenty of warnings. Is there a way to prefix the AC_DEFINE'd names with some unique string (or maybe just the ones defined by Autoconf, such as the HAVE_, the PACKAGE and VERSION, ...)? If n

Re: Can the AC_DEFINE'd macros be prefixed?

2002-04-26 Thread Guido Draheim
Es schrieb Yves Arrouye: > > Hi, > > I am running into a case where different Autoconf-based packages define the > same macros, giving me plenty of warnings. Is there a way to prefix the > AC_DEFINE'd names with some unique string (or maybe just the ones defined by > Autoconf, such as the HAVE_x

RE: Can the AC_DEFINE'd macros be prefixed?

2002-04-26 Thread Yves Arrouye
> http://ac-archive.sf.net/Miscellaneous/ac_create_prefix_config_h.html Thanks! Why didn't that make it into Autoconf itself? It really would be nice. YA

Re: detecting libmysqlclient

2002-04-26 Thread ken restivo
Attached is a somewhat wiggy m4 file for detecting mysql. I adapted it from one I found somewhere else, and tried to clean it up. I also needed to search in /usr/pkg , too, since building on NetBSD was drving me nuts. Enjoy. -ken --- On Thu, Apr 25, 2002 at 09:26:49AM +0200, Lucas Nuss