Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lalsuite
Manage
Activity
Members
Labels
Plan
Issues
134
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
26
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
lalsuite
Merge requests
!351
mark macOS 10.14 (Mojave) as supported
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
mark macOS 10.14 (Mojave) as supported
adam-mercer/lalsuite:mojave
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Adam Mercer
requested to merge
adam-mercer/lalsuite:mojave
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
87564556
1 commit,
6 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gnuscripts/lalsuite_build.m4
+
2
−
2
Options
# -*- mode: autoconf; -*-
# lalsuite_build.m4 - top level build macros
#
# serial 14
8
# serial 14
9
# restrict which LALSUITE_... patterns can appearing in output (./configure);
# useful for debugging problems with unexpanded LALSUITE_... Autoconf macros
@@ -1158,7 +1158,7 @@ AS_IF([test "x${osx_version_check}" = "xtrue"],[
AC_MSG_RESULT([$MACOSX_VERSION])])
AS_CASE(["$MACOSX_VERSION"],
[10.0*|10.1|10.1.*|10.2*|10.3*],AC_MSG_ERROR([This version of Mac OS X is not supported]),
[10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*|10.13*],,
[10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*|10.13*
|10.14*
],,
AC_MSG_WARN([Unknown Mac OS X version]))
])])])
Loading