RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Mon 25 Jun 2007 - 09:42:24 CEST
Message-Id: <20070625074224.DE24C3484F1@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   25-Jun-2007 09:42:24
  Branch: HEAD                             Handle: 2007062508422400

  Modified files:
    rpm                     configure.ac

  Log:
    there is no @tmpdir@ substitution anywhere, so nuke the complete
    Autoconf fiddling with tmpdir

  Summary:
    Revision    Changes     Path
    2.126       +0  -13     rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.125 -r2.126 configure.ac
  --- rpm/configure.ac	25 Jun 2007 07:39:28 -0000	2.125
  +++ rpm/configure.ac	25 Jun 2007 07:42:24 -0000	2.126
  @@ -964,19 +964,6 @@
   fi
   AC_SUBST(varprefix)
   
  -if test "x$tmpdir" = "x"; then
  -    if test -d $varprefix/tmp; then
  -	tmpdir=$varprefix/tmp
  -    else
  -	if test -d /var/tmp; then
  -	    tmpdir=/var/tmp
  -	else
  -	    tmpdir=/tmp
  -	fi
  -    fi
  -fi
  -AC_SUBST(tmpdir)
  -
   # get rid of the 4-th tuple, if config.guess returned "linux-gnu" for build_os
   if echo "$build_os" | grep '.*-gnulibc1' > /dev/null ; then
   	build_os=`echo "${build_os}" | sed 's/-gnulibc1$//'`
  @@ .
Received on Mon Jun 25 09:42:24 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.