[vlc-commits] configure.ac: fix use of *FLAGS_save and VLC_{SAVE, RESTORE}_FLAGS
Rafaël Carré
git at videolan.org
Mon Nov 28 01:43:31 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 19 08:51:05 2011 -0500| [acdd56d82cd27420c9cb0e9f5f1ad161dc30ef0a] | committer: Rafaël Carré
configure.ac: fix use of *FLAGS_save and VLC_{SAVE, RESTORE}_FLAGS
You should use them like this:
- modify *FLAGS and LIBS globally
- use VLC_SAVE_FLAGS to push the variables
- modify the variables for the tests
- use VLC_RESTORE_FLAGS when you're done to pop the variables
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acdd56d82cd27420c9cb0e9f5f1ad161dc30ef0a
---
configure.ac | 410 ++++++++++++++++++++++++----------------------------------
1 files changed, 172 insertions(+), 238 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=acdd56d82cd27420c9cb0e9f5f1ad161dc30ef0a
More information about the vlc-commits
mailing list