aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-01-14 10:58:27 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-01-14 12:36:14 -0800
commit09e2d8497d77d543260f8429654417a901f2d235 (patch)
tree24d7a8d62196590fe2cb917a7129942c05900b09 /configure.ac
parentf5f1e1ce0f91e8a32d2044e7f272d1f9edb58060 (diff)
Removed placeholder README file and switch automake to foreign flavor.
The GNU flavor merely requires to existence of some files (including README, but we prefer README.md), so there seems to be little point in using it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 513c434..29a281d 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([subdir-objects])
+AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
AC_CONFIG_HEADERS(include/config.h)