gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] --prefix ignored for documentation


From: Camm Maguire
Subject: Re: [Gcl-devel] --prefix ignored for documentation
Date: 17 Nov 2003 10:00:09 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  GCL polls emacs to find out where it keeps info and
site-lisp files.  In CVS (branch 2.6.1 and head), there is support for
overriding this with the configure option --enable-emacsdir.  I'm
actually working on incorporating this into the Debian package at the
moment.  Apparently, and I think I know where, there are some sites
that store emacs/texinfo etc. in a different tree from that designated
for binaries.

Take care,

John Tang Boyland <address@hidden> writes:

> I used "--prefix=/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common"
> with configure but the makefile installed tex info and doc files
> in /usr/local:
> 
> ...
> make[2]: Leaving directory 
> `/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common/install/elisp'
> if test "/usr/local/info/" != "unknown"; then (cd info ; make ; make install 
> DESTDIR=) ; fi
> make[2]: Entering directory 
> `/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common/install/info'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory 
> `/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common/install/info'
> make[2]: Entering directory 
> `/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common/install/info'
> mkdir -p /usr/local/info/
> [ -f /usr/local/info/dir ] || touch /usr/local/info/dir
> grep gcl-si /usr/local/info/dir >/dev/null 2>&1 || 
> echo "* GCL Doc: (gcl-si.info). GNU Common Lisp specific Documentation." >> 
> /usr/local/info/dir
> grep gcl-tk /usr/local/info/dir >/dev/null 2>&1 || 
> echo "* GCL TK Doc: (gcl-tk.info).      TK window GCL interface." >> 
> /usr/local/info/dir
> grep gcl.info /usr/local/info/dir >/dev/null 2>&1 || 
> echo "* GCL Ansi Doc: (gcl.info).  Ansi Common Lisp Specification." >> 
> /usr/local/info/dir
> cp *.info* /usr/local/info/
> cp: cannot create /usr/local/info/gcl-si.info-2: No space left on device
> cp: cannot create /usr/local/info/gcl-si.info-3: No space left on device
> ...
> 
> John
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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