Changes in libcfa/configure [04bc1c0:08a994e]
- File:
-
- 1 edited
-
libcfa/configure (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r04bc1c0 r08a994e 790 790 enable_distcc 791 791 with_cfa_name 792 enable_shared 792 793 enable_static 793 enable_shared794 794 with_pic 795 795 enable_fast_install … … 1452 1452 --disable-silent-rules verbose build output (undo: "make V=0") 1453 1453 --enable-distcc whether or not to enable distributed compilation 1454 --enable-static[=PKGS] build static libraries [default=no]1455 1454 --enable-shared[=PKGS] build shared libraries [default=yes] 1455 --enable-static[=PKGS] build static libraries [default=yes] 1456 1456 --enable-fast-install[=PKGS] 1457 1457 optimize for fast installation [default=yes] … … 8030 8030 8031 8031 # Set options 8032 # Check whether --enable-static was given.8033 if test "${enable_static+set}" = set; then :8034 enableval=$enable_static; p=${PACKAGE-default}8035 case $enableval in8036 yes) enable_static=yes ;;8037 no) enable_static=no ;;8038 *)8039 enable_static=no8040 # Look at the argument we got. We use all the common list separators.8041 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,8042 for pkg in $enableval; do8043 IFS=$lt_save_ifs8044 if test "X$pkg" = "X$p"; then8045 enable_static=yes8046 fi8047 done8048 IFS=$lt_save_ifs8049 ;;8050 esac8051 else8052 enable_static=no8053 fi8054 8055 8056 8057 8058 8059 8060 8061 8032 8062 8033 … … 8091 8062 fi 8092 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 # Check whether --enable-static was given. 8073 if test "${enable_static+set}" = set; then : 8074 enableval=$enable_static; p=${PACKAGE-default} 8075 case $enableval in 8076 yes) enable_static=yes ;; 8077 no) enable_static=no ;; 8078 *) 8079 enable_static=no 8080 # Look at the argument we got. We use all the common list separators. 8081 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 8082 for pkg in $enableval; do 8083 IFS=$lt_save_ifs 8084 if test "X$pkg" = "X$p"; then 8085 enable_static=yes 8086 fi 8087 done 8088 IFS=$lt_save_ifs 8089 ;; 8090 esac 8091 else 8092 enable_static=yes 8093 fi 8093 8094 8094 8095 … … 17727 17728 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' 17728 17729 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' 17730 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' 17729 17731 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' 17730 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'17731 17732 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' 17732 17733 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' … … 18856 18857 macro_revision=$macro_revision 18857 18858 18859 # Whether or not to build shared libraries. 18860 build_libtool_libs=$enable_shared 18861 18858 18862 # Whether or not to build static libraries. 18859 18863 build_old_libs=$enable_static 18860 18861 # Whether or not to build shared libraries.18862 build_libtool_libs=$enable_shared18863 18864 18864 18865 # What type of objects to build.
Note:
See TracChangeset
for help on using the changeset viewer.