Opened 14 years ago
Closed 14 years ago
#1515 closed defect (fixed)
configure does not test for needed texi2html features
| Reported by: | Carl Eugen Hoyos | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | build system |
| Version: | git-master | Keywords: | texi2html |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
http://article.gmane.org/gmane.comp.video.ffmpeg.user/38311
The user report indicates that configure enables CONFIG_DOC even if the installed version of texi2html is too old to recognize --init-file which is used when building the html documentation
Change History (1)
comment:1 by , 14 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Should be address in:
commit 2090e40410693ce30ed2080f2cea2f4ccfb9ac94 Author: jamal <jamrial@gmail.com> Date: Thu Jul 12 04:07:59 2012 -0300 configure: Check that texi2html supports --init-file Fixes ticket #1515