comparison configure @ 24058:345b18b889c9

allow setting of ar from the commandline of configure
author mhoffman
date Thu, 16 Aug 2007 12:41:01 +0000
parents de28f9e8cb00
children 819259b10a09
comparison
equal deleted inserted replaced
24057:eb9f3e3723d1 24058:345b18b889c9
481 _mtrr=auto 481 _mtrr=auto
482 _install=install 482 _install=install
483 _ranlib=ranlib 483 _ranlib=ranlib
484 _ldconfig=ldconfig 484 _ldconfig=ldconfig
485 _cc=cc 485 _cc=cc
486 _ar=ar
486 test "$CC" && _cc="$CC" 487 test "$CC" && _cc="$CC"
487 _gcc_check=yes 488 _gcc_check=yes
488 _as=auto 489 _as=auto
489 _runtime_cpudetection=no 490 _runtime_cpudetection=no
490 _cross_compile=auto 491 _cross_compile=auto
757 --host-cc=*) 758 --host-cc=*)
758 _host_cc=`echo $ac_option | cut -d '=' -f 2` 759 _host_cc=`echo $ac_option | cut -d '=' -f 2`
759 ;; 760 ;;
760 --as=*) 761 --as=*)
761 _as=`echo $ac_option | cut -d '=' -f 2` 762 _as=`echo $ac_option | cut -d '=' -f 2`
763 ;;
764 --ar=*)
765 _ar=`echo $ac_option | cut -d '=' -f 2`
762 ;; 766 ;;
763 --charset=*) 767 --charset=*)
764 _charset=`echo $ac_option | cut -d '=' -f 2` 768 _charset=`echo $ac_option | cut -d '=' -f 2`
765 ;; 769 ;;
766 --language=*) 770 --language=*)
7481 MANDIR = \$(DESTDIR)$_mandir 7485 MANDIR = \$(DESTDIR)$_mandir
7482 CONFDIR = \$(DESTDIR)$_confdir 7486 CONFDIR = \$(DESTDIR)$_confdir
7483 LIBDIR = \$(DESTDIR)$_libdir 7487 LIBDIR = \$(DESTDIR)$_libdir
7484 # FFmpeg uses libdir instead of LIBDIR 7488 # FFmpeg uses libdir instead of LIBDIR
7485 libdir = \$(LIBDIR) 7489 libdir = \$(LIBDIR)
7490 AR = $_ar
7486 CC = $_cc 7491 CC = $_cc
7487 CXX = $_cc 7492 CXX = $_cc
7488 HOST_CC = $_host_cc 7493 HOST_CC = $_host_cc
7489 RANLIB = $_ranlib 7494 RANLIB = $_ranlib
7490 LDCONFIG = $_ldconfig 7495 LDCONFIG = $_ldconfig