Changeset 04bc1c0 for libcfa/configure
- Timestamp:
- May 8, 2020, 12:51:59 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0dedf027
- Parents:
- af7acb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
raf7acb9 r04bc1c0 790 790 enable_distcc 791 791 with_cfa_name 792 enable_static 792 793 enable_shared 793 enable_static794 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] 1454 1455 --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 in 8036 yes) enable_static=yes ;; 8037 no) enable_static=no ;; 8038 *) 8039 enable_static=no 8040 # 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; do 8043 IFS=$lt_save_ifs 8044 if test "X$pkg" = "X$p"; then 8045 enable_static=yes 8046 fi 8047 done 8048 IFS=$lt_save_ifs 8049 ;; 8050 esac 8051 else 8052 enable_static=no 8053 fi 8054 8055 8056 8057 8058 8059 8060 8032 8061 8033 8062 … … 8062 8091 fi 8063 8092 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 in8076 yes) enable_static=yes ;;8077 no) enable_static=no ;;8078 *)8079 enable_static=no8080 # 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; do8083 IFS=$lt_save_ifs8084 if test "X$pkg" = "X$p"; then8085 enable_static=yes8086 fi8087 done8088 IFS=$lt_save_ifs8089 ;;8090 esac8091 else8092 enable_static=yes8093 fi8094 8093 8095 8094 … … 17728 17727 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' 17729 17728 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' 17729 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' 17730 17730 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' 17731 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'17732 17731 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' 17733 17732 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' … … 18857 18856 macro_revision=$macro_revision 18858 18857 18858 # Whether or not to build static libraries. 18859 build_old_libs=$enable_static 18860 18859 18861 # Whether or not to build shared libraries. 18860 18862 build_libtool_libs=$enable_shared 18861 18862 # Whether or not to build static libraries.18863 build_old_libs=$enable_static18864 18863 18865 18864 # What type of objects to build.
Note: See TracChangeset
for help on using the changeset viewer.