-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
in automake step, i encounter these error:
configure.in:158: error: required file './compile' not found
configure.in:158: 'automake --add-missing' can install 'compile'
configure.in:4: error: required file './install-sh' not found
configure.in:4: 'automake --add-missing' can install 'install-sh'
configure.in:161: error: required file './ltmain.sh' not found
configure.in:4: error: required file './missing' not found
configure.in:4: 'automake --add-missing' can install 'missing'
so by entering automake --add-missing and libtoolize these error was resolved. but still i encounter another error in automake step:
configure.in:211: error: required file 'config.h.in' not found
after entering autoheader comand, this issue too was resolved.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels