From d77a1e7dfac386b329c84b4b9690595f92efe615 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 23 Feb 2004 15:52:18 +0000 Subject: [PATCH] * ltmain.in: Add missing --help doc for --preserve-dup-deps. --- ChangeLog | 4 ++++ ltmain.in | 23 ++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4081b2b49..79d595c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-23 Gary V. Vaughan + + * ltmain.in: Add missing --help doc for --preserve-dup-deps. + 2004-02-22 Gary V. Vaughan * Makefile.maint (web-manual): Generate the web manual carefully diff --git a/ltmain.in b/ltmain.in index bd2ac6420..b9c6eaad1 100644 --- a/ltmain.in +++ b/ltmain.in @@ -6441,17 +6441,18 @@ case $mode in Provide generalized library-building support services. - --config show all configuration variables - --debug enable verbose shell tracing --n, --dry-run display commands without modifying any files - --features display basic configuration information and exit - --finish same as \`--mode=finish' - --help display this help message and exit - --mode=MODE use operation mode MODE - --quiet same as \`--silent' - --silent don't print informational messages - --tag=TAG use configuration variables from tag TAG - --version print version information + --config show all configuration variables + --debug enable verbose shell tracing +-n, --dry-run display commands without modifying any files + --features display basic configuration information and exit + --finish same as \`--mode=finish' + --help display this help message and exit + --mode=MODE use operation mode MODE + --preserve-dup-deps don't remove duplicate dependency libraries + --quiet same as \`--silent' + --silent don't print informational messages + --tag=TAG use configuration variables from tag TAG + --version print version information MODE must be one of the following: -- 2.47.2