gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: Patch to GCL 2.4.0 configure


From: Camm Maguire
Subject: [Gcl-devel] Re: Patch to GCL 2.4.0 configure
Date: 13 Jan 2002 12:04:57 -0500

Greetings, and thanks for he patch!  One question, won't this work
too?

        EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | 
sed -e /Loading/d | sed -e /load/d `

This is what is used in the other two instances, which I noticed you
did not need to patch, so I assume worked OK.  I'd like to keep it
uniform if possible, and you've spotted correctly an existing
inconsistency.  I've committed the above fix.


BTW, if you would like, you are more than welcome to join the
project.  Please let me know if you are interested, and we can set you
up with the right permissions on the web site, etc.

Take care,


address@hidden writes:

> Camm,
> 
>   I should probably be using one of the mailing lists, but didn't have
> time to see if a GCL list was up and running yet.
> 
>   I grabbed the CVS GCL on Friday PM and it didn't build.  The problem
> was one line in the 'configure' file.  I've included the 'diff' below.
> The cause is probably my not using the RH7.2 distribution emacs, but rather
> the latest release emacs 21.1.1.  Details are as follows:
> 
> mike
> 
> ============================================================
> 
> address@hidden mak]$  uname -a
> address@hidden mak]$  Linux localhost.localdomain 2.4.7-10 #1 Thu Sep 6 
> 17:21:28 EDT 2001 i586 unknown
> address@hidden mak]$  diff -c ~mak/src/gcl/configure ../configure.mak.2.4.0 
> *** /home/mak/src/gcl/configure       Sat Jan 12 00:31:20 2002  <<=== THE 
> ORIGINAL CONFIGURE FILE
> --- ../configure.mak.2.4.0    Sat Jan 12 17:05:23 2002  <<=== MY HACK
> ***************
> *** 2600,2606 ****
>   echo "configure:2601: checking emacs site lisp directory" >&5
>   #EMACS_SITE_LISP=unknown
>   if [ "$EMACS" != "" ] ; then
> !     EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | 
> sed -e /Loading/d `
>   else
>       EMACS_SITE_LISP=""
>   fi
> --- 2600,2606 ----
>   echo "configure:2601: checking emacs site lisp directory" >&5
>   #EMACS_SITE_LISP=unknown
>   if [ "$EMACS" != "" ] ; then
> !     EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | 
> sed -e '/oading\|load others/d'`
>   else
>       EMACS_SITE_LISP=""
>   fi
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]