aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-01-28 16:52:50 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-01-28 16:52:50 -0800
commitd18349da3bcda9073df289ecebbbb1cd5e427a25 (patch)
tree3aa1e458d24137a24f00c700276304aab17d52a4
parentcf10c345737b201842ebbd8cb79e9e4095a55b2b (diff)
downloadsshfs-d18349da3bcda9073df289ecebbbb1cd5e427a25.tar
sshfs-d18349da3bcda9073df289ecebbbb1cd5e427a25.tar.gz
sshfs-d18349da3bcda9073df289ecebbbb1cd5e427a25.tar.bz2
sshfs-d18349da3bcda9073df289ecebbbb1cd5e427a25.zip
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 774f428..d65bf0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(sshfs-fuse, 2.5)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AC_PROG_CC