This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: preventing autoheader from overwriting my files, take 2
- From: Stephen Torri <storri at ameritech dot net>
- To: Dale E Martin <dmartin at cliftonlabs dot com>
- Cc: Automake <automake at gnu dot org>
- Date: Thu, 15 Jul 2004 15:31:58 -0400
- Subject: Re: preventing autoheader from overwriting my files, take 2
- References: <20040715145510.GA3105@clifton-labs.com>
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 <storri@ameritech.net>