diff options
author | Pedro Alves <palves@redhat.com> | 2008-10-27 17:41:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-10-27 17:41:57 +0000 |
commit | e8ecdb5c3b219e270f6f3589129d49598e118fc5 (patch) | |
tree | 2d475ebee18596d863e50b7e615e19e9c477600c /gdb/CONTRIBUTE | |
parent | 8a305172062baab75e6a3c61c971153558245551 (diff) | |
download | gdb-e8ecdb5c3b219e270f6f3589129d49598e118fc5.zip gdb-e8ecdb5c3b219e270f6f3589129d49598e118fc5.tar.gz gdb-e8ecdb5c3b219e270f6f3589129d49598e118fc5.tar.bz2 |
* CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of
2.13 and configure.in.
Diffstat (limited to 'gdb/CONTRIBUTE')
-rw-r--r-- | gdb/CONTRIBUTE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index f1f3cb0..67a2ed4 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 |