Changeset: b2d7b0ef84a6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b2d7b0ef84a6 Modified Files: configure.ag Branch: Feb2013 Log Message:
Replace obsolete macro with modern equivalent. diffs (12 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -29,7 +29,7 @@ AC_CANONICAL_TARGET dnl use tar-ustar since we have long (longer than 99 characters) file names AM_INIT_AUTOMAKE([tar-ustar no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([gdk/gdk.h]) -AM_CONFIG_HEADER([monetdb_config.h]) +AC_CONFIG_HEADERS([monetdb_config.h]) AC_SUBST([CONFIG_H], [monetdb_config.h]) HOST=[$target] _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
