Changeset 4490

Show
Ignore:
Timestamp:
02/06/07 10:03:53 (2 years ago)
Author:
morris
Message:

Regenerate

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/configure

    r4416 r4490  
    31183118 
    31193119# Check that we have a libwired in this directory 
    3120 if ! test -f libwired/configure; then 
     3120if ! test -f "$srcdir/libwired/configure"; then 
    31213121 
    31223122    { { echo "$as_me:$LINENO: error: could not locate libwired 
  • trackerd/trunk/configure.in

    r4416 r4490  
    218218 
    219219# Check that we have a libwired in this directory 
    220 if ! test -f libwired/configure; then 
     220if ! test -f "$srcdir/libwired/configure"; then 
    221221        WT_MSG_LIBWIRED_ERROR 
    222222fi