OpenJDK / amber / amber
view common/autoconf/build-aux/install.sh @ 30126:89b8253271bd
8076181: bytecodeInterpreter.cpp refers to unknown labels.
Reviewed-by: coleenp, dholmes
author | sgehwolf |
---|---|
date | Fri, 27 Mar 2015 16:12:40 +0100 |
parents | 6ec26f6cc53e |
children | f87535f0217d |
line wrap: on
line source
#!/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