From: Pedro Alves Date: Mon, 27 Oct 2008 17:41:57 +0000 (+0000) Subject: * CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8ecdb5c3b219e270f6f3589129d49598e118fc5;p=binutils-gdb.git * CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of 2.13 and configure.in. --- diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index f1f3cb05dee..67a2ed4e7e2 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -115,19 +115,19 @@ o Please read your patch before submitting it. to re-formatting / split it. -o If ``gdb/configure.in'' is modified then you don't +o If ``gdb/configure.ac'' is modified then you don't need to include patches to the regenerated file ``configure''. The maintainer will re-generate those files - using autoconf (2.13 as of 2000-02-29). + using autoconf (2.59 as of 2005-01-07). o If ``gdb/gdbarch.sh'' is modified, you don't need to include patches to the generated files ``gdbarch.h'' and ``gdbarch.c''. - See ``gdb/configure.in'' above. + See ``gdb/configure.ac'' above. o When submitting a patch that fixes a bug diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9744041f058..44fda818622 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-10-27 Pedro Alves + + * CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of + 2.13 and configure.in. + 2008-10-27 Pedro Alves * target.h (struct target_ops) : New