From 26df0977d14085c46e8021f70037421d25ef45f4 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 5 Oct 2013 16:34:10 +0200 Subject: [PATCH] Revert "Enable automake subdir-objects" The reason for adding this option is to kill a warning with automake 1.14. However, the "make distclean" target does not work with the subdir-objects options for older versions of automake. To still allow older versions of automake, we remove this option and live with the warning when using automake 1.14. This reverts commit 03343bd4e63f946b463fa4e97e70d449cadf6622. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c56ab5c25..75e74ac34a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ fi AM_MAINTAINER_MODE save_PACKAGE=$PACKAGE -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.8 subdir-objects]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.8]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) PACKAGE=$save_PACKAGE