--- /dev/null 2012-03-14 08:46:51.216087328 +0100 +++ new/common/autoconf/build-aux/install.sh 2012-04-04 16:38:55.006905487 +0200 @@ -0,0 +1,5 @@ +#!/bin/sh +echo >&2 "No suitable 'install' command found.'" +echo >&2 "If automake is installed, running 'automake -fa'" +echo >&2 "(and ignoring the errors) might produce one." +exit 1