jed-users mailing list

[2008 Date Index] [2008 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: More patches


Hello John,

"John E. Davis" <davis@xxxxxxxxxxxxx> wrote:
> Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
> [...]
>>       This patch includes two SLang function [gs]et_jed_library_path() as
>>     wrapper around [gs]et_slang_load_path() to ease migratition.
>
> I added the patches and also defined append/prepend_to_slang_load_path
> that automatically handle the path delimiter.

Do you add these functions to S‐Lang, too?

Why did you add datarootdir to Makefile.in in the previous commit? Where
is it used?

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -12,6 +12,7 @@ LDFLAGS = @LDFLAGS@ @DYNAMIC_LINK_FLAGS@
 #---------------------------------------------------------------------------
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 #JED_ROOT = $(HOME)/src/jed# <--- make sure # is at end of file!!
 #JED_ROOT = $(prefix)/jed# <--- make sure # is at end of file!!
 JED_ROOT = @JED_ROOT@# <--- make sure # is at end of file!!

And can you cleanup the directory values?

% ./configure --prefix=/usr
…
  JED_ROOT = /usr/jed

Using --prefix=/usr/share --exec-prefix=/usr the manual pages get
installed in /usr/share/share/man/…

Bye, Jörg.
-- 
Wenn du nur einen Hammer hast, sieht jedes Problem aus wie ein Nagel.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2008 date index] [2008 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]