In case I want to run autotools-utils_src_prepare eautoreconf the current implementation will end in * Running elibtoolize in: memphis-0.2.3/ * We've already been run in this tree; you should * avoid this if possible (perhaps by filing a bug) This is related to bug 392073. Until that one is fixed, could you please implement a workaround for the situation if a eautoreconf call is needed. Or add somthing to the man page which points to the AT_NOELIBTOOLIZE="yes" option.
Created attachment 296673 [details, diff] Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes:
(In reply to comment #1) > Created attachment 296673 [details, diff] [details, diff] > Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Does this suit you? I wasn't sure where to add such a note, so I did to autotools-utils_src_prepare().
yes, looks good. Why do we need to run elibtoolize always?
(In reply to comment #3) > yes, looks good. > Why do we need to run elibtoolize always? Applies a few patches to ltmain.sh. Best ask vapier. Fix committed.