Eric Blake
2012-06-18 13:09:43 UTC
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=9b484c0be04d0a1ad5c98670330d8de841b21611
The branch, master has been updated
via 9b484c0be04d0a1ad5c98670330d8de841b21611 (commit)
from b29e5e79d5203400c4366c61d998bd9cdf30ef0d (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 9b484c0be04d0a1ad5c98670330d8de841b21611
Author: David Hill <***@mindcry.org>
Date: Sun Jun 17 20:52:58 2012 -0400
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.
-----------------------------------------------------------------------
Summary of changes:
lib/autoconf/functions.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 97cb7b9..5987a0c 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.
hooks/post-receive
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=9b484c0be04d0a1ad5c98670330d8de841b21611
The branch, master has been updated
via 9b484c0be04d0a1ad5c98670330d8de841b21611 (commit)
from b29e5e79d5203400c4366c61d998bd9cdf30ef0d (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 9b484c0be04d0a1ad5c98670330d8de841b21611
Author: David Hill <***@mindcry.org>
Date: Sun Jun 17 20:52:58 2012 -0400
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.
-----------------------------------------------------------------------
Summary of changes:
lib/autoconf/functions.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 97cb7b9..5987a0c 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.
hooks/post-receive
--
GNU Autoconf source repository
GNU Autoconf source repository