Re: [AD] cmake fixes and ogg patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] cmake fixes and ogg patch
- From: Trent Gamblin <trent@xxxxxxxxxx>
- Date: Fri, 18 May 2007 10:43:49 -0600
On Sat, 2007-19-05 at 00:55 +1000, Peter Wang wrote:
> Can you explain why you removed the ${braces} from the shell script?
> There should be no difference.
configure_file (the cmake function) does substitution on ${var} before
the shell ever sees it, so they're left blank.