common/autoconf/build-aux/install.sh

Wed, 27 May 2015 20:54:53 -0500

author
ptbrunet
date
Wed, 27 May 2015 20:54:53 -0500
changeset 1400
0d3041c21ce9
parent 0
75a576e87639
permissions
-rw-r--r--

8077296: RE build fails on non-Win builds when attempting to build Win only javadoc
Summary: move com.sun.java.accessibility.util from jdk/src/windows to jdk/src/share
Reviewed-by: prr, mchung, erikj
Contributed-by: peter.brunet@oracle.com

aoqi@0 1 #!/bin/sh
aoqi@0 2 echo >&2 "No suitable 'install' command found.'"
aoqi@0 3 echo >&2 "If automake is installed, running 'automake -fa'"
aoqi@0 4 echo >&2 "(and ignoring the errors) might produce one."
aoqi@0 5 exit 1

mercurial