jfclere     2002/09/17 02:27:06

  Modified:    daemon/src/native/unix/support apfunctions.m4
  Log:
  Remove the escapes... It crashes my BS2000 terminal.
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-commons-sandbox/daemon/src/native/unix/support/apfunctions.m4
  
  Index: apfunctions.m4
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/support/apfunctions.m4,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apfunctions.m4    18 Feb 2002 21:15:42 -0000      1.1
  +++ apfunctions.m4    17 Sep 2002 09:27:06 -0000      1.2
  @@ -61,7 +61,7 @@
   dnl -------------------------------------------------------------------------
   
   AC_DEFUN(AP_MSG_HEADER,[
  -  printf "\n\033\1331m%s\033\1330m\n" "$1" 1>&2
  +  printf "*** %s ***" "$1" 1>&2
     AC_PROVIDE([$0])
   ])
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to