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
6af2d29f
Commit
6af2d29f
authored
Dec 26, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Always use the local install-sh script for installing.
parent
c66c14dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
92 deletions
+9
-92
configure
configure
+5
-90
configure.ac
configure.ac
+4
-2
No files found.
configure
View file @
6af2d29f
...
@@ -728,6 +728,7 @@ FONTFORGE
...
@@ -728,6 +728,7 @@ FONTFORGE
INSTALL_DATA
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_SCRIPT
INSTALL_PROGRAM
INSTALL_PROGRAM
INSTALL
LDCONFIG
LDCONFIG
MKDIR_P
MKDIR_P
EGREP
EGREP
...
@@ -5447,99 +5448,13 @@ fi
...
@@ -5447,99 +5448,13 @@ fi
test
-z
"
$INSTALL_PROGRAM
"
&&
INSTALL_PROGRAM
=
"STRIPPROG=
\"\$
(STRIP)
\"
\$
(top_srcdir)/tools/install-sh"
test
-z
"
$INSTALL
"
&&
INSTALL
=
"
\$
(top_srcdir)/tools/install-sh"
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
# Reject install programs that cannot install multiple files.
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for a BSD-compatible install"
>
&5
$as_echo_n
"checking for a BSD-compatible install... "
>
&6
;
}
if
test
-z
"
$INSTALL
"
;
then
if
${
ac_cv_path_install
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
# Account for people who put trailing slashes in PATH elements.
case
$as_dir
/
in
#((
./
|
.//
|
/[cC]/
*
|
\
/etc/
*
|
/usr/sbin/
*
|
/usr/etc/
*
|
/sbin/
*
|
/usr/afsws/bin/
*
|
\
?:[
\\
/]os2[
\\
/]install[
\\
/]
*
|
?:[
\\
/]OS2[
\\
/]INSTALL[
\\
/]
*
|
\
/usr/ucb/
*
)
;;
*
)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for
ac_prog
in
ginstall scoinst
install
;
do
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
as_fn_executable_p
"
$as_dir
/
$ac_prog$ac_exec_ext
"
;
then
if
test
$ac_prog
=
install
&&
grep
dspmsg
"
$as_dir
/
$ac_prog$ac_exec_ext
"
>
/dev/null 2>&1
;
then
# AIX install. It has an incompatible calling convention.
:
elif
test
$ac_prog
=
install
&&
grep
pwplus
"
$as_dir
/
$ac_prog$ac_exec_ext
"
>
/dev/null 2>&1
;
then
# program-specific install script used by HP pwplus--don't use.
:
else
rm
-rf
conftest.one conftest.two conftest.dir
echo
one
>
conftest.one
echo
two
>
conftest.two
mkdir
conftest.dir
if
"
$as_dir
/
$ac_prog$ac_exec_ext
"
-c
conftest.one conftest.two
"
`
pwd
`
/conftest.dir"
&&
test
-s
conftest.one
&&
test
-s
conftest.two
&&
test
-s
conftest.dir/conftest.one
&&
test
-s
conftest.dir/conftest.two
then
ac_cv_path_install
=
"
$as_dir
/
$ac_prog$ac_exec_ext
-c"
break
3
fi
fi
fi
done
done
;;
esac
done
IFS
=
$as_save_IFS
rm
-rf
conftest.one conftest.two conftest.dir
fi
if
test
"
${
ac_cv_path_install
+set
}
"
=
set
;
then
INSTALL
=
$ac_cv_path_install
else
# As a last resort, use the slow shell script. Don't cache a
# value for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
INSTALL
=
$ac_install_sh
fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$INSTALL
"
>
&5
$as_echo
"
$INSTALL
"
>
&6
;
}
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
test
-z
"
$INSTALL_PROGRAM
"
&&
INSTALL_PROGRAM
=
"STRIPPROG=
\"\$
(STRIP)
\"
\$
(INSTALL)"
# It thinks the first close brace ends the variable substitution.
test
-z
"
$INSTALL_PROGRAM
"
&&
INSTALL_PROGRAM
=
'${INSTALL}'
test
-z
"
$INSTALL_SCRIPT
"
&&
INSTALL_SCRIPT
=
'${INSTALL}'
test
-z
"
$INSTALL_SCRIPT
"
&&
INSTALL_SCRIPT
=
"
\$
(INSTALL)"
test
-z
"
$INSTALL_DATA
"
&&
INSTALL_DATA
=
'${INSTALL} -m 644'
test
-z
"
$INSTALL_DATA
"
&&
INSTALL_DATA
=
"
\$
(INSTALL) -m 644"
for
ac_prog
in
fontforge
for
ac_prog
in
fontforge
...
...
configure.ac
View file @
6af2d29f
...
@@ -266,8 +266,10 @@ AC_PROG_MKDIR_P
...
@@ -266,8 +266,10 @@ AC_PROG_MKDIR_P
AC_PATH_PROG(LDCONFIG, ldconfig, true, [/sbin /usr/sbin $PATH])
AC_PATH_PROG(LDCONFIG, ldconfig, true, [/sbin /usr/sbin $PATH])
dnl Use the correct strip to install programs
dnl Use the correct strip to install programs
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM="STRIPPROG=\"\$(STRIP)\" \$(top_srcdir)/tools/install-sh"
test -z "$INSTALL" && AC_SUBST([INSTALL],"\$(top_srcdir)/tools/install-sh")
AC_PROG_INSTALL
test -z "$INSTALL_PROGRAM" && AC_SUBST([INSTALL_PROGRAM],"STRIPPROG=\"\$(STRIP)\" \$(INSTALL)")
test -z "$INSTALL_SCRIPT" && AC_SUBST([INSTALL_SCRIPT],"\$(INSTALL)")
test -z "$INSTALL_DATA" && AC_SUBST([INSTALL_DATA],"\$(INSTALL) -m 644")
dnl Check for various programs
dnl Check for various programs
AC_CHECK_PROGS(FONTFORGE, fontforge, false)
AC_CHECK_PROGS(FONTFORGE, fontforge, false)
...
...
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