From: Travis Cross Date: Sat, 1 Mar 2014 03:24:47 +0000 (+0000) Subject: Update the configuration report X-Git-Tag: v1.2.23~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195586f7f56698600e7a939943a9088f78143b9f;p=thirdparty%2Ffreeswitch.git Update the configuration report Order the default configure flags in the order they show up in configure --help, and order our own alphabetically. --- diff --git a/configure.in b/configure.in index d871d56903..dabc64b577 100644 --- a/configure.in +++ b/configure.in @@ -1334,15 +1334,24 @@ 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 " 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 "------------------------------------------------------------------------------"