common/autoconf/build-aux/install.sh
author coleenp
Wed, 01 Apr 2015 22:03:17 -0400
changeset 30132 1f788eb36811
parent 27595 cff167b3bfa2
child 44991 f87535f0217d
permissions -rw-r--r--
8076492: Make common code from template interpreter code Summary: Move case statement out of assembly code Reviewed-by: minqi, sspitsyn, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 12258
diff changeset
     1
#!/bin/sh
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 12258
diff changeset
     2
echo >&2 "No suitable 'install' command found.'"
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 12258
diff changeset
     3
echo >&2 "If automake is installed, running 'automake -fa'"
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 12258
diff changeset
     4
echo >&2 "(and ignoring the errors) might produce one."
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 12258
diff changeset
     5
exit 1