Check-in Number:
|
984 | |
Date: |
2001-Sep-13 15:57:37 (local)
2001-Sep-13 13:57:37 (UTC) |
User: | thl |
Branch: | |
Comment: |
headline polishing |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/aclocal.m4 1.4 -> 1.5
--- 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`"
|
|
ossp-pkg/l2/configure.ac 1.7 -> 1.8
--- 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=""
|
|
ossp-pkg/lmtp2nntp/configure.ac 1.10 -> 1.11
--- 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 <http://www.ossp.org/>"
+echo "Copyright (c) 2001 Cable & Wireless Deutschland <http://www.cw.com/de/>"
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
|
|
ossp-pkg/str/aclocal.m4 1.3 -> 1.4
--- 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`"
|
|
ossp-pkg/str/configure.ac 1.5 -> 1.6
--- 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
|
|