Skip to content

Commit

Permalink
Update vlc-config.in construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Apr 21, 2008
1 parent 910de3f commit d7f3386
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions m4/vlc.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
])

Expand Down

0 comments on commit d7f3386

Please sign in to comment.