comparison configure @ 20715:8eedf8815024

Remove deprecated install-path option.
author diego
date Mon, 06 Nov 2006 00:13:37 +0000
parents 35d28d720d2b
children c0ad3f884876
comparison
equal deleted inserted replaced
20714:35d28d720d2b 20715:8eedf8815024
389 translated man pages, the first language is used for 389 translated man pages, the first language is used for
390 messages and the GUI (the environment variable 390 messages and the GUI (the environment variable
391 \$LINGUAS is also honored) [en] 391 \$LINGUAS is also honored) [en]
392 (Available: $LANGUAGES all) 392 (Available: $LANGUAGES all)
393 --with-install=PATH path to a custom install program 393 --with-install=PATH path to a custom install program
394 --install-path=PATH path to a custom install program
395 this option is obsolete and will be removed soon,
396 use --with-install instead.
397 --enable-color-console enable color console output [disable] 394 --enable-color-console enable color console output [disable]
398 395
399 Advanced options: 396 Advanced options:
400 --enable-mmx enable MMX [autodetect] 397 --enable-mmx enable MMX [autodetect]
401 --enable-mmxext enable MMX2 (Pentium III, Athlon) [autodetect] 398 --enable-mmxext enable MMX2 (Pentium III, Athlon) [autodetect]
523 --enable-cross-compile) 520 --enable-cross-compile)
524 _cross_compile=yes 521 _cross_compile=yes
525 ;; 522 ;;
526 --disable-cross-compile) 523 --disable-cross-compile)
527 _cross_compile=no 524 _cross_compile=no
528 ;;
529 --install-path=*)
530 _install=`echo $ac_option | cut -d '=' -f 2 | sed 's/\/$//'`"/install"
531 ;; 525 ;;
532 --with-install=*) 526 --with-install=*)
533 _install=`echo $ac_option | cut -d '=' -f 2 ` 527 _install=`echo $ac_option | cut -d '=' -f 2 `
534 ;; 528 ;;
535 --enable-profile) 529 --enable-profile)
1736 --extra-libs=*) ;; 1730 --extra-libs=*) ;;
1737 --enable-runtime-cpudetection) ;; 1731 --enable-runtime-cpudetection) ;;
1738 --disable-runtime-cpudetection) ;; 1732 --disable-runtime-cpudetection) ;;
1739 --enable-cross-compile) ;; 1733 --enable-cross-compile) ;;
1740 --disable-cross-compile) ;; 1734 --disable-cross-compile) ;;
1741 --install-path=*) ;;
1742 --with-install=*) ;; 1735 --with-install=*) ;;
1743 --enable-profile) ;; 1736 --enable-profile) ;;
1744 --disable-profile) ;; 1737 --disable-profile) ;;
1745 --enable-debug) ;; 1738 --enable-debug) ;;
1746 --enable-debug=*) ;; 1739 --enable-debug=*) ;;