From 6a8e0432e802cbc0becd44aa041d1c4ee37845c1 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Tue, 26 Jul 2011 19:57:13 +1000 Subject: [PATCH] Move AC_CONFIG_HEADERS macro to the top of the file The top of the file is where the macro should have been defined in the first place. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34ca23b..f34d3b8 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,7 @@ AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author]) AC_PREREQ([2.67]) AC_CONFIG_SRCDIR([src/trader.c]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign dist-bzip2]) AC_CONFIG_LIBOBJ_DIR([lib]) @@ -53,7 +54,6 @@ AS_IF([test "x$ax_cv_curses" != "xyes"], AC_MSG_ERROR([requires an X/Open-compatible Curses library.]), AC_SUBST([CURSES_LIB])) -AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile lib/Makefile