diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-29 12:07:21 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-29 12:07:21 +0200 |
commit | c12147ea1ae3d6b083dd4baa9b53971ade761f32 (patch) | |
tree | a6fa0e968c5ddc85169b110bbc7806a518900572 /configure.in | |
parent | 3b39d296d802e3aa42c08f8d02db6e81d99a7e90 (diff) | |
download | gnutls-c12147ea1ae3d6b083dd4baa9b53971ade761f32.tar.gz |
Need AC_CONFIG_MACRO_DIR for modern libtool.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d9c9696c35..be15142e89 100644 --- a/configure.in +++ b/configure.in @@ -24,6 +24,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) AC_INIT([GnuTLS], [2.5.9], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.10 dist-bzip2 -Wall -Werror -Wno-override]) AM_CONFIG_HEADER(config.h) |