Skip to content
Snippets Groups Projects
Commit 7fa3208b authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add warning about m4 macros.

parent a2aa0c0b
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,14 @@ def install f
end
end
# Check for m4 files
if Dir[f.share+"aclocal/*.m4"].length > 0
opoo 'm4 macros were installed to "share/aclocal".'
puts "Homebrew does not append \"#{HOMEBREW_PREFIX}/share/aclocal\""
puts "to \"/usr/share/aclocal/dirlist\". If an autoconf script you use"
puts "requires these m4 macros, you'll need to add this path manually."
end
# link from Cellar to Prefix
begin
keg.link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment