libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.4-19-g6f7136f


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-19-g6f7136f
Date: Mon, 16 Jun 2008 22:55:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  6f7136fb2a221db66a53a5415da80e760dc80e6c (commit)
      from  a33319273b5b70b8dc98c698fe99d039a1873c23 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6f7136fb2a221db66a53a5415da80e760dc80e6c
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jun 17 00:55:15 2008 +0200

    Remove TABs from the manual.
    
    * doc/libtool.texi (Linking executables, Static libraries)
    (Modules for libltdl, Distributing libltdl): Remove TABs from
    the manual.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    6 ++++++
 doc/libtool.texi |   12 ++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c22304d..826d92a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-17  Ralf Wildenhues  <address@hidden>
+
+       * doc/libtool.texi (Linking executables, Static libraries)
+       (Modules for libltdl, Distributing libltdl): Remove TABs from
+       the manual.
+
 2008-06-13  Peter O'Gorman  <address@hidden>
 
        Support ifort on darwin.
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


hooks/post-receive
--
GNU Libtool




reply via email to

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