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 <[email protected]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444
