Use an include file in configure.ac's AH_BOTTOM
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 21:20:43 +0000 (17:20 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 21:20:43 +0000 (17:20 -0400)
commitb429a4eee4e09b1ba09e17ced5091d042955d84f
tree5e8cb71a2e905c8c826d90737186763615d754b5
parent8f25abd317c64e2a69e1839633382841c3848a2d
Use an include file in configure.ac's AH_BOTTOM

* configure.ac (AH_BOTTOM): Use an include file, so that the
contents do not get processed by autoheader.  Eg this prevents undefs
being commented out, and is the recommended technique from the
autoconf manual.

* src/conf_post.h: New, split from configure.ac's AH_BOTTOM.

* src/Makefile.in (config_h): Add conf_post.h.
* src/makefile.w32-in (CONFIG_H): Add conf_post.h.
ChangeLog
configure.ac
src/ChangeLog
src/Makefile.in
src/conf_post.h [new file with mode: 0644]
src/makefile.w32-in