From 673f8a422ccda9b87bbb7a930956e76afeef8948 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 26 Jun 2012 13:55:36 +0200 Subject: 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.) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3