Running `make install-string' requires that INSTALL is defined in the
environment, otherwise INSTALL_PROGRAM will be defined as ' -s'.  The
toplevel makefile has this:

INSTALL_STRIP_PROGRAM = $${INSTALL} -s

thus install-strip runs the command:

make  INSTALL_PROGRAM="${INSTALL} -s" \
  INSTALL_PROGRAM_ENV='' install

This is probably a bug in automake 1.4e.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
[EMAIL PROTECTED]
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to