On 2012.11.14 at 10:57 +0100, Markus Trippelsdorf wrote: > On 2012.11.14 at 00:48 +0100, Paolo Bonzini wrote: > > Il 14/11/2012 00:43, H.J. Lu ha scritto: > > > This works. > > > > Ok, then please test remove install-sh and friends and do > > autoconf/automake again. If it works, commit the result (I don't care > > if you make it one or two commits). > > > > Then, wait 24 hours for breakages and commit the multilib patch. > > This doesn't work on my system (with autoconf=2.69 installed) > > configure.ac:5: error: Please use exactly Autoconf 2.64 instead of 2.69. > ../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded > from... > configure.ac:5: the top level > autom4te-2.69: m4 failed with exit status: 1 > aclocal-1.11: autom4te failed with exit status: 1 > > make[2]: *** [/home/markus/gcc/libsanitizer/aclocal.m4] Error 1 > make[2]: Leaving directory > `/var/tmp/gcc_build_dir/x86_64-pc-linux-gnu/libsanitizer'
With the right autotools installed locally, running: ACLOCAL='aclocal -I .. -I ../config' autoreconf -v && rm -fr autom4te.cache in gcc/libsanitizer and committing the diff should fix the issue. -- Markus