Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
gnuplot: remove dead lisp option
Browse files Browse the repository at this point in the history
Per upstream:
> The "gnuplot mode" elisp and TeX files for use with emacs are now maintained as
> a separate project: https://github.com/bruceravel/gnuplot-mode so there is
> no longer a configuration option --with-lisp-files.
  • Loading branch information
DomT4 committed Mar 25, 2016
1 parent 43f1afe commit d5c44cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Formula/gnuplot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Gnuplot < Formula
option "with-cairo", "Build the Cairo based terminals"
option "without-lua", "Build without the lua/TikZ terminal"
option "with-test", "Verify the build with make check"
option "without-emacs", "Do not build Emacs lisp files"
option "with-wxmac", "Build wxmac support. Need with-cairo to build wxt terminal"
option "with-tex", "Build with LaTeX support"
option "with-aquaterm", "Build with AquaTerm support"
Expand Down Expand Up @@ -92,7 +91,6 @@ def install
# Per upstream: "--with-tutorial is horribly out of date."
args << "--without-tutorial"
args << "--without-lua" if build.without? "lua"
args << "--without-lisp-files" if build.without? "emacs"
args << ((build.with? "aquaterm") ? "--with-aquaterm" : "--without-aquaterm")
args << ((build.with? "x11") ? "--with-x" : "--without-x")

Expand Down

0 comments on commit d5c44cb

Please sign in to comment.