One of the lines in the install instructions is:

"s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &&

It needs to be a sed command:

sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &&

Dave
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to