common/autoconf/build-aux/install.sh

Fri, 28 Mar 2014 14:12:36 -0700

author
asaha
date
Fri, 28 Mar 2014 14:12:36 -0700
changeset 1025
a14345c657e4
parent 0
75a576e87639
permissions
-rw-r--r--

8038655: Resolve autoconf merge issue of 8u5 and 8u20
Reviewed-by: katleman

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

mercurial