view common/autoconf/build-aux/install.sh @ 465:e1830598f0b7

7074397: Build infrastructure changes (makefile re-write) Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
author ohair
date Tue, 10 Apr 2012 08:18:28 -0700
parents
children
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