Can not run configure command: “No such file or directory”
I’m trying to install a Debian package from source (via git). I downloaded the
package, changed to the package’s directory and ran ./configure
command but
it returned bash: ./configure: No such file or directory
. What can be the
problem? A configure.ac
file is located in the program folder.