[vlc-commits] commit: aclocal doesn't like -I <non-existing-dir> ( Rafaël Carré )
git at videolan.org
git at videolan.org
Sun Oct 31 22:03:37 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Oct 31 22:03:22 2010 +0100| [ef0538924981a47b1091b154f5510b0478b6882a] | committer: Rafaël Carré
aclocal doesn't like -I <non-existing-dir>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef0538924981a47b1091b154f5510b0478b6882a
---
extras/contrib/bootstrap | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 2299fe7..bee5297 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -112,6 +112,7 @@ fi
# Make sure prefix is absolute and existing
mkdir -p "${PREFIX}"
PREFIX=`cd "${PREFIX}" && pwd`
+mkdir -p "${PREFIX}/share/aclocal" # aclocal needs this dir to exist
#
# Set up build dir
More information about the vlc-commits
mailing list