From: Fabrice Bauzac Date: Fri, 2 Aug 2013 08:19:41 +0000 (+0200) Subject: libfuse: add the "subdir-objects" automake option X-Git-Tag: fuse-3.0.0pre0~99 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ef37a8340ad303c415f8c66383ab34d34e409f7;p=qemu-gpiodev%2Flibfuse.git libfuse: add the "subdir-objects" automake option to fix a warning issued by automake 1.14. --- diff --git a/configure.ac b/configure.ac index 0e621d4..f477694 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT(fuse, 3.0.0-pre0) AC_PREREQ(2.59d) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) AC_CONFIG_HEADERS(include/config.h)