changeset 40195:9734faea5d7b

relocatable-prog: Use wrapper-free installation also on Mac OS X 10.4. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Treat Mac OS X 10.4 like 10.5.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 00:25:02 +0100
parents 33c4cac699fe
children e63f5d3edab5
files m4/relocatable.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/relocatable.m4	Sat Feb 23 15:07:47 2019 -0800
+++ b/m4/relocatable.m4	Sun Feb 24 00:25:02 2019 +0100
@@ -77,7 +77,7 @@
       haiku*) use_elf_origin_trick=yes ;;
       # On Mac OS X 10.4 or newer, use Mac OS X tools. See
       # <https://wincent.com/wiki/@executable_path,_@load_path_and_@rpath>.
-      darwin | darwin[1-8].*) ;;
+      darwin | darwin[1-7].*) ;;
       darwin*) use_macos_tools=yes ;;
 changequote([,])dnl
     esac