Minor format changes to final configuration summary

This commit is contained in:
Curtis Gedak 2011-06-07 11:01:13 -06:00
parent dd6a8af544
commit 9cdd6c0092

View file

@ -210,14 +210,14 @@ dnl Summary
dnl======================
echo ""
echo "================ Final configuration ==================="
echo " Installing into prefix : $prefix"
echo "===================== Final configuration ========================"
echo " Installing into prefix : $prefix"
echo ""
echo " Build documentation? : $enable_doc"
echo " Build documentation? : $enable_doc"
echo ""
echo " Need part table re-read work around? : $need_pt_reread_work_around"
echo " Supports sector sizes > 512 bytes? : $support_sector_size_gt_512"
echo " Use native libparted dmraid support? : $enable_libparted_dmraid"
echo " Need partition table re-read work around? : $need_pt_reread_work_around"
echo " Supports sector sizes > 512 bytes? : $support_sector_size_gt_512"
echo " Use native libparted dmraid support? : $enable_libparted_dmraid"
echo ""
echo " If all settings are OK, type make and make install "
echo "========================================================"
echo "=================================================================="