[ci] Fix netbsd job to upgrade existing packages
[xapian.git] / xapian-applications / omega / config.rpath
bloba2a8c286e872f91b2836331b5eb39ab527e96741
1 #!/bin/sh
3 # The AM_ICONV macro requires a stack of macros from gettext which include
4 # copies of macros and scripts from libtool with the names changed. But we
5 # already use libtool and it's stupid to be running the same macros and
6 # scripts twice.
8 # This script is a replacement for gettext's config.rpath which simply
9 # reuses the existing answers libtool already found.
10 cat <<'EOF'
11 acl_cv_wl=$lt_prog_compiler_wl_CXX
12 acl_cv_libext=$libext
13 acl_cv_shlibext=$shlibext
14 acl_cv_libname_spec=$libname_spec
15 acl_cv_library_names_spec=$library_names_spec
16 acl_cv_hardcode_libdir_flag_spec=$hardcode_libdir_flag_spec_CXX
17 acl_cv_hardcode_libdir_separator=$hardcode_libdir_separator_CXX
18 acl_cv_hardcode_direct=$hardcode_direct_CXX
19 acl_cv_hardcode_minus_L=$hardcode_minus_L_CXX
20 EOF