On Mon, Dec 30, Sebastian Geerken wrote:
On Sun, Dec 29, Eric GAUDET wrote:
I had the same problem with autoconf v2.13. I updated to 2.54, and I don't see this problem anymore.
If you have installed both versions (at least in debian, "autoconf" 2.53 depends on "autoconf2.13"?), call "autconf2.50" explicitely, before "./configure". There seems to be something wrong with, perhaps with the timestamps?
The timestamp is of course the one of the checkout time, so I have: -rwxr-xr-x 1 sg sg 165570 Dec 30 10:46 configure -rw-r--r-- 1 sg sg 4389 Dec 30 10:46 configure.in "make" will then create again "configure", but uses autoconf 2.13, instead of 2.5x. Does someone know autoconf well enough to get it starting a specific version? Sebastian