diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2012-11-14 00:02:12 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-11-13 16:02:12 -0800 |
commit | a2479b3dd047d5218f6a4b1a9c351578d5d2dfb8 (patch) | |
tree | 4b5b3d3bb2e27685a8e8b6e0b9e888280271a2d5 /libsanitizer/Makefile.am | |
parent | da0aa2ccc08ee6947dac615e2a85a292afd700db (diff) | |
download | gcc-a2479b3dd047d5218f6a4b1a9c351578d5d2dfb8.tar.gz |
Update configure.ac for GCC tree and remove unused files
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.
From-SVN: r193491
Diffstat (limited to 'libsanitizer/Makefile.am')
-rw-r--r-- | libsanitizer/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsanitizer/Makefile.am b/libsanitizer/Makefile.am index b28eb3280fc..91e3434ddb6 100644 --- a/libsanitizer/Makefile.am +++ b/libsanitizer/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I .. -I ../config + SUBDIRS = interception sanitizer_common asan # Work around what appears to be a GNU make bug handling MAKEFLAGS |