diff options
author | Yang Tse <yangsita@gmail.com> | 2011-03-27 04:36:14 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-03-27 04:36:14 +0200 |
commit | 4913a08cb6cfe653b1b2ee6c6dacb9408e9be4f0 (patch) | |
tree | 1a390472c005835bbeda99e127721ba79936b54f /configure.ac | |
parent | 2531cd94a54292a12de0a6392788d310c1bd899a (diff) | |
download | curl-4913a08cb6cfe653b1b2ee6c6dacb9408e9be4f0.tar.gz |
configure: fix libtool warning
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dc861b88b..343ac0d83 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ terms of the curl license; see COPYING for more details]) AC_CONFIG_SRCDIR([lib/urldata.h]) AM_CONFIG_HEADER(lib/curl_config.h src/curl_config.h include/curl/curlbuild.h) +AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE CURL_CHECK_OPTION_DEBUG |