This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preventing autoheader from overwriting my files...


> Do not include WarpedConfig.h.in in the AC_CONFIG_HEADERS. Autoheader
> only needs the end result WarpedConfig.h in the AC_CONFIG_HEADERS. It
> will scan the autoconfigure.ac file and create WarpedConfig.h.in.

I don't want it to generate WarpedConfig.h.in, I guess that's my point.

> Autoconfigure script will take that file and the user configurations
> chosen and generate the end result file WarpedConfig.h in src/warped
> directory.

OK, so you're saying don't write the .in file, write this autoconfigure.ac
file that looks like (?) and let autoheader generate the .in file?   If you
have a quick pointer to where this is documented I would appreciate it.

Thanks,
	Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
dmartin@cliftonlabs.com
http://www.cliftonlabs.com
pgp key available



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]