diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-24 15:53:08 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-24 15:53:08 +0000 |
commit | 9af8013cc950d1de0423d96e02de2054b64cabca (patch) | |
tree | 4bf49d4d1d0fb8579a3a498f088ca5afbf1a49a6 | |
parent | 5595182b65324f3183a92e9315069295156b96c9 (diff) |
Use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
Part of a patch by Javier Jardón.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 253496b9..1b414292 100644 --- a/configure.ac +++ b/configure.ac @@ -12,10 +12,10 @@ AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_RC +AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) -AM_CONFIG_HEADER(config.h) # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" |