mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
5 lines
182 B
Bash
5 lines
182 B
Bash
#!/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
|