David Byron <[EMAIL PROTECTED]> writes:
> Any suggestions how? I've seen people write scripts to modify/rename
> config.h but that seems overkill in this case.
Well, if you know that in your case you're only including one config.h,
you could just use:
AH_TOP([#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED 1])
AH_BOTTOM([#endif])
in your configure.ac.
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf