Index: ossp-pkg/l2/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/l2/aclocal.m4,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/l2/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2001/09/11 10:37:04 1.4 +++ aclocal.m4 2001/09/13 13:57:37 1.5 @@ -43,7 +43,9 @@ $1=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub $$1` || exit 1 AC_SUBST($1) if test ".$enable_subdir" != .yes; then - echo "Platform: ${TB}${$1}${TN}" + if test ".$enable_headline" != .no; then + echo "Platform: ${TB}${$1}${TN}" + fi fi ])dnl @@ -77,8 +79,10 @@ AC_SUBST($3_STR) # friendly header ;) - echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}" - echo "$5" + if test ".$enable_headline" != .no; then + echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}" + echo "$5" + fi # additionally find out hex version $3_HEX="`$ac_shtool version -l c -d hex $ac_srcdir/$4`" Index: ossp-pkg/l2/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/l2/configure.ac,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/l2/configure.ac,v' 2>/dev/null --- configure.ac 2001/09/13 12:19:45 1.7 +++ configure.ac 2001/09/13 13:57:37 1.8 @@ -39,7 +39,6 @@ AC_CONFIG_HEADER(l2_config.h) AC_PREFIX_DEFAULT(/usr/local) AC_PLATFORM(PLATFORM) -echo "" AC_MSG_CHECKING(whether to build C++ library) LIBL2XX_LA="" Index: ossp-pkg/lmtp2nntp/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/configure.ac,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/configure.ac,v' 2>/dev/null --- configure.ac 2001/09/11 10:24:54 1.10 +++ configure.ac 2001/09/13 13:57:37 1.11 @@ -33,6 +33,8 @@ AC_DIVERT_PUSH(NOTICE) V=`./shtool version -lc -dlong version.c` ./shtool echo -e "Configuring %BOSSP lmtp2nntp%b, Version %B${V}%b" +echo "Copyright (c) 2001 The OSSP Project " +echo "Copyright (c) 2001 Cable & Wireless Deutschland " AC_DIVERT_POP() dnl # perform feature tests @@ -73,7 +75,8 @@ LIBS="$LIBS $LIBS_EXTRA" enable_shared=no -export enable_shared +export enable_shared=yes +export enable_headline=no AC_CONFIG_SUBDIRS([$SUBDIR_STR $SUBDIR_L2]) dnl # standard output generation Index: ossp-pkg/str/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/str/aclocal.m4,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/str/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2001/08/16 12:16:51 1.3 +++ aclocal.m4 2001/09/13 13:57:38 1.4 @@ -15,7 +15,9 @@ $1=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub $$1` || exit 1 AC_SUBST($1) if test ".$enable_subdir" != .yes; then - echo "Platform: ${TB}${$1}${TN}" + if test ".$enable_headline" != .no; then + echo "Platform: ${TB}${$1}${TN}" + fi fi ])dnl @@ -49,8 +51,10 @@ AC_SUBST($3_STR) # friendly header ;) - echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}" - echo "$5" + if test ".$enable_headline" != .no; then + echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}" + echo "$5" + fi # additionally find out hex version $3_HEX="`$ac_shtool version -l c -d hex $ac_srcdir/$4`" Index: ossp-pkg/str/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/str/configure.ac,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/str/configure.ac,v' 2>/dev/null --- configure.ac 2001/09/11 10:40:56 1.5 +++ configure.ac 2001/09/13 13:57:38 1.6 @@ -13,7 +13,6 @@ AC_CONFIG_HEADER(str_config.h) AC_PREFIX_DEFAULT(/usr/local) AC_PLATFORM(PLATFORM) -echo "" AC_SET_MAKE AC_PROG_CC