i solve the problem
first install Swig from here https://github.com/swig/swig
$ cd swig
$ ./autogen.sh
$ ./configure --prefix=/
$ make
$ make install

And try Again ./configure on...