diff -ur fileutils-4.1.orig/aclocal.m4 fileutils-4.1/aclocal.m4 --- fileutils-4.1.orig/aclocal.m4 Sun Apr 29 10:25:34 2001 +++ fileutils-4.1/aclocal.m4 Sun Apr 29 10:25:34 2001 @@ -271,7 +271,7 @@ # is substitued in the sub-makes, not at the top-level; this is # needed if ${INSTALL} is a relative path (ajusted in each subdirectory # by config.status). - INSTALL_STRIP_PROGRAM='$${INSTALL} -s' + INSTALL_STRIP_PROGRAM='${INSTALL} -s' INSTALL_STRIP_PROGRAM_ENV='' else _am_dirpart="`echo $install_sh | sed -e 's,//*[[^/]]*$,,'`" diff -ur fileutils-4.1.orig/configure fileutils-4.1/configure --- fileutils-4.1.orig/configure Sun Apr 29 10:26:09 2001 +++ fileutils-4.1/configure Sun Apr 29 10:26:09 2001 @@ -1346,7 +1346,7 @@ # is substitued in the sub-makes, not at the top-level; this is # needed if ${INSTALL} is a relative path (ajusted in each subdirectory # by config.status). - INSTALL_STRIP_PROGRAM='$${INSTALL} -s' + INSTALL_STRIP_PROGRAM='${INSTALL} -s' INSTALL_STRIP_PROGRAM_ENV='' else _am_dirpart="`echo $install_sh | sed -e 's,//*[^/]*$,,'`"