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.
./configure
make
sudo make install