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: Thu, 01 Jan 2009 20:48:29 +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: 2009-01-01 21:48

Message:
reconf seems totally pointless and we should ask users to use buildconf
instead. I'll proceed and simply remove reconf!

autoreconf is probably close to what buildconf is, but more generic and
"out of our control" so I'm reluctant to handing over to rely on that
(external) tool.

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

Comment By: Dan Fandrich (dfandrich)
Date: 2009-01-01 18:06

Message:
Is the reconf script even necessary? It seem to me to duplicate what
buildconf does. That that duplicates what autoreconf does, so maybe both of
them can go.

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

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 2009-01-01

These mail archives are generated by hypermail.

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

File upload with ASP.NET