Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv31916/include
Modified Files:
Moptions.h
Log Message:
changed "make install" under Unix to be more consistent with FSSTD and common sense:
1. binary is now installed in $prefix/bin
2. $prefix/share/mahogany (and not Mahogany) contains only arch-independent files
3. modules are now in $prefix/lib/mahogany/modules
4. code has been updated accordingly and tweaked to ensure that everything
works both after and before the installation
5. some preliminary/untested code for Mac OS X bundle directory detection added
Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.87
retrieving revision 1.88
diff -b -u -2 -r1.87 -r1.88
--- Moptions.h 4 Jan 2004 02:20:39 -0000 1.87
+++ Moptions.h 12 Jan 2004 17:48:28 -0000 1.88
@@ -67,9 +67,5 @@
#ifdef OS_UNIX
-extern const MOption MP_PATHLIST;
-extern const MOption MP_ROOTDIRNAME;
extern const MOption MP_AFMPATH;
-extern const MOption MP_ETCPATH;
-extern const MOption MP_PREFIXPATH;
#endif // OS_UNIX
@@ -521,14 +517,6 @@
// Unix-only entries
#ifdef OS_UNIX
-/// search paths for M's directory
-# define MP_PATHLIST_NAME _T("PathList")
-/// the name of M's root directory
-# define MP_ROOTDIRNAME_NAME _T("RootDirectoryName")
/// the path where to find .afm files
# define MP_AFMPATH_NAME _T("AfmPath")
-/// the path to the /etc directories (configuration files)
-# define MP_ETCPATH_NAME _T("ConfigPath")
-/// the path to the M directory, e.g. /usr/
-# define MP_PREFIXPATH_NAME _T("PrefixPath")
#endif //Unix
@@ -1358,16 +1346,8 @@
// Unix-only entries
#ifdef OS_UNIX
-/// path list for M's directory
-# define MP_PATHLIST_DEFVAL M_PREFIX
_T(":/usr/local:/usr/:/opt:/opt/local:/usr/opt:/usr/local/opt")
/// the complete path to the glocal M directory
# define MP_GLOBALDIR_DEFVAL M_BASEDIR
-/// the name of M's root directory
-# define MP_ROOTDIRNAME_DEFVAL _T("Mahogany")
/// the path where to find .afm files
# define MP_AFMPATH_DEFVAL M_BASEDIR
_T("/afm:/usr/share:/usr/lib:/usr/local/share:/usr/local/lib:/opt/ghostscript:/opt/enscript")
-/// the path to the /etc directories (configuration files)
-# define MP_ETCPATH_DEFVAL
_T("/etc:/usr/etc:/usr/local/etc:/opt/etc:/usr/share/etc:/usr/local/share/etc")
-/// the path to the m directory
-# define MP_PREFIXPATH_DEFVAL
_T("/usr:/usr/local:/opt:/usr/share:/usr/local/share:/opt/share:/usr/local/opt:/usr/local/opt/share:/tmp")
#else // !Unix
/// the complete path to the glocal M directory
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates