Am 24.10.2012 08:11 schrieb "Lex Trotman" <[email protected]>: > > Hi Stuart, > > Was just installing asciidoc on a new machine from hg. Configure fails with a message: > > configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." You need to run autogen.sh or autoreconf -i to bootstrap from VCS checkout.
Stefan > > This appears to be [expletive deleted] by the autotools [expletive deleted] developers that now requires that script to be present even if it isn't used. http://www.gnu.org/software/autoconf/manual/autoconf.html#Alternative-Programs AC_PROG_INSTALL. > > Just touching install-sh was enough for it to work (it actually uses the system install program, not the shell script) but as I read the link above we are now required to include the install-sh distributed with autoconf in the applications directory. > > Cheers > Lex > > > > > -- > You received this message because you are subscribed to the Google Groups "asciidoc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]. > For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
