From: Richard Kreckel Date: Fri, 11 Oct 2013 21:11:35 +0000 (+0200) Subject: Add subdir-objects to Automake options. X-Git-Tag: release_1-6-3~44 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=52c44ffaee28a70b6df3280c3354ee4241473b14;ds=sidebyside Add subdir-objects to Automake options. This option is needed to keep automake 1.14 happy. --- diff --git a/configure.ac b/configure.ac index 9992133f..a932568e 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_MACRO_DIR([m4]) dnl This defines PACKAGE and VERSION. -AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) +AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2 subdir-objects]) dnl libtool versioning LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:ginac_lt_age"