]> git.lyx.org Git - lyx.git/commitdiff
Revert "Enable automake subdir-objects"
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 5 Oct 2013 14:34:10 +0000 (16:34 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 5 Oct 2013 14:40:18 +0000 (16:40 +0200)
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

index 8c56ab5c2586dc8eccf2901a70986f99574800d2..75e74ac34a2c4194a4c2bd79ac11c013cf3de41f 100644 (file)
@@ -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