GNOME Bugzilla – Bug 729427
[PATCH] Propagate configure's perl to makefiles
Last modified: 2014-08-21 17:15:30 UTC
configure does detect perl, but the detected/specified perl executable is never added to the .makeconfig, so the tmake scripts always fall back to the /usr/bin/perl in their #! lines. The following patch propagates the detected perl, similar to make and python. --- a/configure +++ b/configure @@ -747,6 +747,7 @@ TMAKEPATH = $configPWD/tmake/lib/$f_platform ENV = env TMAKEPATH="\$(TMAKEPATH)" TMAKE = $configPWD/tmake/bin/tmake MAKE = $f_make +PERL = $f_perl PYTHON = $f_python LEX = $f_flex RM = rm -f
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.8. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).