Il 11/12/2012 17:55, H.J. Lu ha scritto: >> > Does it use any GCC toplevel files except when regenerating the >> > configury? But I think it's a useful refactoring anyway. > libsanitizer started as standalone and it didn't work with GCC build. > We removed all those extra files to get it compile as the part of > GCC build: > > 2012-11-13 H.J. Lu <hongjiu...@intel.com> > > PR other/55304 > * acinclude.m4: New file. > * Makefile.am (ACLOCAL_AMFLAGS): New. > * configure.ac (AC_PREREQ): Set to 2.64. > (AC_CONFIG_AUX_DIR): Set to "..". > * Makefile.in: Regenerated. > * aclocal.m4: Likewise. > * configure: Likewise. > * asan/Makefile.in: Likewise. > * interception/Makefile.in: Likewise. > * sanitizer_common/Makefile.in: Likewise. > > * config.guess: Removed. > * config.sub: Likewise. > * depcomp: Likewise. > * install-sh: Likewise. > * ltmain.sh: Likewise. > * missing: Likewise. > > Are we going back now? >
No, thanks for reminding me of the whole story. :) Paolo