-bash: autogen.sh: command not found
Shinehah-Gnolaum opened this issue · 1 comments
Shinehah-Gnolaum commented
Why am I getting an error that sh file is not found on my Mac terminal?
Here is what I copy and paste from the terminal:
Daniels-Mac-mini:sphinxbase-master shinehah$ autogen.sh
-bash: autogen.sh: command not found
Daniels-Mac-mini:sphinxbase-master shinehah$ ls
AUTHORS autogen.sh sphinxbase.pc.in
LICENSE configure.ac sphinxbase.sln
Makefile.am doc src
NEWS include swig
README indent.sh test
README.md m4 win32
Shinehah-Gnolaum commented
I figured it out. I need to type:
./autogen.sh
instead of
autogen.sh