Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 425366 Details for
Bug 574606
dev-lisp/gcl-2.6.14 installs files into unexpected paths (/default.el)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcl-2.6.12-emacs-default-el.patch
gcl-2.6.12-emacs-default-el.patch (text/plain), 947 bytes, created by
Ulrich Müller
on 2016-02-13 09:18:54 UTC
(
hide
)
Description:
gcl-2.6.12-emacs-default-el.patch
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2016-02-13 09:18:54 UTC
Size:
947 bytes
patch
obsolete
>--- gcl-orig/configure.in >+++ gcl/configure.in >@@ -2577,30 +2577,7 @@ > AC_MSG_RESULT($EMACS_SITE_LISP) > AC_SUBST(EMACS_SITE_LISP) > >-# check for where the emacs site lisp default.el is >-rm -f conftest.el >-cat >> conftest.el <<EOF >-(let ((ans "./default.el") file (tem load-path)) >- (while tem >- (cond ((file-exists-p >- (setq file (expand-file-name "/default.el" (car tem)))) >- (setq tem nil) (setq ans file))) >- (setq tem (cdr tem))) >- (message ans)) >-EOF >- >-AC_MSG_CHECKING([emacs default.el]) >-if [[ "$EMACS" != "" ]] ; then >- EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d` >-else >- EMACS_DEFAULT_EL="" >-fi >-if test -f "${EMACS_DEFAULT_EL}" ; then true;else >- if test -d $EMACS_SITE_LISP ; then >- EMACS_DEFAULT_EL=${EMACS_SITE_LISP}/default.el >- fi >-fi >-AC_MSG_RESULT($EMACS_DEFAULT_EL) >+EMACS_DEFAULT_EL="" > AC_SUBST(EMACS_DEFAULT_EL) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 574606
:
425358
| 425366 |
425966