]> git.sesse.net Git - vlc/commitdiff
Remove mkdir -p intl/ from bootstrap following [24803].
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Feb 2008 07:00:31 +0000 (07:00 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Feb 2008 07:00:31 +0000 (07:00 +0000)
bootstrap

index b1ccf14514ea008e15bdeaec05a4c2b0c445a82c..4fe358618f0d5e2f81971c44f9d6d10e881dffdb 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -125,7 +125,6 @@ set -x
 
 # Automake complains if these are not present
 echo > vlc-config.in
-mkdir -p intl
 cp -f INSTALL INSTALL.svn
 
 autoreconf --install --force ${ACLOCAL_ARGS}