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`"
|
|