diff options
-rw-r--r-- | extension/ChangeLog | 2 | ||||
-rw-r--r-- | extension/ext_custom.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index e79e55c6..830c6568 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -2,6 +2,8 @@ * configure.ac: Add --disable-mpfr to be in sync with main configure.ac and revise checking for MPFR appropriately. + * ext_custom.h: Use bug reporting address instead of my + personal address for reports of changes to this file. 2017-10-28 Arnold D. Robbins <arnold@skeeve.com> diff --git a/extension/ext_custom.h b/extension/ext_custom.h index 13702f24..b192f8f5 100644 --- a/extension/ext_custom.h +++ b/extension/ext_custom.h @@ -6,8 +6,8 @@ * in order to override definitions from Autoconf that are erroneous. See * the manual for more information. * - * If you make additions to this file for your system, please send me - * the information, to arnold@skeeve.com. + * If you make additions to this file for your system, please send + * the information to bug-gawk@gnu.org. */ /* |