Branch: Tag:

1999-01-21

1999-01-21 09:12:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

share is now used when pike is not installed..

Rev: lib/master.pike.in:1.37

1: - /* $Id: master.pike.in,v 1.36 1998/10/31 22:47:11 grubba Exp $ + /* $Id: master.pike.in,v 1.37 1999/01/21 09:12:32 hubbe Exp $    *    * Master-file for Pike.    *
712:    add_include_path(tmppath+"/include");    add_module_path(tmppath+"/modules");   #else -  // add path for architecture-shared files +  + #if "¤share_prefix¤"[0]!='¤' +  // add path for architecture-dependant files    add_include_path("¤share_prefix¤/include");    add_module_path("¤share_prefix¤/modules"); -  + #endif       // add path for architecture-dependant files    add_include_path("¤lib_prefix¤/include");