nagyistoce / cardpeek

Automatically exported from code.google.com/p/cardpeek
Other
1 stars 0 forks source link

configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get the source code from SVN
2. run ./configure
3. get the error: configure: error: cannot find install-sh, install.sh, or 
shtool in "." "./.." "./../.."

The file install-sh is a symlink to /usr/share/automake-1.11/install-sh

On my Mac OS X system the file /usr/share/automake-1.11/install-sh
 do not exist. I have automake version 1.12 instead and not in /usr/share/

I have to run "autoreconf -vis" to get correct symlinks.

Please provide a bootstrap.sh script, document the use of "autoreconf -vis" in 
INSTALL file or something similar.

Original issue reported on code.google.com by ludovic....@gmail.com on 6 Oct 2012 at 4:52

GoogleCodeExporter commented 9 years ago
In fact you should not store in the repository files generated from other 
files. This includes Makefile.in, depcomp, configure, missing, aclocal.m4, 
install-sh

Original comment by ludovic....@gmail.com on 7 Oct 2012 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by ludovic....@gmail.com on 9 Oct 2012 at 5:21

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by L...@gmx.com on 27 Feb 2013 at 11:10