[x264-devel] [PATCH 2/7] Override INSTALL with $INSTALL
Sean McGovern
gseanmcg at gmail.com
Thu Apr 14 17:54:18 CEST 2011
+1 for this patch.
-- Sean
------Original Message------
From: KO Myung-Hun
Sender: x264-devel-bounces at videolan.org
To: Mailing List for x264 developers
Cc: KO Myung-Hun
ReplyTo: Mailing List for x264 developers
Subject: [x264-devel] [PATCH 2/7] Override INSTALL with $INSTALL
Sent: Mar 19, 2011 08:44
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 0aedeb5..8ff2e5a 100644
--- a/configure
+++ b/configure
@@ -807,6 +807,7 @@ ASFLAGS=$ASFLAGS
EXE=$EXE
HAVE_GETOPT_LONG=$HAVE_GETOPT_LONG
DEVNULL=$DEVNULL
+INSTALL=${INSTALL-install}
EOF
if [ "$shared" = "yes" ]; then
--
1.7.3.2
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel
More information about the x264-devel
mailing list