Opened 9 years ago

Last modified 9 years ago

#3809 closed task

fix a warning in automake — at Initial Version

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

Description

/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 (0)

Note: See TracTickets for help on using tickets.