aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-02 22:19:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-02 22:19:29 +0200
commitab9911fc1ed97bcfcb013c202c610a950609f979 (patch)
tree2a18f97636b32b26d20ab5b0841c16d7de98b20e
parentc1b270fc9066049d05dae7e7a0e819b12bfd3e83 (diff)
Misc changes
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 612cdfc..39fb278 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([odb/mysql/version.hxx])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-bzip2 dist-zip tar-ustar])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
LT_INIT([win32-dll])
@@ -20,10 +20,6 @@ AC_CANONICAL_HOST
AC_PROG_CXX
AC_LANG(C++)
-# Required by subdir-objects.
-#
-AM_PROG_CC_C_O
-
# Create the libtool executable so that we can use it in further tests.
#
LT_OUTPUT
@@ -53,7 +49,7 @@ DISABLE_RPATH
# Output.
#
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([odb/mysql/config.h])
AC_CONFIG_FILES([
__path__(config_files)
])