diff options
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 4 |
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 |
