Revision 44dc0ca3 configure

b/configure
1280 1280
fi
1281 1281

  
1282 1282
##########################################
1283
# libtool probe
1284

  
1285
if ! has libtool; then
1286
    libtool=
1287
else
1288
    libtool=libtool
1289
fi
1290

  
1291
##########################################
1283 1292
# Sparse probe
1284 1293
if test "$sparse" != "no" ; then
1285 1294
  if has cgcc; then
......
3047 3056
echo "OBJCOPY=$objcopy" >> $config_host_mak
3048 3057
echo "LD=$ld" >> $config_host_mak
3049 3058
echo "WINDRES=$windres" >> $config_host_mak
3059
echo "LIBTOOL=$libtool" >> $config_host_mak
3050 3060
echo "CFLAGS=$CFLAGS" >> $config_host_mak
3051 3061
echo "QEMU_CFLAGS=$QEMU_CFLAGS" >> $config_host_mak
3052 3062
echo "QEMU_INCLUDES=$QEMU_INCLUDES" >> $config_host_mak
......
3580 3590
    # out of tree build
3581 3591
    mkdir -p libcacard
3582 3592
    rm -f libcacard/Makefile
3583
    ln -s "$source_path/libcacard/Makefile" libcacard/Makefile
3593
    symlink "$source_path/libcacard/Makefile" libcacard/Makefile
3584 3594
fi
3585 3595

  
3586 3596
d=libuser

Also available in: Unified diff