bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make install-strip for fileutils 4.1


From: Raúl Núñez de Arenas Coronado
Subject: make install-strip for fileutils 4.1
Date: Mon, 14 May 2001 21:17:57 +0200

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]