common/autoconf/build-aux/install.sh
author iklam
Thu, 22 Aug 2013 10:20:50 -0700
changeset 19535 7b3e169c564a
parent 12258 6ec26f6cc53e
child 27595 cff167b3bfa2
permissions -rw-r--r--
8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1 Summary: Avoid dumping C++ vtable when BUILD_WIN_SA != 1 Reviewed-by: dcubed, sla, tbell

#!/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