aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-06-26 13:55:36 +0200
committerJan Engelhardt <jengelh@inai.de>2012-07-03 01:24:42 +0200
commit673f8a422ccda9b87bbb7a930956e76afeef8948 (patch)
tree9ffdc19cff328603e7340f8b113d6edca9f6231d /configure.ac
parentfbe46eac3e5638034f73bba5f55475170843b172 (diff)
downloadbindfs-673f8a422ccda9b87bbb7a930956e76afeef8948.tar.gz
build: better placement of variables
automake options are best set in configure.ac, so they apply not just to the directory, but the whole project. Also move fuse_CFLAGS into AM_CPPFLAGS, because it actually consists of preprocessor directives. (pkgconfig misnamed CFLAGS.)
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 b618654..14c5236 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT([bindfs],[1.10.4],[martin.partel@gmail.com])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AC_PROG_CC