[SCM] GNU Autoconf source repository branch, master, updated. v2.69-33-g6cd9694
"Eric Blake" <[email protected]> Tue, 25 Sep 2012 14:48:49 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=6cd9694ba8e0576da5a5ad33d8274698c8edc08c
The branch, master has been updated
via 6cd9694ba8e0576da5a5ad33d8274698c8edc08c (commit)
from 27eb3aef3e1112f8ea8afe41b03a1cf7eb796dd5 (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 6cd9694ba8e0576da5a5ad33d8274698c8edc08c
Author: Adrian Bunk <[email protected]>
Date: Tue Sep 25 15:25:03 2012 +0300
maint: fix the comment at the end of _AC_FUNC_REALLOC_IF
* lib/autoconf/functions.m4: fix the comment at the end of
_AC_FUNC_REALLOC_IF
Copyright-paperwork-exempt: yes
-----------------------------------------------------------------------
Summary of changes:
THANKS | 2 +-
lib/autoconf/functions.m4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/THANKS b/THANKS
index be83c28..afb8532 100644
--- a/THANKS
+++ b/THANKS
@@ -11,7 +11,7 @@ Aaron Crane [email protected]
Aaron M. Ucko [email protected]
Aaron W. LaFramboise [email protected]
Adam J. Richter [email protected]
-Adrian Bunk [email protected]
+Adrian Bunk [email protected]
Aharon Robbins [email protected]
Akim Demaille [email protected]
Akinori Musha [email protected]
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 782393b..de7a6b8 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -1448,7 +1448,7 @@ char *realloc ();
*) ac_cv_func_realloc_0_nonnull=no ;;
esac])])
AS_IF([test $ac_cv_func_realloc_0_nonnull = yes], [$1], [$2])
-])# AC_FUNC_REALLOC
+])# _AC_FUNC_REALLOC_IF
# AC_FUNC_REALLOC
hooks/post-receive
--
GNU Autoconf source repository