Skip to content

Commit

Permalink
Fix bug "sh: autom4te: command not found"
Browse files Browse the repository at this point in the history
When building under Mavericks, user gets error:
sh: autom4te: command not found
although the sources compile perfectly fine by hand.
This patch fixes this bug (maybe the same needs to be done for 'pkg-config').
  • Loading branch information
mebsout committed Nov 25, 2013
1 parent 0b3281a commit f858aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/emacs-mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class EmacsMac < Formula
url 'https://github.com/railwaycat/emacs-mac-port.git', :using => :git, :tag => 'v4.5'
version 'emacs-24.3-mac-4.5'

depends_on 'automake' => :build
depends_on 'automake'
depends_on 'pkg-config' => :build

option 'with-dbus', 'Build with d-bus support'
Expand Down

0 comments on commit f858aa2

Please sign in to comment.