mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
Actually pass the infomessages variable into config.status, so the message about plugin-builddir gets displayed.
Original commit message from CVS: Actually pass the infomessages variable into config.status, so the message about plugin-builddir gets displayed. We can use this mechanism to display lists of plugins which won't be built: just add the lines to be output at the end of ./configure to $infomessages
This commit is contained in:
parent
60efda8a42
commit
4dce71b5a7
1 changed files with 2 additions and 2 deletions
|
@ -1244,8 +1244,8 @@ gstreamer.pc
|
|||
gstreamer-uninstalled.pc
|
||||
SUBSTFOR configure.in:gstreamer.spec])
|
||||
SUBSTFOR configure.in:AC_OUTPUT_COMMANDS([chmod +x gstreamer-config;
|
||||
SUBSTFOR configure.in:echo "$infomessages"])
|
||||
SUBSTFOR configure.in:echo "$infomessages"], infomessages="$infomessages")
|
||||
SUBSTFOR configure.ac:gstreamer.spec,
|
||||
SUBSTFOR configure.ac:chmod +x gstreamer-config
|
||||
SUBSTFOR configure.ac:echo "$infomessages"
|
||||
SUBSTFOR configure.ac:echo "$infomessages", infomessages="$infomessages"
|
||||
SUBSTFOR configure.ac:)
|
||||
|
|
Loading…
Reference in a new issue