mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (djm) Add host system and CC to end-of-configure report. Suggested by
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
This commit is contained in:
parent
05dd7950f9
commit
e68f92bbf3
@ -1,3 +1,8 @@
|
|||||||
|
20001002
|
||||||
|
- (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
|
||||||
|
- (djm) Add host system and CC to end-of-configure report. Suggested by
|
||||||
|
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
||||||
|
|
||||||
20000931
|
20000931
|
||||||
- (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
|
- (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
|
||||||
|
|
||||||
|
11
configure.in
11
configure.in
@ -1186,7 +1186,7 @@ AC_ARG_WITH(default-path,
|
|||||||
[ --with-default-path=PATH Specify default \$PATH environment for server],
|
[ --with-default-path=PATH Specify default \$PATH environment for server],
|
||||||
[
|
[
|
||||||
if test "x$withval" != "xno" ; then
|
if test "x$withval" != "xno" ; then
|
||||||
user_path="$withval"
|
AC_DEFINE_UNQUOTED(USER_PATH, "$withval")
|
||||||
SERVER_PATH_MSG="$withval"
|
SERVER_PATH_MSG="$withval"
|
||||||
fi
|
fi
|
||||||
]
|
]
|
||||||
@ -1530,6 +1530,7 @@ G=`eval echo ${piddir}` ; G=`eval echo ${G}`
|
|||||||
echo ""
|
echo ""
|
||||||
echo "OpenSSH configured has been configured with the following options."
|
echo "OpenSSH configured has been configured with the following options."
|
||||||
echo " User binaries: $B"
|
echo " User binaries: $B"
|
||||||
|
echo " User binaries: $B"
|
||||||
echo " System binaries: $C"
|
echo " System binaries: $C"
|
||||||
echo " Configuration files: $D"
|
echo " Configuration files: $D"
|
||||||
echo " Askpass program: $E"
|
echo " Askpass program: $E"
|
||||||
@ -1549,9 +1550,11 @@ echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG"
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "Compiler flags: ${CFLAGS}"
|
echo " Host: ${host}"
|
||||||
echo "Linker flags: ${LDFLAGS}"
|
echo " Compiler: ${CC}"
|
||||||
echo "Libraries: ${LIBS}"
|
echo " Compiler flags: ${CFLAGS}"
|
||||||
|
echo " Linker flags: ${LDFLAGS}"
|
||||||
|
echo " Libraries: ${LIBS}"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user