summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-01-14 10:58:27 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-01-14 10:58:27 -0800
commit0cc20e82dc72ae799273127fe4d5fb0004527b5b (patch)
tree36c82f8b10c447c8ae9c2bc22fb36b9f07496fd7
parent7a93cf053b0145da344313adbf25b062b7f59bc4 (diff)
downloadfuse-0cc20e82dc72ae799273127fe4d5fb0004527b5b.tar.gz
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.
-rw-r--r--README3
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
deleted file mode 100644
index 5efad5c..0000000
--- a/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Please look at README.md
-
-This file just exists to make automake happy.
diff --git a/configure.ac b/configure.ac
index eff1dd8..9342a3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(fuse, 2.9.4)
AC_PREREQ(2.59d)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
AC_CONFIG_HEADERS(include/config.h)