Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [licensing] |
| 2 | |
| 3 | # Define AC_USE_SYSTEM_EXTENSIONS only if it was previously undefined. |
| 4 | # This is needed to configure correctly with newer versions of autoconf. |
| 5 | |
| 6 | --- tar-1.17/m4/extensions.m4.orig 2010-07-22 22:21:35.000000000 -0700 |
| 7 | +++ tar-1.17/m4/extensions.m4 2010-07-22 22:23:41.000000000 -0700 |
| 8 | @@ -1,4 +1,4 @@ |
| 9 | -# serial 4 -*- Autoconf -*- |
| 10 | +# serial 5 -*- Autoconf -*- |
| 11 | # Enable extensions on systems that normally disable them. |
| 12 | |
| 13 | # Copyright (C) 2003, 2006 Free Software Foundation, Inc. |
| 14 | @@ -16,6 +16,7 @@ |
| 15 | # ------------------------ |
| 16 | # Enable extensions on systems that normally disable them, |
| 17 | # typically due to standards-conformance issues. |
| 18 | +m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [], [ |
| 19 | AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS], |
| 20 | [ |
| 21 | AC_BEFORE([$0], [AC_COMPILE_IFELSE]) |
| 22 | @@ -48,7 +49,7 @@ |
| 23 | AC_DEFINE([__EXTENSIONS__]) |
| 24 | AC_DEFINE([_POSIX_PTHREAD_SEMANTICS]) |
| 25 | AC_DEFINE([_TANDEM_SOURCE]) |
| 26 | -]) |
| 27 | +])]) |
| 28 | |
| 29 | # gl_USE_SYSTEM_EXTENSIONS |
| 30 | # ------------------------ |