Opened 9 years ago
Last modified 9 years ago
#3809 closed task
fix a warning in automake — at Version 1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 7.8 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
/usr/bin/automake is a perl script that generates a warning when using the latest perl.
Fix by:
sed -i 's:/\\\${:/\\\$\\{:' /usr/bin/automake
Changes /\${ to /\$\{ (inserts a backslash before the left brace)
May be able to do this before configure.
Note:
See TracTickets
for help on using tickets.
Fix formatting of the description.