From: Jan E. <je...@in...> - 2014-01-24 01:50:44
|
On Friday 2014-01-24 00:07, mar...@mh... wrote: >In any case, what do you think about adding "--force-missing" to the >automake call in ./autogen.sh to facilitate easier updating to newer >automake releases? gmake is usually capable of refreshing things "as needed", so when autoreconf ought to be run, passing -f all the time seems free. Speaking of which, autogen.sh has too much cruft. It should be removed and/or replaced to only call `autoreconf -fi`. And perhaps `rm -Rf autom4te.cache` because that seems to go unused. |