automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

preventing autoheader from overwriting my files...


From: Dale E Martin
Subject: preventing autoheader from overwriting my files...
Date: Wed, 14 Jul 2004 15:23:42 -0400
User-agent: Mutt/1.5.4i

Hello.  I've got a header file I want autotools to handle for me,
WarpedConfig.h.  My WarpedConfig.h.in has header guards in it and has
"#undef"s for all of the things I want defined.  I have this in my
configure.ac:
AC_CONFIG_HEADERS([src/warped/WarpedConfig.h:src/warped/WarpedConfig.h.in])

Normally this works fine.  But I have noticed that if I manually run
"autoheader" the file WarpedConfig.h.in gets overwritten.  And occasionally
it happens with "autoreconf -i" as well.

Am I do something wrong, missing something, or is this a feature I don't
understand?

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]