1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

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.
This commit is contained in:
John Zaitseff 2011-07-26 19:57:13 +10:00
parent d65178e315
commit 6a8e0432e8

View File

@ -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