diff options
author | Stephan Raue <stephan@openelec.tv> | 2013-01-13 19:21:34 +0100 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2013-01-13 19:21:34 +0100 |
commit | 67319ef389d0b664c92fa1753ba2bbdf4257dfbe (patch) | |
tree | 86a6dcc793fd5f959beb6eab15d77c2e5e3f6540 /lib/libmicrohttpd | |
parent | 2d7375361d21073b072617f645b378f2c574e157 (diff) |
[automake] remove long time deprecated automake macros and variables which are removed finally in automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
Diffstat (limited to 'lib/libmicrohttpd')
-rw-r--r-- | lib/libmicrohttpd/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmicrohttpd/configure.ac b/lib/libmicrohttpd/configure.ac index b314357ef4..c00e55b7be 100644 --- a/lib/libmicrohttpd/configure.ac +++ b/lib/libmicrohttpd/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT([libmicrohttpd], [0.4.5],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.5]) -AM_CONFIG_HEADER([MHD_config.h]) +AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) |