Changeset: 52dbcc623ee6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=52dbcc623ee6 Modified Files: configure.ag Branch: Mar2011 Log Message:
Put reinclusion protection at the top of the file. diffs (17 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -3384,10 +3384,11 @@ dnl add some includes that we want to be there always (by default) dnl this is kind of bad practice, but consider it legacy that would be dnl good to clean up some day -AH_BOTTOM([ +AH_TOP([ #ifndef _SEEN_MONETDB_CONFIG_H #define _SEEN_MONETDB_CONFIG_H 1 - +]) +AH_BOTTOM([ /* AC_FUNC_ALLOCA autoconf documented code */ #ifdef HAVE_ALLOCA_H # include <alloca.h> _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
