From 52c44ffaee28a70b6df3280c3354ee4241473b14 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Fri, 11 Oct 2013 23:11:35 +0200 Subject: [PATCH] Add subdir-objects to Automake options. This option is needed to keep automake 1.14 happy. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.44.0