aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure
index 67e1039d54c..ce683a5fa29 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -2036,8 +2036,9 @@ Optional Features:
2036 enable compile time checks for the Lisp_Object data 2036 enable compile time checks for the Lisp_Object data
2037 type. This is useful for development for catching 2037 type. This is useful for development for catching
2038 certain types of bugs. 2038 certain types of bugs.
2039 --enable-profiling build emacs with profiling support. This might not 2039 --enable-profiling build emacs with low-level, gprof profiling support.
2040 work on all platforms 2040 Mainly useful for debugging Emacs itself. May not
2041 work on all platforms. Stops profiler.el working.
2041 --enable-autodepend automatically generate dependencies to .h-files. 2042 --enable-autodepend automatically generate dependencies to .h-files.
2042 Requires GNU Make and Gcc. Enabled if GNU Make and 2043 Requires GNU Make and Gcc. Enabled if GNU Make and
2043 Gcc is found 2044 Gcc is found