cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-2479030 ] reconf script not OK

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 31 Dec 2008 20:36:23 +0000

Bugs item #2479030, was opened at 2008-12-31 16:37
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2479030&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Bas Mevissen (basmevissen)
Assigned to: Daniel Stenberg (bagder)
Summary: reconf script not OK

Initial Comment:
The reconf script is not OK. It misses the m4/* macros. Also, it is better to have automake copy the missing files ISO of linking and the autom4te.cache dir should be cleaned after running reconf. My updated reconf script looks like this:

aclocal -I . -I m4 || die "The command 'aclocal -I . -I m4' failed"
autoheader --force || die "The command 'autoheader --force' failed"
automake --copy --add-missing --force-missing || die "The command 'automake --copy --add-missing --force-missing' failed"
autoconf --force || die "The command 'autoconf --force' failed"
rm -rf autom4te.cache

(yes, I force everything to be sure)

Regards,

Bas.

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2008-12-31 21:36

Message:
Thanks for the report, this problem is now fixed in CVS!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2479030&group_id=976
Received on 2008-12-31

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET