[vlc-devel] commit: Update vlc-config.in construction ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 21 22:12:57 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 21 23:13:56 2008 +0300| [d7f338694fdd401eb8a8722065eb0c14154eb9e5]
Update vlc-config.in construction
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7f338694fdd401eb8a8722065eb0c14154eb9e5
---
m4/vlc.m4 | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/m4/vlc.m4 b/m4/vlc.m4
index 13a0ada..a6ff7d6 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
])
More information about the vlc-devel
mailing list