From: Nelson Ferreira Date: Fri, 2 Dec 2011 14:55:18 +0000 (-0500) Subject: Also make sxemacs packages of user home be looked up before xemacs ones, not just... X-Git-Tag: v22.1.15~80^2 X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=9361b0108fb09deccb7465abecf77de8fdeb2b15;p=sxemacs Also make sxemacs packages of user home be looked up before xemacs ones, not just the system Signed-off-by: Nelson Ferreira --- diff --git a/configure.ac b/configure.ac index 7162c93..ae1bd4b 100644 --- a/configure.ac +++ b/configure.ac @@ -3792,10 +3792,10 @@ fi if test -z "$with_package_path" && test -n "$with_package_prefix" ; then if test "$with_mule" = "yes" ; then - with_package_path="~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages" + with_package_path="~/.sxemacs/site-packages:~/.sxemacs/sxemacs-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages" with_package_path="${with_package_path}:${with_package_prefix}/site-packages:${with_package_prefix}/sxemacs-packages:${with_package_prefix}/xemacs-packages:${with_package_prefix}/mule-packages" else - with_package_path="~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/sxemacs-packages" + with_package_path="~/.sxemacs/site-packages:~/.sxemacs/sxemacs-packages:~/.sxemacs/xemacs-packages" with_package_path="${with_package_path}:${with_package_prefix}/site-packages:${with_package_prefix}/sxemacs-packages:${with_package_prefix}/xemacs-packages" fi fi