Renamed lib-dir-list to lib-dirs-list.
This commit is contained in:
parent
0562f3301d
commit
57fbec4ef2
|
@ -419,7 +419,7 @@ for scsh.
|
||||||
the scsh installation.
|
the scsh installation.
|
||||||
\end{desc}
|
\end{desc}
|
||||||
%
|
%
|
||||||
\defun{lib-dir-list}{}{symbol list}
|
\defun{lib-dirs-list}{}{symbol list}
|
||||||
\begin{desc}
|
\begin{desc}
|
||||||
Returns the default list of library directories. See
|
Returns the default list of library directories. See
|
||||||
Section~\ref{sec:scsh-switches} for more information about the
|
Section~\ref{sec:scsh-switches} for more information about the
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
(define (man-dir) "@scsh_mandir@")
|
(define (man-dir) "@scsh_mandir@")
|
||||||
|
|
||||||
(define (lib-dir-list) (quote @scsh_lib_dirs_list@))
|
(define (lib-dirs-list) (quote @scsh_lib_dirs_list@))
|
||||||
|
|
||||||
(define (libs) "@scsh_LIBS@")
|
(define (libs) "@scsh_LIBS@")
|
||||||
|
|
||||||
|
|
|
@ -1199,7 +1199,7 @@
|
||||||
lib-dir
|
lib-dir
|
||||||
include-dir
|
include-dir
|
||||||
man-dir
|
man-dir
|
||||||
lib-dir-list
|
lib-dirs-list
|
||||||
libs
|
libs
|
||||||
defs
|
defs
|
||||||
cflags
|
cflags
|
||||||
|
|
Loading…
Reference in New Issue