]> git.pond.sub.org Git - empserver/commitdiff
Make configure print a configuration summary
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Apr 2009 13:47:40 +0000 (15:47 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Apr 2009 13:47:40 +0000 (15:47 +0200)
configure.ac
src/client/configure.ac

index c5ca2ac5fb56712647342f907418e95c5959df2c..dfe4ff1b61f4d6e33ede54f2254238fbdd70b1c3 100644 (file)
@@ -128,7 +128,6 @@ if test -z "$empthread"; then
     AC_MSG_ERROR([No usable thread package found])
 fi
 AC_SUBST(empthread)
-AC_MSG_NOTICE([Using $empthread threads])
 case $empthread in
 LWP)   AC_DEFINE([EMPTH_LWP], 1, [Define to use LWP threads]) ;;
 POSIX) AC_DEFINE([EMPTH_POSIX], 1, [Define to use POSIX threads]) ;;
@@ -159,3 +158,10 @@ AC_CONFIG_COMMANDS([stamp-h],
        touch stamp-h],
        [revctrl=$revctrl])
 AC_OUTPUT
+
+AC_MSG_NOTICE([])
+AC_MSG_NOTICE([-= Configuration summary =-])
+AC_MSG_NOTICE([Thread package: $empthread])
+AC_MSG_NOTICE([      terminfo: $with_terminfo])
+AC_MSG_NOTICE([    EMPIREHOST: $EMPIREHOST])
+AC_MSG_NOTICE([    EMPIREPORT: $EMPIREPORT])
index 733af2bcdd7cd749f755dbd3be64ac1d803d1610..911fbcb216fb95912db7c1e86fd00df8fe70a736 100644 (file)
@@ -85,3 +85,9 @@ MY_WITH_TERMINFO
 
 AC_CONFIG_FILES([Makefile ipglob.c])
 AC_OUTPUT
+
+AC_MSG_NOTICE([])
+AC_MSG_NOTICE([-= Configuration summary =-])
+AC_MSG_NOTICE([      terminfo: $with_terminfo])
+AC_MSG_NOTICE([    EMPIREHOST: $EMPIREHOST])
+AC_MSG_NOTICE([    EMPIREPORT: $EMPIREPORT])