Removed placeholder README file and switch automake to foreign flavor.
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 14 Jan 2016 18:58:27 +0000 (10:58 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 14 Jan 2016 20:36:14 +0000 (12:36 -0800)
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.

README [deleted file]
configure.ac

diff --git a/README b/README
deleted file mode 100644 (file)
index 5efad5c..0000000
--- a/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Please look at README.md
-
-This file just exists to make automake happy.
index 513c4344319144f6c5e6c6e0e9ceafe1e68831c6..29a281d86ab18b97591aa908413fd53e6323ed7d 100644 (file)
@@ -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)