]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: fix new SPACE-TAB violations.
authorGary V. Vaughan <gary@gnu.org>
Sun, 27 Jan 2013 13:20:30 +0000 (20:20 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sun, 27 Jan 2013 13:24:42 +0000 (20:24 +0700)
* build-aux/ltmain.in (func_dll_def_p): Replace SPACE-TAB by
TAB-SPACE.
* m4/libtool.m4 (_LT_DLL_DEF_P): Likewise.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/ltmain.in
m4/libtool.m4

index f41fdc7307ca441abeabd99df3fc19e3287a8aa6..4c56b98bf75b72275a2d16f8618da911eb9815de 100644 (file)
@@ -1323,9 +1323,9 @@ func_dll_def_p ()
   $debug_cmd
 
   func_dll_def_p_tmp=`$SED -n \
-    -e 's/^[   ]*//' \
+    -e 's/^[    ]*//' \
     -e '/^\(;.*\)*$/d' \
-    -e 's/^\(EXPORTS\|LIBRARY\)\([     ].*\)*$/DEF/p' \
+    -e 's/^\(EXPORTS\|LIBRARY\)\([      ].*\)*$/DEF/p' \
     -e q \
     "$1"`
   test DEF = "$func_dll_def_p_tmp"
index 0a6c334b58d3f18985ca0563bb407ab053e13d43..3f50b0cc0d68b7484cf8edea0140cb9e128e430d 100644 (file)
@@ -3537,9 +3537,9 @@ _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
 AC_DEFUN([_LT_DLL_DEF_P],
 [dnl
   test DEF = "`$SED -n dnl
-    -e '\''s/^[[       ]]*//'\'' dnl Strip leading whitespace
+    -e '\''s/^[[        ]]*//'\'' dnl Strip leading whitespace
     -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
-    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[         ]].*\)*$/DEF/p'\'' dnl
+    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[  ]].*\)*$/DEF/p'\'' dnl
     -e q dnl                          Only consider the first "real" line
     $1`" dnl
 ])# _LT_DLL_DEF_P