Update of /cvsroot/mailman/mailman
In directory usw-pr-cvs1:/tmp/cvs-serv24131

Modified Files:
        configure configure.in 
Log Message:
Paul Eggert patch to use POSIX-ly more appropriate `sed' commands.

Closes bug #527712 and patch #527715


Index: configure
===================================================================
RCS file: /cvsroot/mailman/mailman/configure,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -d -r2.21 -r2.22
*** configure   11 Mar 2002 04:23:06 -0000      2.21
--- configure   14 Mar 2002 19:10:44 -0000      2.22
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 2.21 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 2.22 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 1316,1320 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
!       ac_cv_group_mail="other mail daemon"
  fi
  
--- 1316,1320 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
!       ac_cv_group_mail="mailman other mail daemon"
  fi
  
***************
*** 1480,1484 ****
  if test -z "$FQDN"
  then
!     FQDN=`head -1 conftest.out`
  fi
  echo "$ac_t""$FQDN" 1>&6
--- 1480,1484 ----
  if test -z "$FQDN"
  then
!     FQDN=`sed q conftest.out`
  fi
  echo "$ac_t""$FQDN" 1>&6
***************
*** 1487,1491 ****
  if test -z "$URL"
  then
!     URL=`tail -1 conftest.out`
  fi
  echo "$ac_t""$URL" 1>&6
--- 1487,1491 ----
  if test -z "$URL"
  then
!     URL=`sed -n '$p' conftest.out`
  fi
  echo "$ac_t""$URL" 1>&6

Index: configure.in
===================================================================
RCS file: /cvsroot/mailman/mailman/configure.in,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -d -r2.22 -r2.23
*** configure.in        11 Mar 2002 04:23:06 -0000      2.22
--- configure.in        14 Mar 2002 19:10:44 -0000      2.23
***************
*** 333,337 ****
  then
      AC_CACHE_VAL(ac_cv_group_mail, [dnl
!     ac_cv_group_mail="other mail daemon"])
  else
      ac_cv_group_mail=$with_mail_gid
--- 333,337 ----
  then
      AC_CACHE_VAL(ac_cv_group_mail, [dnl
!     ac_cv_group_mail="mailman other mail daemon"])
  else
      ac_cv_group_mail=$with_mail_gid
***************
*** 422,426 ****
  if test -z "$FQDN"
  then
!     FQDN=`head -1 conftest.out`
  fi
  AC_MSG_RESULT($FQDN)
--- 422,426 ----
  if test -z "$FQDN"
  then
!     FQDN=`sed q conftest.out`
  fi
  AC_MSG_RESULT($FQDN)
***************
*** 428,432 ****
  if test -z "$URL"
  then
!     URL=`tail -1 conftest.out`
  fi
  AC_MSG_RESULT($URL)
--- 428,432 ----
  if test -z "$URL"
  then
!     URL=`sed -n '$p' conftest.out`
  fi
  AC_MSG_RESULT($URL)


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to