all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
To: help-gnu-emacs@gnu.org
Subject: Re: el-get gnuplot-mode.rcp won't compile
Date: Sun, 11 Aug 2013 05:14:31 +0900	[thread overview]
Message-ID: <874naxfgm0.fsf@yagnesh.org> (raw)
In-Reply-To: CAC=rykfrzDsdOwMAY8FD4fS3K+ihOu7idwc8PCbp48KGcXO=zA@mail.gmail.com


Hello Andreas,

Some thing very strange going on with autotools which I don't understand. 

Anyway, as you already pointed out, running "automake --add-missing" command
solves the problem, you can simply ask el-get to run that command for you.

place the following snippet in your init.el

--8<---------------cut here---------------start------------->8---
(setq my-custom-packages
      '((:name gnuplot-mode
               :description "Drive gnuplot from within emacs"
               :type github
               :pkgname "bruceravel/gnuplot-mode"
               :build `(("aclocal && autoconf")
                        ("./configure")
                        ("automake --add-missing")
                        ("make" ,(concat "EMACS=" el-get-emacs)
                         "gnuplot.elc" "gnuplot-gui.elc"))
               :info "gnuplot.info")
        ;; other custom packages goes here.

        ))
(el-get 'sync (mapcar 'el-get-source-name my-custom-packages))
--8<---------------cut here---------------end--------------->8---


HTH,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR




  reply	other threads:[~2013-08-10 20:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-10 16:02 el-get gnuplot-mode.rcp won't compile Andreas
2013-08-10 20:14 ` Yagnesh Raghava Yakkala [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-13 16:45 Andreas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874naxfgm0.fsf@yagnesh.org \
    --to=hi@yagnesh.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.