Re: [PATCH] Sync and use zlib.m4 with binutils-gdb

2015-07-14 Thread H.J. Lu
On Tue, Apr 14, 2015 at 12:11 PM, H.J. Lu wrote: > This patch syncs zlib.m4 with binutils-gdb and uses AM_ZLIB from zlib.m4 > in gcc/configure.ac. OK for trunk? > > Thanks. > > H.J. > -- > config/ > > * zlib.m4: Sync with binutils-gdb. > > gcc/ > > * Makefile.in (top_srcdir): New.

[PATCH] Sync and use zlib.m4 with binutils-gdb

2015-04-14 Thread H.J. Lu
This patch syncs zlib.m4 with binutils-gdb and uses AM_ZLIB from zlib.m4 in gcc/configure.ac. OK for trunk? Thanks. H.J. -- config/ * zlib.m4: Sync with binutils-gdb. gcc/ * Makefile.in (top_srcdir): New. * configure.ac: Use AM_ZLIB. * configure: Regeneated. --