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