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
49185ac2
Commit
49185ac2
authored
Feb 19, 2002
by
Adam D. Moss
Committed by
Alexandre Julliard
Feb 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make wineinstall work in the new-autoconf-version world.
parent
6a32d2ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
wineinstall
tools/wineinstall
+12
-8
No files found.
tools/wineinstall
View file @
49185ac2
...
...
@@ -45,6 +45,9 @@
# misc cleanups and reordering of questions
# added check to see if wine is installed when we are running as a normal
# user and print a message if wine cannot be found
# Feb 16 2002 - Adam d. Moss
# Use config.status instead of config.cache to check whether we're
# configured/compiled and to recreate the configuration
#--- defaults (change these if you are a packager)
CONFARGS
=
"--enable-opengl"
# configure args, e.g. --prefix=/usr --sysconfdir=/etc
...
...
@@ -144,7 +147,7 @@ function create_windows_directories {
# startup...
echo
"WINE Installer v0.7"
echo
"WINE Installer v0.7
1
"
echo
if
[
"
$BINDIST
"
=
'no'
]
...
...
@@ -193,12 +196,12 @@ fi
# run the configure script, if necessary
if
[
-f
config.
cache
]
&&
[
-f
Makefile
]
&&
[
Makefile
-nt
configure
]
if
[
-f
config.
status
]
&&
[
-f
Makefile
]
&&
[
Makefile
-nt
configure
]
then
{
echo
"I see that WINE has already been configured, so I'll skip that."
std_sleep
# load configure results
.
./config.cache
.
/config.status
>
/dev/null
}
else
{
echo
"Running configure..."
...
...
@@ -207,18 +210,18 @@ else {
then
{
echo
echo
"Configure failed, aborting install."
rm
-f
config.
cache
rm
-f
config.
status
exit
1
}
fi
# load configure results
.
./config.cache
.
/config.status
# make sure X was found
eval
"
$ac_cv_have_x
"
if
[
"
$have_x
"
!=
"yes"
]
then
{
echo
"Install the X development headers and try again."
rm
-f
config.
cache
rm
-f
config.
status
exit
1
}
fi
...
...
@@ -227,7 +230,7 @@ fi
# now do the compilation
if
[
-f
wine
]
&&
[
wine
-nt
Makefile
]
if
[
-f
wine
]
&&
[
wine
-nt
config.status
]
then
{
echo
"Hmm, looks like WINE is already compiled. I'll skip that too, I guess."
std_sleep
...
...
@@ -307,7 +310,8 @@ fi # BINDIST
# now check whether we should generate wine.conf
if
[
-z
"
$DOGLOBALCONF
"
]
then
DOGLOBALCONF
=
auto
then
DOGLOBALCONF
=
auto
fi
if
[
"
$DOGLOBALCONF
"
=
'auto'
]
...
...
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