build: move bitcoin-config.h to its own directory

This allows us to include its path without making other header includes valid.
This commit is contained in:
Cory Fields
2014-06-09 14:58:30 -04:00
committed by Pieter Wuille
parent 3820e01eb9
commit 54372482a8
3 changed files with 4 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ AC_ARG_WITH([protoc-bindir],[AS_HELP_STRING([--with-protoc-bindir=BIN_DIR],[spec
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([src/bitcoin-config.h])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
dnl Checks for programs.
AC_PROG_CXX