From: Adrian Bunk Date: Tue, 25 Sep 2012 12:25:03 +0000 (+0300) Subject: maint: fix the comment at the end of _AC_FUNC_REALLOC_IF X-Git-Tag: v2.69b~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd9694ba8e0576da5a5ad33d8274698c8edc08c;p=thirdparty%2Fautoconf.git 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 --- diff --git a/THANKS b/THANKS index be83c285..afb85321 100644 --- a/THANKS +++ b/THANKS @@ -11,7 +11,7 @@ Aaron Crane aaronc@pobox.com Aaron M. Ucko amu@alum.mit.edu Aaron W. LaFramboise aaronenvelope277@aaronwl.com Adam J. Richter adam@yggdrasil.com -Adrian Bunk bunk-gnu@fs.tum.de +Adrian Bunk bunk@stusta.de Aharon Robbins arnold@gnu.org Akim Demaille akim@freefriends.org Akinori Musha knu@iDaemons.org diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index 782393b8..de7a6b86 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