Chronic-Dev/libirecovery

Error cannot find input file: `src/Makefile.in`

Opened this issue · 1 comments

ttben commented

Hi!

When a download a zip version of the repo ; and exec ./autogen.sh I have

config.status: creating Makefile
config.status: error: cannot find input file: `src/Makefile.in'

at the end of the output.

The Makefile is still generated but make all or make produces:

make all
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in src
make[2]: *** No rule to make target `all'.  Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any hint?