Am 19.09.2011 20:40, schrieb Raphael Bircher: > Hi Herbert > > Am 19.09.11 13:18, schrieb Herbert Duerr: >>> In the past, configure was only rebuild if needed by samone (releng?) in >>> Hamburg. Now Mathias Bauer recommends to build configure.sh everytime >>> and make automake to the default step by the buildprocess. I think this >>> Step should be don ASAP. >>> I think that's not a load of changes, but I have a question: "How to run >>> automake, and where it is located" can sameone help me. >> >> You probably mean "autoconf", right? > Oh yes! >> >> If you are on windows install the autoconf package from cygwin. If you >> are on Linux install it from your package repository. > Thanks for the hint. looks like I can make a new configure.sh by running > the command: > > automake configure.in > configure.sh
It's easier than that: just call "autoconf" in the root folder where configure.in is. This will create a new "configure" script in that place. Regards, Mathias
