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
62beaad8
Commit
62beaad8
authored
Oct 07, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Correctly install binaries even when the tools are disabled.
parent
204105ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
aclocal.m4
aclocal.m4
+7
-7
configure
configure
+7
-7
No files found.
aclocal.m4
View file @
62beaad8
...
...
@@ -557,23 +557,23 @@ __uninstall__: $ac_dir/__uninstall__"
$ac_dir/__uninstall__::
\$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
if test
"x$enable_tools" != xno
&& wine_fn_has_flag installbin $ac_flags
if test
-z "$with_wine64"
&& wine_fn_has_flag installbin $ac_flags
then
wine_fn_append_rule \
"$ac_dir/__install__::
tools
\$(DESTDIR)\$(bindir)
\$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
"$ac_dir/__install__::
__tooldeps__
\$(DESTDIR)\$(bindir)
\$(INSTALL_SCRIPT)
\$(TOOLSDIR)/
tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
$ac_dir/__uninstall__::
\$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
fi
else
wine_fn_append_rule \
"$ac_dir/__install
-lib__:: $ac_dir \$(DESTDIR)\$(dll
dir)
\$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(
dll
dir)/$ac_program
"$ac_dir/__install
__:: $ac_dir \$(DESTDIR)\$(bin
dir)
\$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(
bin
dir)/$ac_program
$ac_dir/__uninstall__::
\$(RM) \$(DESTDIR)\$(
dll
dir)/$ac_program"
\$(RM) \$(DESTDIR)\$(
bin
dir)/$ac_program"
fi
if test
"x$enable_tools" != xno
&& wine_fn_has_flag manpage $ac_flags
if test
-z "$with_wine64"
&& wine_fn_has_flag manpage $ac_flags
then
wine_fn_append_rule \
"$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(mandir)/man\$(prog_manext)
...
...
configure
View file @
62beaad8
...
...
@@ -16474,23 +16474,23 @@ __uninstall__: $ac_dir/__uninstall__"
$ac_dir
/__uninstall__::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$DLLPREFIX$ac_program$DLLEXT
\$
(DESTDIR)
\$
(fakedlldir)/
$ac_program
"
if
test
"x
$enable_tools
"
!=
xno
&&
wine_fn_has_flag installbin
$ac_flags
if
test
-z
"
$with_wine64
"
&&
wine_fn_has_flag installbin
$ac_flags
then
wine_fn_append_rule
\
"
$ac_dir
/__install__::
tools
\$
(DESTDIR)
\$
(bindir)
\$
(INSTALL_SCRIPT) tools/wineapploader
\$
(DESTDIR)
\$
(bindir)/
$ac_name
"
$ac_dir
/__install__::
__tooldeps__
\$
(DESTDIR)
\$
(bindir)
\$
(INSTALL_SCRIPT)
\$
(TOOLSDIR)/
tools/wineapploader
\$
(DESTDIR)
\$
(bindir)/
$ac_name
$ac_dir
/__uninstall__::
\$
(RM)
\$
(DESTDIR)
\$
(bindir)/
$ac_name
"
fi
else
wine_fn_append_rule
\
"
$ac_dir
/__install
-lib__::
$ac_dir
\$
(DESTDIR)
\$
(dll
dir)
\$
(INSTALL_PROGRAM)
$ac_dir
/
$ac_program
\$
(DESTDIR)
\$
(
dll
dir)/
$ac_program
"
$ac_dir
/__install
__::
$ac_dir
\$
(DESTDIR)
\$
(bin
dir)
\$
(INSTALL_PROGRAM)
$ac_dir
/
$ac_program
\$
(DESTDIR)
\$
(
bin
dir)/
$ac_program
$ac_dir
/__uninstall__::
\$
(RM)
\$
(DESTDIR)
\$
(
dll
dir)/
$ac_program
"
\$
(RM)
\$
(DESTDIR)
\$
(
bin
dir)/
$ac_program
"
fi
if
test
"x
$enable_tools
"
!=
xno
&&
wine_fn_has_flag manpage
$ac_flags
if
test
-z
"
$with_wine64
"
&&
wine_fn_has_flag manpage
$ac_flags
then
wine_fn_append_rule
\
"
$ac_dir
/__install__::
$ac_dir
\$
(DESTDIR)
\$
(mandir)/man
\$
(prog_manext)
...
...
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