From e68f92bbf3241b00b4e16bda5f077843078587f6 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 2 Oct 2000 21:42:15 +1100 Subject: - (djm) Add host system and CC to end-of-configure report. Suggested by Lutz Jaenicke --- ChangeLog | 5 +++++ configure.in | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9969c2e2..6260a4c63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +20001002 + - (djm) Fix USER_PATH, report from Kevin Steves + - (djm) Add host system and CC to end-of-configure report. Suggested by + Lutz Jaenicke + 20000931 - (djm) Cygwin fixes from Corinna Vinschen diff --git a/configure.in b/configure.in index 871968ad6..38afa3b4d 100644 --- a/configure.in +++ b/configure.in @@ -1186,7 +1186,7 @@ AC_ARG_WITH(default-path, [ --with-default-path=PATH Specify default \$PATH environment for server], [ if test "x$withval" != "xno" ; then - user_path="$withval" + AC_DEFINE_UNQUOTED(USER_PATH, "$withval") SERVER_PATH_MSG="$withval" fi ] @@ -1530,6 +1530,7 @@ G=`eval echo ${piddir}` ; G=`eval echo ${G}` echo "" echo "OpenSSH configured has been configured with the following options." echo " User binaries: $B" +echo " User binaries: $B" echo " System binaries: $C" echo " Configuration files: $D" echo " Askpass program: $E" @@ -1549,9 +1550,11 @@ echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG" echo "" -echo "Compiler flags: ${CFLAGS}" -echo "Linker flags: ${LDFLAGS}" -echo "Libraries: ${LIBS}" +echo " Host: ${host}" +echo " Compiler: ${CC}" +echo " Compiler flags: ${CFLAGS}" +echo " Linker flags: ${LDFLAGS}" +echo " Libraries: ${LIBS}" echo "" -- cgit v1.2.3