I try to install the programm Glade on my new Raspberry Pi.
According https://glade.gnome.org/sources.html I downloaded the newest version with the command 'git clone git://git.gnome.org/glade'. Now I'm find this folder under /home/pi/glade
According the installation help they say the with the command 'cd /home/pi/glade' you are able to adjust the working directory.
That is working!
But the next command './configure' is not working. -> bash: .configure: No such file or directory
The file configure.ac is in the folder, I see it!
I tried also to install the autoconf. (I don't know how to start it, but I think it is running in the background!??? )
Do you know whats wrong?
Hardware: Raspberry Pi Model B+
OS: Raspbian (with cat /proc/version -> Linux version 3.18.7+ (gcc version4.8.3))
Thanks in advance