RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Anders F. Björklund <afb@rpm5.org>
Date: Fri 30 Nov 2007 - 16:26:24 CET
Message-Id: <20071130152624.717A9348456@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   30-Nov-2007 16:26:24
  Branch: HEAD                             Handle: 2007113015262400

  Modified files:
    rpm                     configure.ac

  Log:
    fix double checking msg

  Summary:
    Revision    Changes     Path
    2.253       +1  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.252 -r2.253 configure.ac
  --- rpm/configure.ac	30 Nov 2007 14:53:55 -0000	2.252
  +++ rpm/configure.ac	30 Nov 2007 15:26:24 -0000	2.253
  @@ -418,7 +418,7 @@
   AC_PATH_PROG(__STRIP, strip, %{_bindir}/strip, $MYPATH)
   
   dnl # check for id -u
  -AC_MSG_CHECKING(checking whether id supports -u)
  +AC_MSG_CHECKING(whether id supports -u)
   if ${__ID} -u 2>&1 > /dev/null; then
       __ID_U="%{__id} -u"
       AC_MSG_RESULT(yes)
  @@ .
Received on Fri Nov 30 16:26:24 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.