aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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)