From b429a4eee4e09b1ba09e17ced5091d042955d84f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 30 Jul 2012 17:20:43 -0400 Subject: 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. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a7e6cb52eae..f3e8b58e071 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-07-30 Glenn Morris + + * conf_post.h: New, split from configure.ac's AH_BOTTOM. + * Makefile.in (config_h): Add conf_post.h. + * makefile.w32-in (CONFIG_H): Add conf_post.h. + 2012-07-30 Jan Djärv * nsterm.m (ns_do_open_file): New variable. -- cgit v1.2.1