[x264-devel] [PATCH 2/7] Override INSTALL with $INSTALL

KO Myung-Hun komh at chollian.net
Sat Mar 19 15:17:24 CET 2011


---
 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


More information about the x264-devel mailing list