From: RĂ©mi Denis-Courmont Date: Mon, 21 Apr 2008 20:13:56 +0000 (+0300) Subject: Update vlc-config.in construction X-Git-Tag: 0.9.0-test0~1372 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d7f338694fdd401eb8a8722065eb0c14154eb9e5;p=vlc Update vlc-config.in construction --- diff --git a/m4/vlc.m4 b/m4/vlc.m4 index 13a0ada537..a6ff7d6ce7 100644 --- a/m4/vlc.m4 +++ b/m4/vlc.m4 @@ -134,13 +134,8 @@ AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [ echo " ;;" ] done >> vlc-config.in - - dnl '/#@1@#/,/#@2@#/{/#@.@#/d;p}' won't work on OS X - sed -ne '/#@1@#/,/#@2@#/p' < "${srcdir}/vlc-config.in.in" \ - | sed -e '/#@.@#/d' >> vlc-config.in - - dnl '/#@2@#/,${/#@.@#/d;p}' won't work on OS X - sed -ne '/#@2@#/,$p' < "${srcdir}/vlc-config.in.in" \ + dnl '/#@1@#/,${/#@.@#/d;p}' won't work on OS X + sed -ne '/#@1@#/,$p' < "${srcdir}/vlc-config.in.in" \ | sed -e '/#@.@#/d' >> vlc-config.in ])