I'm new to Linux so sorry if this is a very basic question.
I know you type the following to install something, you type these three commands:
./configure
make
sudo make install
I know . means the current directory. So does ./configure mean run the program configure in the current directory? If so, why can't you just type configure?