mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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 <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
a33319273b
commit
6f7136fb2a
@ -1,3 +1,9 @@
|
|||||||
|
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
* doc/libtool.texi (Linking executables, Static libraries)
|
||||||
|
(Modules for libltdl, Distributing libltdl): Remove TABs from
|
||||||
|
the manual.
|
||||||
|
|
||||||
2008-06-13 Peter O'Gorman <peter@pogma.com>
|
2008-06-13 Peter O'Gorman <peter@pogma.com>
|
||||||
|
|
||||||
Support ifort on darwin.
|
Support ifort on darwin.
|
||||||
|
@ -775,7 +775,7 @@ Thing (TM) for you:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
burger$ @kbd{libtool --mode=link gcc -g -O -o test test.o \
|
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 \
|
gcc -g -O -o @value{objdir}/test test.o -Wl,--rpath \
|
||||||
-Wl,/usr/local/lib /usr/local/lib/libhello.a -lm
|
-Wl,/usr/local/lib /usr/local/lib/libhello.a -lm
|
||||||
creating test
|
creating test
|
||||||
@ -1059,7 +1059,7 @@ Automake doesn't allow you to do so.
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
burger$ @kbd{libtool --mode=install ./install-sh -c libhello.a \
|
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
|
./install-sh -c libhello.a /local/lib/libhello.a
|
||||||
ranlib /local/lib/libhello.a
|
ranlib /local/lib/libhello.a
|
||||||
burger$
|
burger$
|
||||||
@ -3932,8 +3932,8 @@ is more readable.
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
/* aliases for the exported symbols */
|
/* aliases for the exported symbols */
|
||||||
#define foo foo1_LTX_foo
|
#define foo foo1_LTX_foo
|
||||||
#define bar foo1_LTX_bar
|
#define bar foo1_LTX_bar
|
||||||
|
|
||||||
/* a global variable definition */
|
/* a global variable definition */
|
||||||
int bar = 1;
|
int bar = 1;
|
||||||
@ -4500,8 +4500,8 @@ if test "x$with_included_ltdl" != "xyes"; then
|
|||||||
CFLAGS="$CFLAGS $LTDLINCL"
|
CFLAGS="$CFLAGS $LTDLINCL"
|
||||||
LDFLAGS="$LDFLAGS $LIBLTDL"
|
LDFLAGS="$LDFLAGS $LIBLTDL"
|
||||||
AC_CHECK_LIB([ltdl], [lt_dladvise_init],
|
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"
|
LDFLAGS="$save_LDFLAGS"
|
||||||
CFLAGS="$save_CFLAGS"
|
CFLAGS="$save_CFLAGS"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user