cd . && /bin/bash /usr/src/gd-2.0.35/config/missing --run autoconf
- for some reason the latest gd source bundle is missing the configure.in required for autoconf to do it's stuff. I haven't bothered to figure out if it's the missing configure.in which is the problem or something within autoconf which means it can't proceed whether it needs the file or not.. Either way, just touching a new file in place like this solves the problem:
$ sudo touch configure.in
Of course you should make sure you are in the right directory first and create the file alongside the configure script.
all solved..
christo






