aoqi@0: #!/bin/sh aoqi@0: echo >&2 "No suitable 'install' command found.'" aoqi@0: echo >&2 "If automake is installed, running 'automake -fa'" aoqi@0: echo >&2 "(and ignoring the errors) might produce one." aoqi@0: exit 1