mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05: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:
parent
d65178e315
commit
6a8e0432e8
@ -32,6 +32,7 @@ AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
|
|||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_CONFIG_SRCDIR([src/trader.c])
|
AC_CONFIG_SRCDIR([src/trader.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign dist-bzip2])
|
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign dist-bzip2])
|
||||||
AC_CONFIG_LIBOBJ_DIR([lib])
|
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_MSG_ERROR([requires an X/Open-compatible Curses library.]),
|
||||||
AC_SUBST([CURSES_LIB]))
|
AC_SUBST([CURSES_LIB]))
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user