]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh: Replace literal tab chars in help comment
authorGary V. Vaughan <gary@gnu.org>
Fri, 9 Mar 2007 15:08:43 +0000 (15:08 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 9 Mar 2007 15:08:43 +0000 (15:08 +0000)
with spaces to align columns in --help output.

ChangeLog
libtoolize.m4sh

index 52a1e65455d206346d803afdf7fed03d26169709..20ab96d21187eff8f5d722b3f07347766e345b6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-09  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize.m4sh: Replace literal tab chars in help comment
+       with spaces to align columns in --help output.
+
 2007-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/config/ltmain.m4sh (func_mode_link): Also apply the
index 8696bb961e86f3a2468c709a5801797699a1bf3e..7b7f7a5e79b8e48701e67bd32539f6a89afa1795 100644 (file)
@@ -40,9 +40,9 @@ m4_divert_push([SCRIPT])#! /bin/sh
 # -f, --force           replace existing files
 # -i, --install         copy missing auxiliary files
 #     --ltdl[=DIR]      install libltdl sources [default: libltdl]
-#     --nonrecursive   prepare ltdl for non-recursive make
+#     --nonrecursive    prepare ltdl for non-recursive make
 # -q, --quiet           work silently
-#     --recursive      prepare ltdl for recursive make
+#     --recursive       prepare ltdl for recursive make
 #     --subproject      prepare ltdl to configure and build independently
 # -v, --verbose         verbosely report processing
 #     --version         print version information and exit