From: David Hill Date: Mon, 18 Jun 2012 00:52:58 +0000 (-0400) Subject: functions: add Bitrig defaults X-Git-Tag: v2.69b~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b484c0be04d0a1ad5c98670330d8de841b21611;p=thirdparty%2Fautoconf.git functions: add Bitrig defaults Cater to the Bitrig OS, an OpenBSD fork. config.guess and config.sub have been updated upstream. * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF) (_AC_FUNC_REALLOC_IF): Bitrig inherits from BSD. --- diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index 97cb7b9b..5987a0cb 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -922,7 +922,7 @@ char *malloc (); [ac_cv_func_malloc_0_nonnull=no], [case "$host_os" in # (( # Guess yes on platforms where we know the result. - *-gnu* | freebsd* | netbsd* | openbsd* \ + *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_malloc_0_nonnull=yes ;; # If we don't know, assume the worst. @@ -1441,7 +1441,7 @@ char *realloc (); [ac_cv_func_realloc_0_nonnull=no], [case "$host_os" in # (( # Guess yes on platforms where we know the result. - *-gnu* | freebsd* | netbsd* | openbsd* \ + *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_realloc_0_nonnull=yes ;; # If we don't know, assume the worst.