projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bc904
)
libfuse: add the "subdir-objects" automake option
author
Fabrice Bauzac
<fbauzac@amadeus.com>
Fri, 2 Aug 2013 08:19:41 +0000
(10:19 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 4 Sep 2013 16:03:03 +0000
(18:03 +0200)
to fix a warning issued by automake 1.14.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0e621d43dbfc94134de91ccfd6fa331302c8ea7e..f477694f5da9db21fee22104aa1a89795f941453 100644
(file)
--- 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)