|
|
use canna && myconf="${myconf} --with-canna" || | use canna && myconf="${myconf} --with-canna" || |
myconf="${myconf} --without-canna" | myconf="${myconf} --without-canna" |
| |
|
local my_pkgpath="/usr/lib/xemacs/xemacs-packages/" |
|
use mule && my_pkgpath="${my_pkgpath}:/usr/lib/xemacs/mule-packages" |
|
|
local soundconf="native" | local soundconf="native" |
| |
use nas && soundconf="${soundconf},nas" | use nas && soundconf="${soundconf},nas" |
|
|
--with-pop \ | --with-pop \ |
--with-ncurses \ | --with-ncurses \ |
--with-site-lisp=yes \ | --with-site-lisp=yes \ |
--package-path=/usr/lib/xemacs/xemacs-packages/ \ |
--package-path=${my_pkgpath} \ |
--with-msw=no \ | --with-msw=no \ |
|| die | || die |
| |