This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=e3740596954495555727057bd0486241cefdd4a4 The branch, master has been updated via e3740596954495555727057bd0486241cefdd4a4 (commit) from 15ed81cd88deaeb83b6c6f60d6fd0556aa5b96c7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e3740596954495555727057bd0486241cefdd4a4 Author: Gary V. Vaughan <[email protected]> Date: Wed Nov 26 20:33:27 2014 +0000 modules: Use LT_MODULE_EXT for host module file extension. * m4/module.c (m4__module_open): Use LT_MODULE_EXT instead of no longer calculated SYS_SHREXT. * m4/path.c (FILE_SUFFIXES): Likewise. Signed-off-by: Gary V. Vaughan <[email protected]> ----------------------------------------------------------------------- Summary of changes: m4/module.c | 2 +- m4/path.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/module.c b/m4/module.c index 82c87ed..563cf44 100644 --- a/m4/module.c +++ b/m4/module.c @@ -278,7 +278,7 @@ compare_builtin_CB (const void *a, const void *b) m4_module * m4__module_open (m4 *context, const char *name, m4_obstack *obs) { - static const char * suffixes[] = { "", SYS_SHREXT, NULL }; + static const char * suffixes[] = { "", LT_MODULE_EXT, NULL }; m4_module * module = NULL; assert (context); diff --git a/m4/path.c b/m4/path.c index 112cf68..ca5e261 100644 --- a/m4/path.c +++ b/m4/path.c @@ -45,7 +45,7 @@ static const char *FILE_SUFFIXES[] = { "", ".m4f", ".m4", - SYS_SHREXT, + LT_MODULE_EXT, NULL }; hooks/post-receive -- GNU M4 source repository
