Changeset 4491

Show
Ignore:
Timestamp:
02/06/07 10:04:17 (1 year ago)
Author:
morris
Message:

Regenerate

Files:

Legend:

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

    r4414 r4491  
    29992999 
    30003000# Check that we have a libwired in this directory 
    3001 if ! test -f libwired/configure; then 
     3001if ! test -f "$srcdir/libwired/configure"; then 
    30023002 
    30033003    { { echo "$as_me:$LINENO: error: could not locate libwired 
  • wire/trunk/configure.in

    r4414 r4491  
    146146 
    147147# Check that we have a libwired in this directory 
    148 if ! test -f libwired/configure; then 
     148if ! test -f "$srcdir/libwired/configure"; then 
    149149        WR_MSG_LIBWIRED_ERROR 
    150150fi