libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: kill TABs from libtool.texi


From: Ralf Wildenhues
Subject: FYI: kill TABs from libtool.texi
Date: Tue, 17 Jun 2008 00:55:38 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

TABs inside texinfo files are mostly bad, see
<http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00920.html>.
Applied to master.

Cheers,
Ralf

2008-06-17  Ralf Wildenhues  <address@hidden>

        * doc/libtool.texi (Linking executables, Static libraries)
        (Modules for libltdl, Distributing libltdl): Remove TABs from
        the manual.

diff --git a/doc/libtool.texi b/doc/libtool.texi
index 31ba0c7..b09cc2a 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -775,7 +775,7 @@ Thing (TM) for you:
 
 @example
 burger$ @kbd{libtool --mode=link gcc -g -O -o test test.o \
-               /usr/local/lib/libhello.la}
+                /usr/local/lib/libhello.la}
 gcc -g -O -o @value{objdir}/test test.o -Wl,--rpath \
         -Wl,/usr/local/lib /usr/local/lib/libhello.a -lm
 creating test
@@ -1059,7 +1059,7 @@ Automake doesn't allow you to do so.
 
 @example
 burger$ @kbd{libtool --mode=install ./install-sh -c libhello.a \
-               /local/lib/libhello.a}
+                /local/lib/libhello.a}
 ./install-sh -c libhello.a /local/lib/libhello.a
 ranlib /local/lib/libhello.a
 burger$
@@ -3932,8 +3932,8 @@ is more readable.
 
 @example
 /* aliases for the exported symbols */
-#define foo    foo1_LTX_foo
-#define bar    foo1_LTX_bar
+#define foo  foo1_LTX_foo
+#define bar  foo1_LTX_bar
 
 /* a global variable definition */
 int bar = 1;
@@ -4500,8 +4500,8 @@ if test "x$with_included_ltdl" != "xyes"; then
   CFLAGS="$CFLAGS $LTDLINCL"
   LDFLAGS="$LDFLAGS $LIBLTDL"
   AC_CHECK_LIB([ltdl], [lt_dladvise_init],
-               [],
-       [AC_MSG_ERROR([installed libltdl is too old])])
+                [],
+        [AC_MSG_ERROR([installed libltdl is too old])])
   LDFLAGS="$save_LDFLAGS"
   CFLAGS="$save_CFLAGS"
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]