Browse code

configure: opensolaris install is not compatible with ffmpeg, allow overriding it.

ginstall works on opensolaris.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/05/18 07:03:19
Showing 1 changed files
... ...
@@ -1183,6 +1183,7 @@ CMDLINE_SET="
1183 1183
     host_ldflags
1184 1184
     host_libs
1185 1185
     host_os
1186
+    install
1186 1187
     ld
1187 1188
     logfile
1188 1189
     malloc_prefix
... ...
@@ -1633,6 +1634,7 @@ ar_default="ar"
1633 1633
 cc_default="gcc"
1634 1634
 cc_version=\"unknown\"
1635 1635
 host_cc_default="gcc"
1636
+install="install"
1636 1637
 ln_s="ln -sf"
1637 1638
 nm_default="nm"
1638 1639
 objformat="elf"
... ...
@@ -3351,7 +3353,7 @@ SDL_LIBS=$sdl_libs
3351 3351
 SDL_CFLAGS=$sdl_cflags
3352 3352
 LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
3353 3353
 EXTRALIBS=$extralibs
3354
-INSTALL=install
3354
+INSTALL=$install
3355 3355
 LIBTARGET=${LIBTARGET}
3356 3356
 SLIBNAME=${SLIBNAME}
3357 3357
 SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}