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 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