diff options
author | Yang Tse <yangsita@gmail.com> | 2013-01-14 04:28:56 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-01-14 04:29:43 +0100 |
commit | 16abdd4f3971b131f140500199743fdf146f5d65 (patch) | |
tree | 1fbfd98449de206b5a4f95926e59d0dfcc249515 /configure.ac | |
parent | 99229b74eb8de99cf93eb8765d2487e4958efe43 (diff) | |
download | curl-16abdd4f3971b131f140500199743fdf146f5d65.tar.gz |
configure: fix automake 1.13 compatibility
Tested with:
buildconf: autoconf version 2.69
buildconf: autom4te version 2.69
buildconf: autoheader version 2.69
buildconf: automake version 1.13.1
buildconf: aclocal version 1.13.1
buildconf: libtool version 2.4
buildconf: GNU m4 version 1.4.16
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 70d65fa81..fdb49efc9 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ dnl We don't know the version number "statically" so we use a dash here AC_INIT([curl], [-], [a suitable curl mailing list: http://curl.haxx.se/mail/]) XC_OVR_ZZ50 +XC_OVR_ZZ60 CURL_OVERRIDE_AUTOCONF dnl configure script copyright |