From: Bruno Haible Date: Sat, 23 Feb 2019 23:25:02 +0000 (+0100) Subject: relocatable-prog: Use wrapper-free installation also on Mac OS X 10.4. X-Git-Tag: v1.0~5068 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7039b893705ec50cb6ebb57aef1f63e104a8e5dc;p=gnulib.git 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. --- diff --git a/m4/relocatable.m4 b/m4/relocatable.m4 index b3da721730..5d07fa0a0b 100644 --- a/m4/relocatable.m4 +++ b/m4/relocatable.m4 @@ -77,7 +77,7 @@ changequote(,)dnl haiku*) use_elf_origin_trick=yes ;; # On Mac OS X 10.4 or newer, use Mac OS X tools. See # . - darwin | darwin[1-8].*) ;; + darwin | darwin[1-7].*) ;; darwin*) use_macos_tools=yes ;; changequote([,])dnl esac