Can the AC_DEFINE'd macros be prefixed?
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?
> 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