Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4ebb7293
Commit
4ebb7293
authored
Jan 21, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Allow out-of-tree builds from an unclean source tree.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b58a6ce7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
configure
configure
+0
-8
configure.ac
configure.ac
+0
-9
No files found.
configure
View file @
4ebb7293
...
...
@@ -4288,14 +4288,6 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
case
"
$srcdir
"
in
.
)
;;
*
)
if
test
-f
"
$srcdir
/Makefile"
-o
-f
"
$srcdir
/include/config.h"
;
then
as_fn_error
$?
"you are building out of the source tree, but the source tree contains object files.
You need to run 'make distclean' in the source tree first."
"
$LINENO
"
5
fi
;;
esac
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
${
MAKE
-make
}
sets
\$
(MAKE)"
>
&5
$as_echo_n
"checking whether
${
MAKE
-make
}
sets
\$
(MAKE)... "
>
&6
;
}
...
...
configure.ac
View file @
4ebb7293
...
...
@@ -117,15 +117,6 @@ AC_ARG_WITH(wine64, AS_HELP_STRING([--with-wine64=DIR],[use the 64-bit Wine i
AC_CANONICAL_HOST
dnl check for out of tree build with unclean source tree
case "$srcdir" in
.) ;;
*) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
AC_MSG_ERROR([you are building out of the source tree, but the source tree contains object files.
You need to run 'make distclean' in the source tree first.])
fi ;;
esac
dnl **** Check for some programs ****
AC_PROG_MAKE_SET
...
...
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