Hello everybody :))
First of all, thanks for fileutils. It's a quite good job, truly :)))
I've found what I think it is a minor bug in the Makefile for
fileutils 4.1. The 'make install-strip' doesn't work because a macro
doesn't expand properly. The error line is
INSTALL_STRIP_PROGRAM = $${INSTALL} -s
which doesn't expand as expected. I'm not familiar with autoconf
nor with automake, so I'm not sure about this. Anyway, changing the
above line to:
INSTALL_STRIP_PROGRAM = ${INSTALL} -s
works as expected when doing 'make install-strip'.
Please excuse me if this is not really a bug, I'm trying my best
to help.
Thanks again for making free (as in speech) fileutils :))
Raúl
_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils