Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
9633641c
Commit
9633641c
authored
Aug 04, 2020
by
Thomas Jahns
🤸
Browse files
Shorten comparison.
parent
b74a4aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9633641c
...
...
@@ -120,8 +120,7 @@ dnl platforms is slow
AC_CHECK_PROGS([MAKE], [$_cv_gnu_make_command gmake gnumake make])
dnl maintainers need GNU make for the regeneration rules, so enforce that
dnl
AS_IF([test "x$_cv_gnu_make_command" = "x" \
&& test x"$USE_MAINTAINER_MODE" = xyes],
AS_IF([test "x${_cv_gnu_make_command}x$USE_MAINTAINER_MODE" = xxyes],
[AC_MSG_FAILURE([maintainers need to use GNU make or compatible])])
AC_PROG_MAKE_SET
AC_PROG_INSTALL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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