help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: el-get gnuplot-mode.rcp won't compile


From: Yagnesh Raghava Yakkala
Subject: Re: el-get gnuplot-mode.rcp won't compile
Date: Sun, 11 Aug 2013 05:14:31 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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 via email to

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