2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2025-03-19 15:50:25 +08:00

* doc/libtool.texi: remove ticks from menu items; it breaks TeX

Reported by Erez Zadok <ezk@cs.columbia.edu>
This commit is contained in:
Alexandre Oliva 1999-02-20 18:28:05 +00:00 committed by Alexandre Oliva
parent f890f1be12
commit 83aa376aa2
2 changed files with 7 additions and 4 deletions

@ -1,5 +1,8 @@
1999-02-20 Alexandre Oliva <oliva@dcc.unicamp.br>
* doc/libtool.texi: remove ticks from menu items; it breaks TeX
Reported by Erez Zadok <ezk@cs.columbia.edu>
* ltmain.in: fixes for export-symbols dry-run
* ltconfig.in (shlibpath_overrides_runpath): new variable;

@ -173,7 +173,7 @@ Dlopened modules
Using libltdl
* Libltdl's interface:: How to use libltdl in your programs.
* Libltdl interface:: How to use libltdl in your programs.
* Modules for libltdl:: Creating modules that can be @code{dlopen}ed.
* Distributing libltdl:: How to distribute libltdl with your package.
@ -2557,16 +2557,16 @@ libtool's dlpreopen (see @pxref{Dlpreopening})
@end itemize
@menu
* Libltdl's interface:: How to use libltdl in your programs.
* Libltdl interface:: How to use libltdl in your programs.
* Modules for libltdl:: Creating modules that can be @code{dlopen}ed.
* Distributing libltdl:: How to distribute libltdl with your package.
@end menu
@node Libltdl's interface
@node Libltdl interface
@section How to use libltdl in your programs
@noindent
Libltdl's API is similar to the dlopen interface of Solaris and Linux,
The libltdl API is similar to the dlopen interface of Solaris and Linux,
which is very simple but powerful.
@noindent