bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] wget-1.2 configure missing ac_unique_file


From: Douglas E. Engert
Subject: [Bug-wget] wget-1.2 configure missing ac_unique_file
Date: Mon, 03 May 2010 11:39:59 -0500
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

wget-1.12 configure on Solaris 10 would fail trying to look
at .. for a number of files. The problem appears to be caused
by configure does not define $ac_unique_file, and the test
at line 1659 fails and sets scrdir=..

  1658    srcdir=$ac_confdir
  1659    if test ! -r "$srcdir/$ac_unique_file"; then
  1660      srcdir=..
  1661    fi

Circumvention:

 export ac_unique_file=src/wget.h
 ./configure


--

 Douglas E. Engert  <address@hidden>
 Argonne National Laboratory
 9700 South Cass Avenue
 Argonne, Illinois  60439
 (630) 252-5444




reply via email to

[Prev in Thread] Current Thread [Next in Thread]