summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-04-17 13:49:27 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-04-17 13:49:27 +0000
commita21ad0d1eacd5ff0a5e2fa254c684c421fee4354 (patch)
tree66f66caebdf45125c0898462c7fceed3299dc930 /cpp/configure.ac
parent304d4e1d195ba6113423c090a21731bfedbcd550 (diff)
downloadqpid-python-a21ad0d1eacd5ff0a5e2fa254c684c421fee4354.tar.gz
More QPID-243
- Change Makefiles so that .o files are created in the same directory as the source files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@529599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index b4cecfb7a4..da84a48357 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -10,7 +10,7 @@ dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT([qpidc], [0.2], [qpid-dev@incubator.apache.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
# Minimum Autoconf version required.
AC_PREREQ(2.59)
@@ -19,7 +19,7 @@ AC_CONFIG_HEADERS([config.h:config.in])
AC_CONFIG_SRCDIR([qpidc.spec.in])
AC_PROG_CC_STDC
-#AM_PROG_CC_C_O
+AM_PROG_CC_C_O
AC_PROG_CXX
AC_USE_SYSTEM_EXTENSIONS