This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Modernize configure.ac's
- From: Pedro Alves <palves at redhat dot com>
- To: Simon Marchi <simon dot marchi at ericsson dot com>, gdb-patches at sourceware dot org
- Date: Tue, 09 Feb 2016 11:30:13 +0000
- Subject: Re: [PATCH] Modernize configure.ac's
- Authentication-results: sourceware.org; auth=none
- References: <1454959879-30989-1-git-send-email-simon dot marchi at ericsson dot com>
On 02/08/2016 07:31 PM, Simon Marchi wrote:
> Using AC_OUTPUT with arguments has been deprecated for some time in
> autoconf, even in version 2.64, which we are using. This change should
> not affect functionality.
OK.
> I also removed the "exit 0"'s,
Please mention that in the ChangeLog entry.
> they shouldn't be necessary.
Thanks,
Pedro Alves