OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/aclocal.m4 versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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

CVSTrac 2.0.1