summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bauzac <fbauzac@amadeus.com>2013-08-02 10:19:41 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2013-09-04 18:03:03 +0200
commit4ef37a8340ad303c415f8c66383ab34d34e409f7 (patch)
tree987048be86d453c8765a13fdbab2eabd16e32f3b
parente6bc9048574d1de7ae8f6249c7099e429991b45f (diff)
downloadfuse-4ef37a8340ad303c415f8c66383ab34d34e409f7.tar.gz
libfuse: add the "subdir-objects" automake option
to fix a warning issued by automake 1.14.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)