Lines Matching +full:- +full:- +full:no +full:- +full:build
1 #---------------------------------------------------------------------------
3 # xc-lt-iface.m4
13 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19 #---------------------------------------------------------------------------
25 dnl -------------------------------------------------
34 # ------------------------------------ #
36 # ------------------------------------ #
40 # where libtool knows how to build both library versions, and does not
41 # require separate configuration and build runs for each flavor.
52 xc_lt_want_enable_shared='no'
57 xc_lt_want_enable_static='no'
67 # and build runs for shared and static is to enable shared libraries
68 # and disable static ones. On these systems option '--disable-shared'
69 # must be used in order to build a proper static library.
76 xc_lt_want_enable_static='no'
91 # Default behavior is to build PIC objects for shared libraries and
92 # non-PIC objects for static libraries.
103 xc_lt_want_with_pic='no'
112 # of non-PIC compiled objects will fail with following linker error
114 # is to build PIC objects even for static libraries. This behavior may
115 # be overridden using 'configure --disable-shared --without-pic'.
143 dnl -------------------------------------------------
152 ## ----------------------- ##
154 ## ----------------------- ##
157 LT_INIT([win32-dll])
162 ## --------------------- ##
164 ## --------------------- ##
171 dnl -------------------------------------------------
215 dnl -------------------------------------------------
218 dnl Checks if the -version-info linker flag must be
225 # Verify if libtool shared libraries should be linked using flag -version-info
228 AC_MSG_CHECKING([whether to build shared libraries with -version-info])
231 xc_lt_shlib_use_version_info='no'
245 dnl -------------------------------------------------
248 dnl Checks if the -no-undefined linker flag must be
255 # Verify if libtool shared libraries should be linked using flag -no-undefined
258 AC_MSG_CHECKING([whether to build shared libraries with -no-undefined])
259 xc_lt_shlib_use_no_undefined='no'
277 dnl -------------------------------------------------
280 dnl Checks if the -mimpure-text linker flag must be
287 # Verify if libtool shared libraries should be linked using flag -mimpure-text
290 AC_MSG_CHECKING([whether to build shared libraries with -mimpure-text])
291 xc_lt_shlib_use_mimpure_text='no'
306 dnl -------------------------------------------------
326 xc_lt_build_static_with_pic='no'
333 xc_lt_build_shared_with_pic='no'
334 xc_lt_build_static_with_pic='no'
342 AC_MSG_CHECKING([whether to build shared libraries with PIC])
344 AC_MSG_CHECKING([whether to build static libraries with PIC])
352 dnl -------------------------------------------------
367 AC_MSG_CHECKING([whether to build shared libraries only])
369 test "$xc_lt_build_static" = 'no'; then
372 xc_lt_build_shared_only='no'
380 AC_MSG_CHECKING([whether to build static libraries only])
382 test "$xc_lt_build_shared" = 'no'; then
385 xc_lt_build_static_only='no'
394 dnl -------------------------------------------------
416 dnl -------------------------------------------------