Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b8bc619d
Commit
b8bc619d
authored
Mar 21, 2015
by
Etienne Renault
Browse files
Fix mac OSX support for echo -n.
* configure.ac: here.
parent
c26457b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b8bc619d
...
...
@@ -171,8 +171,8 @@ AC_CHECK_PROGS([SWIG], [swig3.0 swig], [swig])
AC_SUBST([CROSS_COMPILING], [$cross_compiling])
AC_SUBST([GITPATCH], [$(if (git rev-parse) >/dev/null 2>&1; then
echo
-n .
git rev-list $(git rev-list --tags --no-walk --max-count=1)..HEAD
--count
echo
".$(git rev-list $(git rev-list --tags --no-walk --max-count=1)..HEAD \
--count
)"
fi)])
AC_CONFIG_FILES([
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment