]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update the configuration report
authorTravis Cross <tc@traviscross.com>
Sat, 1 Mar 2014 03:24:47 +0000 (03:24 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 2 Mar 2014 03:47:48 +0000 (03:47 +0000)
Order the default configure flags in the order they show up in
configure --help, and order our own alphabetically.

configure.in

index 6efff750c15ee00f2335b941c33057efb4908209..4f01f94b00e9fb5928c1f26bc0653964394cb73f 100644 (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 "      sysconfdir:      ${sysconfdir}"
 echo "      libdir:          ${libdir}"
+echo ""
+echo "      certsdir:        ${certsdir}"
+echo "      dbdir:           ${dbdir}"
+echo "      grammardir:      ${grammardir}"
+echo "      htdocsdir:       ${htdocsdir}"
+echo "      logfiledir:      ${logfiledir}"
 echo "      modulesdir:      ${modulesdir}"
-echo "      sysconfdir:      ${sysconfdir}"
+echo "      pkgconfigdir:    ${pkgconfigdir}"
+echo "      recordingsdir:   ${recordingsdir}"
 echo "      runtimedir:      ${runtimedir}"
-echo "      logfiledir:      ${logfiledir}"
+echo "      scriptdir:       ${scriptdir}"
+echo "      soundsdir:       ${soundsdir}"
+echo "      storagedir:      ${storagedir}"
 echo ""
 echo "------------------------------------------------------------------------------"