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 --- configure.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'configure.in') 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