diff options
author | Michael Biebl <biebl@debian.org> | 2010-01-27 15:48:10 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-01-27 15:48:10 -0800 |
commit | 22f6ab4dc604eba85271a10cdb5a1b987db6490f (patch) | |
tree | 4767610f331b48dd7ec66425b97ffc2367a480e9 /configure.ac | |
parent | 053db1d27ca5147e7d434ce660fa26ef83d3ed11 (diff) |
build: use separate directory for m4 macros
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index aae718e9..ab2886a7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,8 @@ AC_INIT(ModemManager, 0.3, dcbw@redhat.com, ModemManager) AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2]) AM_MAINTAINER_MODE +AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_HEADERS(config.h) dnl Required programs |