From 7cf3b66d442c153c45a5ec7c13c32e595de85e60 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Mon, 04 Nov 2013 13:13:12 -0500 Subject: configure.ac: moving config.h to $(top_srcdir) The generated config.h header doesn't belong to the libopkg directory so we can move it out there. Signed-off-by: Carsten Schoenert Signed-off-by: Paul Barker --- diff --git a/configure.ac b/configure.ac index dde2bb6..4cab8b5 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([shave]) AM_INIT_AUTOMAKE -AC_CONFIG_HEADERS(libopkg/config.h) +AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST AC_GNU_SOURCE -- cgit v0.9.1