From: Ralf Wildenhues Date: Sun, 4 Nov 2007 16:02:30 +0000 (+0100) Subject: * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo. X-Git-Tag: v2.62~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44fa05486577665e4ca071f60d51f3df11324ffa;p=thirdparty%2Fautoconf.git * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo. --- diff --git a/ChangeLog b/ChangeLog index 1bbac09c..9cb4879e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-04 Ralf Wildenhues + * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo. + * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround. * build-aux/.gitignore: Ignore mkinstalldirs. diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index 95f7b737..7b6bb36b 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -881,7 +881,7 @@ char *malloc (); [ac_cv_func_malloc_0_nonnull=no], [ac_cv_func_malloc_0_nonnull=no])]) AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2]) -])# AC_FUNC_MALLOC +])# _AC_FUNC_MALLOC_IF # AC_FUNC_MALLOC