Remove obsolete and useless --enable_no_deps configure option

This option didn't do anything for the last 14 years, ever since the switch to
bakefile-generated makefiles in fe0895cf82, so
remove it from configure and stop mentioning it in documentation.

Use --disable-dependency-tracking to do what this option used to be doing 15
years ago.
This commit is contained in:
Vadim Zeitlin
2017-05-27 13:05:47 +02:00
parent 3414fde5f6
commit 1c4071a3cb
5 changed files with 0 additions and 41 deletions

View File

@@ -231,9 +231,6 @@ The following options handle the kind of library you want to build.
binary size. Also fewer crashes during the
actual compilation...
--enable-no_deps Enable compilation without creation of
dependency information.
--enable-permissive Enable compilation without checking for strict
ANSI conformance. Useful to prevent the build
dying with errors as soon as you compile with