what i should do in order to build curl without error?
Posted
by
hugemeow
on Super User
See other posts from Super User
or by hugemeow
Published on 2012-09-06T09:05:34Z
Indexed on
2012/09/06
9:41 UTC
Read the original article
Hit count: 286
failed when i run ./buildconf
the error information is as follows:
[mirror@home curl]$ ls
acinclude.m4 CMakeLists.txt GIT-INFO MacOSX-Framework packages TODO-RELEASE
Android.mk configure.ac include Makefile.am perl vc6curl.dsw
buildconf COPYING install-sh Makefile.dist README winbuild
buildconf.bat CTestConfig.cmake lib Makefile.msvc.names RELEASE-NOTES
CHANGES curl-config.in libcurl.pc.in maketgz sample.emacs
CHANGES.0 curl-style.el log2changes.pl missing src
CMake docs m4 mkinstalldirs tests
[mirror@home curl]$ ./config
[mirror@home curl]$ ./buildconf
buildconf: autoconf version 2.63 (ok)
buildconf: autom4te version 2.59 (ERROR: does not match autoconf version)
[mirror@home curl]$ echo $?
1
© Super User or respective owner