Opened 9 years ago

Last modified 9 years ago

#3809 closed task

fix a warning in automake — at Version 1

Reported by: bdubbs@… Owned by: lfs-book@…
Priority: low Milestone: 7.8
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by bdubbs@…)

/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.

Change History (1)

comment:1 by bdubbs@…, 9 years ago

Description: modified (diff)

Fix formatting of the description.

Note: See TracTickets for help on using tickets.