diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eee08470..915f82e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,3 +47,5 @@ EXTRA_DIST = \ doc-generator.xsl \ $(dbusservice_DATA) \ $(dbusactivation_in_files) + +ACLOCAL_AMFLAGS = -I m4 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 |