Skip to content

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

@ilka-schulz

Description

@ilka-schulz

The INSTALL doc says to run ./configure but of course that file does not exist. Running autotools throws this error:

$ aclocal
pbc/parser.y:20.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated]
   20 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
pbc/parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
aclocal: warning: couldn't open directory 'm4': No such file or directory

$ autoconf 
pbc/parser.y:20.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
   20 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
pbc/parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]

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

Does anyone know a working build route?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions