On Thu, 2004-07-15 at 10:55, Dale E Martin wrote: > I have reread the docs and I'm not finding my answer, so I'm going to try > to precisely restate the issue here and hopefully get some help. > > I have a header template file that I wrote by hand. It has stuff in it > like guards that I want to stay there. I would like configure to process > my template and produce a .h file for me. To acheive this, I have the > following line in my configure.ac: > AC_CONFIG_HEADERS([src/warped/WarpedConfig.h])
Take a look at the autoconf manual (info autoconf) and search for Autoheader Macros. I believve AH_VERBATIM is the macro you want to use for your header. Can you just post the WarpedConfig.h.in file? It would be nice to see what is causing all the trouble. Stephen -- Stephen Torri <[EMAIL PROTECTED]>