Opened 15 years ago
#23 new defect
Update bootstrap script to find SDL in /usr/local
Reported by: | guest | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | abuse | Version: | SVN |
Keywords: | Cc: |
Description
I'm on OS X (either 10.5 or 10.6) doing a command-line build after installing SDL in /usr/local. (This is the result of using 'brew' to install SDL, see: http://github.com/mxcl/homebrew )
The bootstrap script doesn't look in /usr/local/... to find M4 macros, so it fails to detect SDL unless I edit the end of the script as seen in the attached patch.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch to include /usr/local/share/aclocal m4 scripts.