Update the configuration report

Order the default configure flags in the order they show up in
configure --help, and order our own alphabetically.
This commit is contained in:
Travis Cross 2014-03-01 03:24:47 +00:00
parent f5ecbc84ca
commit fd1b0279e2
1 changed files with 14 additions and 4 deletions

View File

@ -1365,15 +1365,25 @@ echo
echo "-------------------------- FreeSWITCH configuration --------------------------"
echo ""
echo " Locations:"
echo " Selected layout: ${layout_name}"
echo " FHS enabled: ${enable_fhs}"
echo ""
echo " prefix: ${prefix}"
echo " exec_prefix: ${exec_prefix}"
echo " bindir: ${bindir}"
echo " libdir: ${libdir}"
echo " modulesdir: ${modulesdir}"
echo " sysconfdir: ${sysconfdir}"
echo " runtimedir: ${runtimedir}"
echo " libdir: ${libdir}"
echo ""
echo " certsdir: ${certsdir}"
echo " dbdir: ${dbdir}"
echo " grammardir: ${grammardir}"
echo " htdocsdir: ${htdocsdir}"
echo " logfiledir: ${logfiledir}"
echo " modulesdir: ${modulesdir}"
echo " pkgconfigdir: ${pkgconfigdir}"
echo " recordingsdir: ${recordingsdir}"
echo " runtimedir: ${runtimedir}"
echo " scriptdir: ${scriptdir}"
echo " soundsdir: ${soundsdir}"
echo " storagedir: ${storagedir}"
echo ""
echo "------------------------------------------------------------------------------"