configure
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1341k
源码类别:

midi

开发平台:

Unix_Linux

  1. _ACEOF
  2.   for element in activex; do
  3.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DUNICODE -D_UNICODE -D_MIDL_USE_GUIDDEF_"'"'
  4.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  5.   done
  6.   for element in activex; do
  7.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -fno-exceptions"'"'
  8.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  9.   done
  10.   for element in activex; do
  11.     eval "LIBS_${element}="'"'"-lole32 -loleaut32 -luuid -lshlwapi "'$'"{LIBS_${element}} "'"'
  12.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  13.   done
  14.           for ac_header in objsafe.h
  15. do :
  16.   ac_fn_cxx_check_header_compile "$LINENO" "objsafe.h" "ac_cv_header_objsafe_h" "
  17.              #if HAVE_OLE2_H
  18.              #   include <ole2.h>
  19.              #endif
  20. "
  21. if test "x$ac_cv_header_objsafe_h" = x""yes; then :
  22.   cat >>confdefs.h <<_ACEOF
  23. #define HAVE_OBJSAFE_H 1
  24. _ACEOF
  25.   for element in activex; do
  26.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -DHAVE_OBJSAFE_HEADER"'"'
  27.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  28.   done
  29. fi
  30. done
  31.           activex=:
  32.           PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex"
  33. else
  34.    as_fn_error "required OLE headers are missing from your system" "$LINENO" 5
  35. fi
  36. done
  37. else
  38.    as_fn_error "required OLE headers are missing from your system" "$LINENO" 5
  39. fi
  40. done
  41.     ac_ext=c
  42. ac_cpp='$CPP $CPPFLAGS'
  43. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  44. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  45. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  46.   fi
  47. fi
  48.  if test "${MIDL}" != "no"; then
  49.   HAS_MIDL_COMPILER_TRUE=
  50.   HAS_MIDL_COMPILER_FALSE='#'
  51. else
  52.   HAS_MIDL_COMPILER_TRUE='#'
  53.   HAS_MIDL_COMPILER_FALSE=
  54. fi
  55.  if test "${WIDL}" != "no"; then
  56.   HAS_WIDL_COMPILER_TRUE=
  57.   HAS_WIDL_COMPILER_FALSE='#'
  58. else
  59.   HAS_WIDL_COMPILER_TRUE='#'
  60.   HAS_WIDL_COMPILER_FALSE=
  61. fi
  62.  if ${activex}; then
  63.   BUILD_ACTIVEX_TRUE=
  64.   BUILD_ACTIVEX_FALSE='#'
  65. else
  66.   BUILD_ACTIVEX_TRUE='#'
  67.   BUILD_ACTIVEX_FALSE=
  68. fi
  69. mozilla=false
  70. # Check whether --enable-mozilla was given.
  71. if test "${enable_mozilla+set}" = set; then :
  72.   enableval=$enable_mozilla;
  73. fi
  74. # Check whether --with-mozilla-sdk-path was given.
  75. if test "${with_mozilla_sdk_path+set}" = set; then :
  76.   withval=$with_mozilla_sdk_path;
  77. fi
  78. # Check whether --with-mozilla-pkg was given.
  79. if test "${with_mozilla_pkg+set}" = set; then :
  80.   withval=$with_mozilla_pkg;
  81. fi
  82. ac_ext=cpp
  83. ac_cpp='$CXXCPP $CPPFLAGS'
  84. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  85. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  86. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  87. if test "${enable_mozilla}" = "yes"
  88. then
  89.   if test "${with_mozilla_sdk_path}" = "" -o "${with_mozilla_sdk_path}" = "no"; then :
  90.     { $as_echo "$as_me:${as_lineno-$LINENO}: Checking for Mozilla" >&5
  91. $as_echo "$as_me: Checking for Mozilla" >&6;}
  92.     found=0
  93.     if test -n "$MOZILLA_CFLAGS" -a -n "$MOZILLA_LIBS"
  94.     then
  95.       found=1
  96.     else
  97.       if test -n "$PKG_CONFIG"; then
  98. for i in "${with_mozilla_pkg}" libxul {seamonkey,iceape,xulrunner,firefox,iceweasel,mozilla}-plugin; do
  99.   echo "Trying to find $i.pc files" >&5
  100.   if $PKG_CONFIG --exists --print-errors "$i" 2>&5
  101.   then
  102.             echo "Using $i.pc files." >&5
  103.             echo "Using $i.pc files." >&6
  104.     found=1
  105.     MOZILLA_CFLAGS=$(eval $PKG_CONFIG --cflags "$i" )
  106.     MOZILLA_LIBS=$(eval $PKG_CONFIG --libs "$i" )
  107.     break
  108.   fi
  109. done
  110.       fi
  111.     fi
  112.     if test $found = 1; then :
  113.         CPPFLAGS="${CPPFLAGS_save} ${MOZILLA_CFLAGS}"
  114.         MOZILLA_REQUIRED_HEADERS=1
  115.         for ac_header in npfunctions.h
  116. do :
  117.   ac_fn_cxx_check_header_mongrel "$LINENO" "npfunctions.h" "ac_cv_header_npfunctions_h" "$ac_includes_default"
  118. if test "x$ac_cv_header_npfunctions_h" = x""yes; then :
  119.   cat >>confdefs.h <<_ACEOF
  120. #define HAVE_NPFUNCTIONS_H 1
  121. _ACEOF
  122. fi
  123. done
  124.         for ac_header in npapi.h
  125. do :
  126.   ac_fn_cxx_check_header_mongrel "$LINENO" "npapi.h" "ac_cv_header_npapi_h" "$ac_includes_default"
  127. if test "x$ac_cv_header_npapi_h" = x""yes; then :
  128.   cat >>confdefs.h <<_ACEOF
  129. #define HAVE_NPAPI_H 1
  130. _ACEOF
  131. else
  132.   MOZILLA_REQUIRED_HEADERS=0
  133. fi
  134. done
  135.         for ac_header in npruntime.h
  136. do :
  137.   ac_fn_cxx_check_header_compile "$LINENO" "npruntime.h" "ac_cv_header_npruntime_h" "#if HAVE_NPAPI_H
  138.            # include <npapi.h>
  139.            #endif
  140. "
  141. if test "x$ac_cv_header_npruntime_h" = x""yes; then :
  142.   cat >>confdefs.h <<_ACEOF
  143. #define HAVE_NPRUNTIME_H 1
  144. _ACEOF
  145. else
  146.   MOZILLA_REQUIRED_HEADERS=0
  147. fi
  148. done
  149.         if test "${MOZILLA_REQUIRED_HEADERS}" = "0"; then
  150.             as_fn_error "Please install the Firefox development tools; mozilla-config.h, plugin/npapi.h and plugin/npruntime.h were not found." "$LINENO" 5
  151.         fi
  152.         MOZILLA_REQUIRED_HEADERS=
  153.         mozilla=:
  154.         if  test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then :
  155.   for element in mozilla; do
  156.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DXP_UNIX -DOJI"'"'
  157.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  158.   done
  159.    if  test "${SYS}" != "darwin"; then :
  160. pkg_failed=no
  161. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XPM" >&5
  162. $as_echo_n "checking for XPM... " >&6; }
  163. if test -n "$PKG_CONFIG"; then
  164.     if test -n "$XPM_CFLAGS"; then
  165.         pkg_cv_XPM_CFLAGS="$XPM_CFLAGS"
  166.     else
  167.         if test -n "$PKG_CONFIG" && 
  168.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xpm xt""; } >&5
  169.   ($PKG_CONFIG --exists --print-errors "xpm xt") 2>&5
  170.   ac_status=$?
  171.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  172.   test $ac_status = 0; }; then
  173.   pkg_cv_XPM_CFLAGS=`$PKG_CONFIG --cflags "xpm xt" 2>/dev/null`
  174. else
  175.   pkg_failed=yes
  176. fi
  177.     fi
  178. else
  179. pkg_failed=untried
  180. fi
  181. if test -n "$PKG_CONFIG"; then
  182.     if test -n "$XPM_LIBS"; then
  183.         pkg_cv_XPM_LIBS="$XPM_LIBS"
  184.     else
  185.         if test -n "$PKG_CONFIG" && 
  186.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "xpm xt""; } >&5
  187.   ($PKG_CONFIG --exists --print-errors "xpm xt") 2>&5
  188.   ac_status=$?
  189.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  190.   test $ac_status = 0; }; then
  191.   pkg_cv_XPM_LIBS=`$PKG_CONFIG --libs "xpm xt" 2>/dev/null`
  192. else
  193.   pkg_failed=yes
  194. fi
  195.     fi
  196. else
  197. pkg_failed=untried
  198. fi
  199. if test $pkg_failed = yes; then
  200. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  201.         _pkg_short_errors_supported=yes
  202. else
  203.         _pkg_short_errors_supported=no
  204. fi
  205.         if test $_pkg_short_errors_supported = yes; then
  206.         XPM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xpm xt"`
  207.         else
  208.         XPM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xpm xt"`
  209.         fi
  210. # Put the nasty error message in config.log where it belongs
  211. echo "$XPM_PKG_ERRORS" >&5
  212. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  213. $as_echo "no" >&6; }
  214. as_fn_error "Please install the libXpm and libXt development files." "$LINENO" 5
  215. elif test $pkg_failed = untried; then
  216. as_fn_error "Please install the libXpm and libXt development files." "$LINENO" 5
  217. else
  218. XPM_CFLAGS=$pkg_cv_XPM_CFLAGS
  219. XPM_LIBS=$pkg_cv_XPM_LIBS
  220.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  221. $as_echo "yes" >&6; }
  222.   for element in mozilla; do
  223.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DMOZ_X11"'"'
  224.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  225.   done
  226. fi
  227. fi
  228. fi
  229.   for element in mozilla; do
  230.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${CPPFLAGS} ${XPM_CFLAGS}"'"'
  231.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  232.   done
  233.   for element in mozilla; do
  234.     eval "LIBS_${element}="'"'"${MOZILLA_LIBS} ${XPM_LIBS} "'$'"{LIBS_${element}} "'"'
  235.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  236.   done
  237.   PLUGINS="${PLUGINS} mozilla"
  238.   LTLIBmozilla="libmozilla_plugin.la"
  239.         PLUGINS_BINDINGS="${PLUGINS_BINDINGS} mozilla"
  240.         MOZILLA_CONFIG=
  241.         CPPFLAGS="${CPPFLAGS_save}"
  242. else
  243.             for ac_prog in mozilla-config seamonkey-config xulrunner-config
  244. do
  245.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  246. set dummy $ac_prog; ac_word=$2
  247. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  248. $as_echo_n "checking for $ac_word... " >&6; }
  249. if test "${ac_cv_path_MOZILLA_CONFIG+set}" = set; then :
  250.   $as_echo_n "(cached) " >&6
  251. else
  252.   case $MOZILLA_CONFIG in
  253.   [\/]* | ?:[\/]*)
  254.   ac_cv_path_MOZILLA_CONFIG="$MOZILLA_CONFIG" # Let the user override the test with a path.
  255.   ;;
  256.   *)
  257.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  258. for as_dir in $PATH
  259. do
  260.   IFS=$as_save_IFS
  261.   test -z "$as_dir" && as_dir=.
  262.     for ac_exec_ext in '' $ac_executable_extensions; do
  263.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  264.     ac_cv_path_MOZILLA_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  265.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  266.     break 2
  267.   fi
  268. done
  269.   done
  270. IFS=$as_save_IFS
  271.   ;;
  272. esac
  273. fi
  274. MOZILLA_CONFIG=$ac_cv_path_MOZILLA_CONFIG
  275. if test -n "$MOZILLA_CONFIG"; then
  276.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOZILLA_CONFIG" >&5
  277. $as_echo "$MOZILLA_CONFIG" >&6; }
  278. else
  279.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  280. $as_echo "no" >&6; }
  281. fi
  282.   test -n "$MOZILLA_CONFIG" && break
  283. done
  284. test -n "$MOZILLA_CONFIG" || MOZILLA_CONFIG="no"
  285.             test "${MOZILLA_CONFIG}" = "no" && as_fn_error "Please install the Mozilla development tools. mozilla-config was not found." "$LINENO" 5
  286. fi
  287.         if test ! -z "${MOZILLA_CONFIG}"; then :
  288.       if ${MOZILLA_CONFIG} --defines | grep -q 'MOZ_X11=1'; then
  289.         LDFLAGS="${LDFLAGS_save} ${X_LIBS} ${X_PRE_LIBS}"
  290.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XtStrings in -lXt" >&5
  291. $as_echo_n "checking for XtStrings in -lXt... " >&6; }
  292. if test "${ac_cv_lib_Xt_XtStrings+set}" = set; then :
  293.   $as_echo_n "(cached) " >&6
  294. else
  295.   ac_check_lib_save_LIBS=$LIBS
  296. LIBS="-lXt ${X_LIBS} ${X_PRE_LIBS} -lX11 -lSM -lICE -lXpm
  297.          $LIBS"
  298. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  299. /* end confdefs.h.  */
  300. /* Override any GCC internal prototype to avoid an error.
  301.    Use char because int might match the return type of a GCC
  302.    builtin and then its argument prototype would still apply.  */
  303. #ifdef __cplusplus
  304. extern "C"
  305. #endif
  306. char XtStrings ();
  307. int
  308. main ()
  309. {
  310. return XtStrings ();
  311.   ;
  312.   return 0;
  313. }
  314. _ACEOF
  315. if ac_fn_cxx_try_link "$LINENO"; then :
  316.   ac_cv_lib_Xt_XtStrings=yes
  317. else
  318.   ac_cv_lib_Xt_XtStrings=no
  319. fi
  320. rm -f core conftest.err conftest.$ac_objext 
  321.     conftest$ac_exeext conftest.$ac_ext
  322. LIBS=$ac_check_lib_save_LIBS
  323. fi
  324. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xt_XtStrings" >&5
  325. $as_echo "$ac_cv_lib_Xt_XtStrings" >&6; }
  326. if test "x$ac_cv_lib_Xt_XtStrings" = x""yes; then :
  327.   for element in mozilla; do
  328.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${X_CFLAGS}"'"'
  329.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  330.   done
  331.   for element in mozilla; do
  332.     eval "LIBS_${element}="'"'"${X_LIBS} ${X_PRE_LIBS} -lXt -lX11 -lSM -lICE -lXpm "'$'"{LIBS_${element}} "'"'
  333.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  334.   done
  335. fi
  336.         for ac_header in X11/xpm.h
  337. do :
  338.   ac_fn_cxx_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
  339. if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
  340.   cat >>confdefs.h <<_ACEOF
  341. #define HAVE_X11_XPM_H 1
  342. _ACEOF
  343. else
  344.   as_fn_error "Please install libXpm-devel library for required X11/xpm.h" "$LINENO" 5
  345. fi
  346. done
  347.         LDFLAGS="${LDFLAGS_save}"
  348.       fi
  349.       mozilla=:
  350.       PLUGINS_BINDINGS="${PLUGINS_BINDINGS} mozilla"
  351.   for element in mozilla; do
  352.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} `${MOZILLA_CONFIG} --cflags plugin java`"'"'
  353.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  354.   done
  355.   for element in mozilla; do
  356.     eval "LIBS_${element}="'"'"`${MOZILLA_CONFIG} --libs plugin` "'$'"{LIBS_${element}} "'"'
  357.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  358.   done
  359.       CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mozilla}"
  360.       MOZILLA_REQUIRED_HEADERS=1
  361.       for ac_header in mozilla-config.h
  362. do :
  363.   ac_fn_cxx_check_header_mongrel "$LINENO" "mozilla-config.h" "ac_cv_header_mozilla_config_h" "$ac_includes_default"
  364. if test "x$ac_cv_header_mozilla_config_h" = x""yes; then :
  365.   cat >>confdefs.h <<_ACEOF
  366. #define HAVE_MOZILLA_CONFIG_H 1
  367. _ACEOF
  368. else
  369.   MOZILLA_REQUIRED_HEADERS=0
  370. fi
  371. done
  372.       for ac_header in npapi.h
  373. do :
  374.   ac_fn_cxx_check_header_mongrel "$LINENO" "npapi.h" "ac_cv_header_npapi_h" "$ac_includes_default"
  375. if test "x$ac_cv_header_npapi_h" = x""yes; then :
  376.   cat >>confdefs.h <<_ACEOF
  377. #define HAVE_NPAPI_H 1
  378. _ACEOF
  379. else
  380.   MOZILLA_REQUIRED_HEADERS=0
  381. fi
  382. done
  383.       for ac_header in npruntime.h
  384. do :
  385.   ac_fn_cxx_check_header_compile "$LINENO" "npruntime.h" "ac_cv_header_npruntime_h" "#if HAVE_NPAPI_H
  386.          # include <npapi.h>
  387.          #endif
  388. "
  389. if test "x$ac_cv_header_npruntime_h" = x""yes; then :
  390.   cat >>confdefs.h <<_ACEOF
  391. #define HAVE_NPRUNTIME_H 1
  392. _ACEOF
  393. else
  394.   MOZILLA_REQUIRED_HEADERS=0
  395. fi
  396. done
  397.       if test "${MOZILLA_REQUIRED_HEADERS}" = "0"
  398.       then
  399.         as_fn_error "Please install the Mozilla development tools, required headers were not found." "$LINENO" 5
  400.       fi
  401.       MOZILLA_REQUIRED_HEADERS=
  402.       CPPFLAGS="${CPPFLAGS_save}"
  403.       MOZILLA_SDK_PATH="`${MOZILLA_CONFIG} --prefix`"
  404. fi
  405. else
  406.         if test "${SYS}" = "mingw32"
  407.     then
  408.       if test -n "$ac_tool_prefix"; then
  409.   # Extract the first word of "${ac_tool_prefix}cygpath", so it can be a program name with args.
  410. set dummy ${ac_tool_prefix}cygpath; ac_word=$2
  411. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  412. $as_echo_n "checking for $ac_word... " >&6; }
  413. if test "${ac_cv_prog_CYGPATH+set}" = set; then :
  414.   $as_echo_n "(cached) " >&6
  415. else
  416.   if test -n "$CYGPATH"; then
  417.   ac_cv_prog_CYGPATH="$CYGPATH" # Let the user override the test.
  418. else
  419. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  420. for as_dir in $PATH
  421. do
  422.   IFS=$as_save_IFS
  423.   test -z "$as_dir" && as_dir=.
  424.     for ac_exec_ext in '' $ac_executable_extensions; do
  425.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  426.     ac_cv_prog_CYGPATH="${ac_tool_prefix}cygpath"
  427.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  428.     break 2
  429.   fi
  430. done
  431.   done
  432. IFS=$as_save_IFS
  433. fi
  434. fi
  435. CYGPATH=$ac_cv_prog_CYGPATH
  436. if test -n "$CYGPATH"; then
  437.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CYGPATH" >&5
  438. $as_echo "$CYGPATH" >&6; }
  439. else
  440.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  441. $as_echo "no" >&6; }
  442. fi
  443. fi
  444. if test -z "$ac_cv_prog_CYGPATH"; then
  445.   ac_ct_CYGPATH=$CYGPATH
  446.   # Extract the first word of "cygpath", so it can be a program name with args.
  447. set dummy cygpath; ac_word=$2
  448. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  449. $as_echo_n "checking for $ac_word... " >&6; }
  450. if test "${ac_cv_prog_ac_ct_CYGPATH+set}" = set; then :
  451.   $as_echo_n "(cached) " >&6
  452. else
  453.   if test -n "$ac_ct_CYGPATH"; then
  454.   ac_cv_prog_ac_ct_CYGPATH="$ac_ct_CYGPATH" # Let the user override the test.
  455. else
  456. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  457. for as_dir in $PATH
  458. do
  459.   IFS=$as_save_IFS
  460.   test -z "$as_dir" && as_dir=.
  461.     for ac_exec_ext in '' $ac_executable_extensions; do
  462.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  463.     ac_cv_prog_ac_ct_CYGPATH="cygpath"
  464.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  465.     break 2
  466.   fi
  467. done
  468.   done
  469. IFS=$as_save_IFS
  470. fi
  471. fi
  472. ac_ct_CYGPATH=$ac_cv_prog_ac_ct_CYGPATH
  473. if test -n "$ac_ct_CYGPATH"; then
  474.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CYGPATH" >&5
  475. $as_echo "$ac_ct_CYGPATH" >&6; }
  476. else
  477.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  478. $as_echo "no" >&6; }
  479. fi
  480.   if test "x$ac_ct_CYGPATH" = x; then
  481.     CYGPATH=""""
  482.   else
  483.     case $cross_compiling:$ac_tool_warned in
  484. yes:)
  485. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  486. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  487. ac_tool_warned=yes ;;
  488. esac
  489.     CYGPATH=$ac_ct_CYGPATH
  490.   fi
  491. else
  492.   CYGPATH="$ac_cv_prog_CYGPATH"
  493. fi
  494.             if test -d "${with_mozilla_sdk_path}/xpcom"; then
  495.           mozilla_sdk_xpcom="/xpcom"
  496.       fi
  497.     fi
  498.     real_mozilla_sdk="`cd ${with_mozilla_sdk_path} 2>/dev/null && pwd`"
  499.     CPPFLAGS="${CPPFLAGS_save} -I${real_mozilla_sdk} -I${real_mozilla_sdk}/include"
  500.     MOZILLA_REQUIRED_HEADERS=1
  501.     for ac_header in mozilla-config.h
  502. do :
  503.   ac_fn_cxx_check_header_mongrel "$LINENO" "mozilla-config.h" "ac_cv_header_mozilla_config_h" "$ac_includes_default"
  504. if test "x$ac_cv_header_mozilla_config_h" = x""yes; then :
  505.   cat >>confdefs.h <<_ACEOF
  506. #define HAVE_MOZILLA_CONFIG_H 1
  507. _ACEOF
  508. else
  509.   MOZILLA_REQUIRED_HEADERS=0
  510. fi
  511. done
  512.     for ac_header in npapi.h
  513. do :
  514.   ac_fn_cxx_check_header_mongrel "$LINENO" "npapi.h" "ac_cv_header_npapi_h" "$ac_includes_default"
  515. if test "x$ac_cv_header_npapi_h" = x""yes; then :
  516.   cat >>confdefs.h <<_ACEOF
  517. #define HAVE_NPAPI_H 1
  518. _ACEOF
  519. else
  520.   MOZILLA_REQUIRED_HEADERS=0
  521. fi
  522. done
  523.     for ac_header in npruntime.h
  524. do :
  525.   ac_fn_cxx_check_header_compile "$LINENO" "npruntime.h" "ac_cv_header_npruntime_h" "#if HAVE_NPAPI_H
  526.           #include <npapi.h>
  527.           #endif
  528. "
  529. if test "x$ac_cv_header_npruntime_h" = x""yes; then :
  530.   cat >>confdefs.h <<_ACEOF
  531. #define HAVE_NPRUNTIME_H 1
  532. _ACEOF
  533. else
  534.   MOZILLA_REQUIRED_HEADERS=0
  535. fi
  536. done
  537.     if test "${MOZILLA_REQUIRED_HEADERS}" = "0"
  538.     then
  539.         as_fn_error "Please install the Mozilla development tools, required headers were not found." "$LINENO" 5
  540.     fi
  541.     MOZILLA_REQUIRED_HEADERS=
  542.     mozilla=:
  543.     PLUGINS_BINDINGS="${PLUGINS_BINDINGS} mozilla"
  544.   for element in mozilla; do
  545.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DXPCOM_GLUE -DHAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX -I${real_mozilla_sdk} -I${real_mozilla_sdk}/include -I${real_mozilla_sdk}/embedstring/include -I${real_mozilla_sdk}/xpcom/include -I${real_mozilla_sdk}/nspr/include -I${real_mozilla_sdk}/string/include -I${real_mozilla_sdk}/plugin/include -I${real_mozilla_sdk}/java/include"'"'
  546.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  547.   done
  548.     if ${need_xpcom_libs}; then
  549.   for element in mozilla; do
  550.     eval "LIBS_${element}="'"'"-L${real_mozilla_sdk}/embedstring/bin -L${real_mozilla_sdk}/xpcom/bin -L${real_mozilla_sdk}/nspr/bin -L${real_mozilla_sdk}/string/bin -L${real_mozilla_sdk}/lib -lnspr4 -lplds4 -lplc4 -lxpcomglue "'$'"{LIBS_${element}} "'"'
  551.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  552.   done
  553.       if test "${SYS}" = "mingw32"; then
  554.                 if test -d "${real_mozilla_sdk}/embedstring/bin"
  555.         then
  556.   for element in mozilla; do
  557.     eval "LIBS_${element}="'"'"-lembedstring "'$'"{LIBS_${element}} "'"'
  558.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  559.   done
  560.         fi
  561.       fi
  562.     fi
  563.     MOZILLA_SDK_PATH="${real_mozilla_sdk}"
  564.     if test -n "${CYGPATH}"; then
  565.       real_mozilla_sdk="`${CYGPATH} -w ${real_mozilla_sdk}`"
  566.     fi
  567.     CPPFLAGS="${CPPFLAGS_save}"
  568. fi
  569. fi
  570. ac_ext=c
  571. ac_cpp='$CPP $CPPFLAGS'
  572. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  573. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  574. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  575.  if ${mozilla}; then
  576.   BUILD_MOZILLA_TRUE=
  577.   BUILD_MOZILLA_FALSE='#'
  578. else
  579.   BUILD_MOZILLA_TRUE='#'
  580.   BUILD_MOZILLA_FALSE=
  581. fi
  582. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for osso_display_blanking_pause in -losso" >&5
  583. $as_echo_n "checking for osso_display_blanking_pause in -losso... " >&6; }
  584. if test "${ac_cv_lib_osso_osso_display_blanking_pause+set}" = set; then :
  585.   $as_echo_n "(cached) " >&6
  586. else
  587.   ac_check_lib_save_LIBS=$LIBS
  588. LIBS="-losso  $LIBS"
  589. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  590. /* end confdefs.h.  */
  591. /* Override any GCC internal prototype to avoid an error.
  592.    Use char because int might match the return type of a GCC
  593.    builtin and then its argument prototype would still apply.  */
  594. #ifdef __cplusplus
  595. extern "C"
  596. #endif
  597. char osso_display_blanking_pause ();
  598. int
  599. main ()
  600. {
  601. return osso_display_blanking_pause ();
  602.   ;
  603.   return 0;
  604. }
  605. _ACEOF
  606. if ac_fn_c_try_link "$LINENO"; then :
  607.   ac_cv_lib_osso_osso_display_blanking_pause=yes
  608. else
  609.   ac_cv_lib_osso_osso_display_blanking_pause=no
  610. fi
  611. rm -f core conftest.err conftest.$ac_objext 
  612.     conftest$ac_exeext conftest.$ac_ext
  613. LIBS=$ac_check_lib_save_LIBS
  614. fi
  615. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_osso_osso_display_blanking_pause" >&5
  616. $as_echo "$ac_cv_lib_osso_osso_display_blanking_pause" >&6; }
  617. if test "x$ac_cv_lib_osso_osso_display_blanking_pause" = x""yes; then :
  618. pkg_failed=no
  619. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB2" >&5
  620. $as_echo_n "checking for GLIB2... " >&6; }
  621. if test -n "$PKG_CONFIG"; then
  622.     if test -n "$GLIB2_CFLAGS"; then
  623.         pkg_cv_GLIB2_CFLAGS="$GLIB2_CFLAGS"
  624.     else
  625.         if test -n "$PKG_CONFIG" && 
  626.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "glib-2.0""; } >&5
  627.   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  628.   ac_status=$?
  629.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  630.   test $ac_status = 0; }; then
  631.   pkg_cv_GLIB2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
  632. else
  633.   pkg_failed=yes
  634. fi
  635.     fi
  636. else
  637. pkg_failed=untried
  638. fi
  639. if test -n "$PKG_CONFIG"; then
  640.     if test -n "$GLIB2_LIBS"; then
  641.         pkg_cv_GLIB2_LIBS="$GLIB2_LIBS"
  642.     else
  643.         if test -n "$PKG_CONFIG" && 
  644.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "glib-2.0""; } >&5
  645.   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  646.   ac_status=$?
  647.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  648.   test $ac_status = 0; }; then
  649.   pkg_cv_GLIB2_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
  650. else
  651.   pkg_failed=yes
  652. fi
  653.     fi
  654. else
  655. pkg_failed=untried
  656. fi
  657. if test $pkg_failed = yes; then
  658. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  659.         _pkg_short_errors_supported=yes
  660. else
  661.         _pkg_short_errors_supported=no
  662. fi
  663.         if test $_pkg_short_errors_supported = yes; then
  664.         GLIB2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"`
  665.         else
  666.         GLIB2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"`
  667.         fi
  668. # Put the nasty error message in config.log where it belongs
  669. echo "$GLIB2_PKG_ERRORS" >&5
  670. as_fn_error "Package requirements (glib-2.0) were not met:
  671. $GLIB2_PKG_ERRORS
  672. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  673. installed software in a non-standard prefix.
  674. Alternatively, you may set the environment variables GLIB2_CFLAGS
  675. and GLIB2_LIBS to avoid the need to call pkg-config.
  676. See the pkg-config man page for more details.
  677. " "$LINENO" 5
  678. elif test $pkg_failed = untried; then
  679. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  680. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  681. as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  682. is in your PATH or set the PKG_CONFIG environment variable to the full
  683. path to pkg-config.
  684. Alternatively, you may set the environment variables GLIB2_CFLAGS
  685. and GLIB2_LIBS to avoid the need to call pkg-config.
  686. See the pkg-config man page for more details.
  687. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  688. See `config.log' for more details." "$LINENO" 5; }
  689. else
  690. GLIB2_CFLAGS=$pkg_cv_GLIB2_CFLAGS
  691. GLIB2_LIBS=$pkg_cv_GLIB2_LIBS
  692.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  693. $as_echo "yes" >&6; }
  694.   for element in x11 xvideo xvmc glx omapfb; do
  695.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DHAVE_OSSO ${DBUS_CFLAGS} ${GLIB2_CFLAGS}"'"'
  696.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  697.   done
  698.   for element in x11 xvideo xvmc glx omapfb; do
  699.     eval "LIBS_${element}="'"'"-losso "'$'"{LIBS_${element}} "'"'
  700.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  701.   done
  702. fi
  703. fi
  704. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSPSetPixelDoubling in -lXsp" >&5
  705. $as_echo_n "checking for XSPSetPixelDoubling in -lXsp... " >&6; }
  706. if test "${ac_cv_lib_Xsp_XSPSetPixelDoubling+set}" = set; then :
  707.   $as_echo_n "(cached) " >&6
  708. else
  709.   ac_check_lib_save_LIBS=$LIBS
  710. LIBS="-lXsp  $LIBS"
  711. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  712. /* end confdefs.h.  */
  713. /* Override any GCC internal prototype to avoid an error.
  714.    Use char because int might match the return type of a GCC
  715.    builtin and then its argument prototype would still apply.  */
  716. #ifdef __cplusplus
  717. extern "C"
  718. #endif
  719. char XSPSetPixelDoubling ();
  720. int
  721. main ()
  722. {
  723. return XSPSetPixelDoubling ();
  724.   ;
  725.   return 0;
  726. }
  727. _ACEOF
  728. if ac_fn_c_try_link "$LINENO"; then :
  729.   ac_cv_lib_Xsp_XSPSetPixelDoubling=yes
  730. else
  731.   ac_cv_lib_Xsp_XSPSetPixelDoubling=no
  732. fi
  733. rm -f core conftest.err conftest.$ac_objext 
  734.     conftest$ac_exeext conftest.$ac_ext
  735. LIBS=$ac_check_lib_save_LIBS
  736. fi
  737. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xsp_XSPSetPixelDoubling" >&5
  738. $as_echo "$ac_cv_lib_Xsp_XSPSetPixelDoubling" >&6; }
  739. if test "x$ac_cv_lib_Xsp_XSPSetPixelDoubling" = x""yes; then :
  740.   for element in x11 xvideo xvmc glx; do
  741.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DHAVE_XSP"'"'
  742.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  743.   done
  744.   for element in x11 xvideo xvmc glx; do
  745.     eval "LIBS_${element}="'"'"-lXsp "'$'"{LIBS_${element}} "'"'
  746.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  747.   done
  748. fi
  749. # Check whether --enable-testsuite was given.
  750. if test "${enable_testsuite+set}" = set; then :
  751.   enableval=$enable_testsuite;
  752. fi
  753. if test "${enable_testsuite}" = "yes"
  754. then
  755.   TESTS="test1 test2 test3 test4"
  756.   for element in test2; do
  757.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  758.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  759.   done
  760.   for element in test3; do
  761.     eval "OBJCFLAGS_${element}="'"$'"{OBJCFLAGS_${element}} "'"'
  762.     am_modules_with_objcflags="${am_modules_with_objcflags} ${element}"
  763.   done
  764.   for element in test3; do
  765.     eval "LIBS_${element}="'"'"-lobjc "'$'"{LIBS_${element}} "'"'
  766.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  767.   done
  768.   PLUGINS="${PLUGINS} test1"
  769.   LTLIBtest1="libtest1_plugin.la"
  770.   PLUGINS="${PLUGINS} test2"
  771.   LTLIBtest2="libtest2_plugin.la"
  772.   PLUGINS="${PLUGINS} test3"
  773.   LTLIBtest3="libtest3_plugin.la"
  774.   PLUGINS="${PLUGINS} test4"
  775.   LTLIBtest4="libtest4_plugin.la"
  776. fi
  777. if test "${NEED_GTK_MAIN}" != "no"
  778. then
  779.   PLUGINS="${PLUGINS} gtk_main"
  780.   LTLIBgtk_main="libgtk_main_plugin.la"
  781.   for element in gtk_main; do
  782.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk}"'"'
  783.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  784.   done
  785.   for element in gtk_main; do
  786.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk} "'$'"{LDFLAGS_${element}} "'"'
  787.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  788.   done
  789. fi
  790. if test "${NEED_GNOME_MAIN}" != "no"
  791. then
  792.   PLUGINS="${PLUGINS} gnome_main"
  793.   LTLIBgnome_main="libgnome_main_plugin.la"
  794.   for element in gnome_main; do
  795.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk} ${CFLAGS_gnome}"'"'
  796.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  797.   done
  798.   for element in gnome_main; do
  799.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk} ${LDFLAGS_gnome} "'$'"{LDFLAGS_${element}} "'"'
  800.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  801.   done
  802. fi
  803. if test "${NEED_GTK2_MAIN}" != "no"
  804. then
  805.   PLUGINS="${PLUGINS} gtk2_main"
  806.   LTLIBgtk2_main="libgtk2_main_plugin.la"
  807.   for element in gtk2; do
  808.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DNEED_GTK2_MAIN"'"'
  809.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  810.   done
  811.   for element in pda; do
  812.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DNEED_GTK2_MAIN"'"'
  813.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  814.   done
  815.   for element in gtk2_main; do
  816.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk2} ${CFLAGS_pda}"'"'
  817.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  818.   done
  819.   for element in gtk2_main; do
  820.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk2} ${LDFLAGS_pda} "'$'"{LDFLAGS_${element}} "'"'
  821.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  822.   done
  823. fi
  824. if test "${NEED_GNOME2_MAIN}" != "no"
  825. then
  826.   PLUGINS="${PLUGINS} gnome2_main"
  827.   LTLIBgnome2_main="libgnome2_main_plugin.la"
  828.   for element in gnome2_main; do
  829.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${CFLAGS_gtk2} ${CFLAGS_gnome2}"'"'
  830.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  831.   done
  832.   for element in gnome2_main; do
  833.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_gtk2} ${LDFLAGS_gnome2} "'$'"{LDFLAGS_${element}} "'"'
  834.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  835.   done
  836. fi
  837. if test "${NEED_QTE_MAIN}" != "no"
  838. then
  839.   PLUGINS="${PLUGINS} qte_main"
  840.   LTLIBqte_main="libqte_main_plugin.la"
  841.   for element in opie qte qt_video; do
  842.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -DNEED_QTE_MAIN"'"'
  843.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  844.   done
  845.   for element in qte_main; do
  846.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} ${CXXFLAGS_qte} ${CXXFLAGS_qt_video}"'"'
  847.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  848.   done
  849.   for element in qte_main; do
  850.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_qte} ${LDFLAGS_qt_video} "'$'"{LDFLAGS_${element}} "'"'
  851.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  852.   done
  853. fi
  854. plugin_support=yes
  855. if test "${ac_cv_have_plugins}" = "no"; then :
  856.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** No plugin support! Building statically! ***" >&5
  857. $as_echo "$as_me: WARNING: *** No plugin support! Building statically! ***" >&2;}
  858.   plugin_support=no
  859. fi
  860. if test "${plugin_support}" != "no"; then :
  861. $as_echo "#define HAVE_DYNAMIC_PLUGINS 1" >>confdefs.h
  862. fi
  863. if test "${SYS}" = "mingw32"; then :
  864.   FILE_LIBVLCCORE_DLL="!define LIBVLCCORE_DLL libvlccore.dll"
  865.   FILE_LIBVLC_DLL="!define LIBVLC_DLL libvlc.dll"
  866. fi
  867. VERSION_MESSAGE="${VERSION} ${CODENAME}"
  868. COPYRIGHT_MESSAGE="VLC media player - version ${VERSION_MESSAGE} - (c) ${COPYRIGHT_YEARS} the VideoLAN team"
  869. cat >>confdefs.h <<_ACEOF
  870. #define VERSION_MESSAGE "${VERSION_MESSAGE}"
  871. _ACEOF
  872. cat >>confdefs.h <<_ACEOF
  873. #define COPYRIGHT_MESSAGE "${COPYRIGHT_MESSAGE}"
  874. _ACEOF
  875. cat >>confdefs.h <<_ACEOF
  876. #define COPYRIGHT_YEARS "${COPYRIGHT_YEARS}"
  877. _ACEOF
  878. cat >>confdefs.h <<_ACEOF
  879. #define CONFIGURE_LINE "${CONFIGURE_LINE}"
  880. _ACEOF
  881. cat >>confdefs.h <<_ACEOF
  882. #define PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}"
  883. _ACEOF
  884. cat >>confdefs.h <<_ACEOF
  885. #define PACKAGE_VERSION_MINOR "${VERSION_MINOR}"
  886. _ACEOF
  887. cat >>confdefs.h <<_ACEOF
  888. #define PACKAGE_VERSION_REVISION "${VERSION_REVISION}"
  889. _ACEOF
  890. cat >>confdefs.h <<_ACEOF
  891. #define PACKAGE_VERSION_EXTRA "${VERSION_EXTRA}"
  892. _ACEOF
  893. cat >>confdefs.h <<_ACEOF
  894. #define VLC_COMPILE_BY "`whoami`"
  895. _ACEOF
  896. if test "${build_os}" = "cygwin"
  897. then
  898. cat >>confdefs.h <<_ACEOF
  899. #define VLC_COMPILE_HOST "`hostname`"
  900. _ACEOF
  901. else
  902. cat >>confdefs.h <<_ACEOF
  903. #define VLC_COMPILE_HOST "`hostname -s`"
  904. _ACEOF
  905. fi
  906. cat >>confdefs.h <<_ACEOF
  907. #define VLC_COMPILE_DOMAIN "`dnsdomainname 2>/dev/null || domainname 2>/dev/null || echo unknown`"
  908. _ACEOF
  909. cat >>confdefs.h <<_ACEOF
  910. #define VLC_COMPILER "`$CC -v 2>&1 | tail -n 1`"
  911. _ACEOF
  912. case $( echo ${VERSION_EXTRA}|wc -m ) in
  913.        "1") VERSION_EXTRA_RC="0";;
  914.        "2") VERSION_EXTRA_RC=$( echo ${VERSION_EXTRA}|tr "abcdefghi" "123456789") ;;
  915.        *) VERSION_EXTRA_RC="99"
  916. esac
  917. VLC_CONFIG="top_srcdir="$(top_srcdir)" top_builddir="$(top_builddir)" $(top_builddir)/vlc-config"
  918. CPPFLAGS_save="-I$(top_srcdir)/include -I$(top_builddir)/include ${CPPFLAGS_save}"
  919.   CPPFLAGS="${CPPFLAGS_save}"
  920.   CFLAGS="${CFLAGS_save}"
  921.   CXXFLAGS="${CXXFLAGS_save}"
  922.   OBJCFLAGS="${OBJCFLAGS_save}"
  923.   LDFLAGS="${LDFLAGS_save}"
  924.   LIBS="${LIBS_save}"
  925. PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
  926. LDFLAGS_libvlc="${LDFLAGS_libvlc} ${LDFLAGS_builtin}"
  927.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: configure: creating ./vlc-config.in" >&5
  928. $as_echo "configure: creating ./vlc-config.in" >&6; }
  929.   am_all_modules="`for x in ${am_modules_with_cppflags} ${am_modules_with_cflags} ${am_modules_with_cxxflags} ${am_modules_with_objcflags} ${am_modules_with_ldflags} ${am_modules_with_libs}; do echo $x; done | sort | uniq`"
  930.   rm -f vlc-config.in
  931.   sed -ne '/#@1@#/q;p' < "${srcdir}/vlc-config.in.in" 
  932.     | sed -e "s/@gprof@/${enable_gprof}/" 
  933.           -e "s/@cprof@/${enable_cprof}/" 
  934.           -e "s/@optim@/${enable_optimizations}/" 
  935.           -e "s/@debug@/${enable_debug}/" 
  936.           -e "s/@release@/${enable_release}/" 
  937.           -e "s/@PLUGINS@/${PLUGINS}/" 
  938.           -e "s/@BUILTINS@/${BUILTINS}/" 
  939.           -e "s/@CFLAGS_TUNING@/${CFLAGS_TUNING}/" 
  940.           -e "s/@CFLAGS_OPTIM_SIZE@/${CFLAGS_OPTIM_SIZE}/" 
  941.           -e "s/@CFLAGS_OPTIM_SPEED@/${CFLAGS_OPTIM_SPEED}/" 
  942.           -e "s/@CFLAGS_OPTIM_NODEBUG@/${CFLAGS_OPTIM_NODEBUG}/" 
  943.           -e "s/@CFLAGS_NOOPTIM@/${CFLAGS_NOOPTIM}/" 
  944.     > vlc-config.in
  945.     for x in `echo ${am_all_modules}`
  946.   do
  947.     echo "    ${x})"
  948.     if test "`eval echo @'$'CPPFLAGS_${x}@`" != "@@"; then
  949.       echo "      cppflags="${cppflags} `eval echo '$'CPPFLAGS_${x}`""
  950.     fi
  951.     if test "`eval echo @'$'CFLAGS_${x}@`" != "@@"; then
  952.       echo "      cflags="${cflags} `eval echo '$'CFLAGS_${x}`""
  953.     fi
  954.     if test "`eval echo @'$'CXXFLAGS_${x}@`" != "@@"; then
  955.       echo "      cxxflags="${cxxflags} `eval echo '$'CXXFLAGS_${x}`""
  956.       if test "${x}" != "plugin" -a "${x}" != "builtin"; then
  957.         echo "      linkage="c++""
  958.       fi
  959.     fi
  960.     if test "`eval echo @'$'OBJCFLAGS_${x}@`" != "@@"; then
  961.       echo "      objcflags="${objcflags} `eval echo '$'OBJCFLAGS_${x}`""
  962.       if test "${x}" != "plugin" -a "${x}" != "builtin"; then
  963.         echo "      if test "${linkage}" = "c"; then linkage="objc"; fi"
  964.       fi
  965.     fi
  966.     if test "`eval echo @'$'LDFLAGS_${x}@`" != "@@"; then
  967.       echo "      ldflags="${ldflags} `eval echo '$'LDFLAGS_${x}`""
  968.     fi
  969.     if test "`eval echo @'$'LIBS_${x}@`" != "@@"; then
  970.       echo "      libs="${libs} `eval echo '$'LIBS_${x}`""
  971.     fi
  972.     echo "    ;;"
  973.    done >> vlc-config.in
  974.     sed -ne '/#@1@#/,$p' < "${srcdir}/vlc-config.in.in" 
  975.    | sed -e '/#@.@#/d' >> vlc-config.in
  976. ac_config_files="$ac_config_files extras/package/win32/vlc.win32.nsi extras/package/macosx/Info.plist extras/package/macosx/Resources/English.lproj/InfoPlist.strings extras/package/macosx/plugin/Info.plist extras/package/macosx/plugin/InstallerInfo.plist Makefile projects/activex/Makefile projects/activex/axvlc.inf doc/Makefile extras/package/ipkg/Makefile libs/loader/Makefile libs/srtp/Makefile libs/unzip/Makefile modules/Makefile projects/mozilla/Makefile m4/Makefile po/Makefile.in projects/activex/axvlc_rc.rc projects/mozilla/npvlc_rc.rc projects/mozilla/vlc.r projects/mozilla/install.js share/Makefile share/vlc_win32_rc.rc share/libvlc_win32_rc.rc compat/Makefile src/Makefile src/test/Makefile bin/Makefile test/Makefile modules/access/Makefile modules/access/bd/Makefile modules/access/bda/Makefile modules/access/dshow/Makefile modules/access/dvb/Makefile modules/access/mms/Makefile modules/access/cdda/Makefile modules/access/rtp/Makefile modules/access/rtsp/Makefile modules/access/vcd/Makefile modules/access/vcdx/Makefile modules/access/screen/Makefile modules/access/zip/Makefile modules/access_output/Makefile modules/audio_filter/Makefile modules/audio_filter/channel_mixer/Makefile modules/audio_filter/converter/Makefile modules/audio_filter/resampler/Makefile modules/audio_filter/spatializer/Makefile modules/audio_mixer/Makefile modules/audio_output/Makefile modules/codec/Makefile modules/codec/avcodec/Makefile modules/codec/cmml/Makefile modules/codec/dmo/Makefile modules/codec/shine/Makefile modules/codec/subtitles/Makefile modules/codec/spudec/Makefile modules/codec/wmafixed/Makefile modules/codec/xvmc/Makefile modules/control/Makefile modules/control/http/Makefile modules/control/globalhotkeys/Makefile modules/demux/Makefile modules/demux/asf/Makefile modules/demux/avformat/Makefile modules/demux/avi/Makefile modules/demux/mkv/Makefile modules/demux/mp4/Makefile modules/demux/mpeg/Makefile modules/demux/playlist/Makefile modules/gui/Makefile modules/gui/beos/Makefile modules/gui/pda/Makefile modules/gui/macosx/Makefile modules/gui/maemo/Makefile modules/gui/minimal_macosx/Makefile modules/gui/qnx/Makefile modules/gui/qt4/Makefile modules/gui/skins2/Makefile modules/gui/wince/Makefile modules/meta_engine/Makefile modules/misc/Makefile modules/misc/dummy/Makefile modules/misc/lua/Makefile modules/misc/memcpy/Makefile modules/misc/notify/Makefile modules/misc/testsuite/Makefile modules/misc/playlist/Makefile modules/misc/osd/Makefile modules/misc/stats/Makefile modules/misc/xml/Makefile modules/misc/probe/Makefile modules/mux/Makefile modules/mux/mpeg/Makefile modules/packetizer/Makefile modules/services_discovery/Makefile modules/stream_filter/Makefile modules/stream_out/Makefile modules/video_chroma/Makefile modules/video_filter/Makefile modules/video_filter/atmo/Makefile modules/video_filter/dynamicoverlay/Makefile modules/video_output/Makefile modules/video_output/msw/Makefile modules/video_output/qte/Makefile modules/video_output/x11/Makefile modules/visualization/Makefile modules/visualization/visual/Makefile modules/visualization/galaktos/Makefile"
  977. cat >confcache <<_ACEOF
  978. # This file is a shell script that caches the results of configure
  979. # tests run on this system so they can be shared between configure
  980. # scripts and configure runs, see configure's option --config-cache.
  981. # It is not useful on other systems.  If it contains results you don't
  982. # want to keep, you may remove or edit it.
  983. #
  984. # config.status only pays attention to the cache file if you give it
  985. # the --recheck option to rerun configure.
  986. #
  987. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  988. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  989. # following values.
  990. _ACEOF
  991. # The following way of writing the cache mishandles newlines in values,
  992. # but we know of no workaround that is simple, portable, and efficient.
  993. # So, we kill variables containing newlines.
  994. # Ultrix sh set writes to stderr and can't be redirected directly,
  995. # and sets the high bit in the cache file unless we assign to the vars.
  996. (
  997.   for ac_var in `(set) 2>&1 | sed -n 's/^([a-zA-Z_][a-zA-Z0-9_]*)=.*/1/p'`; do
  998.     eval ac_val=$$ac_var
  999.     case $ac_val in #(
  1000.     *${as_nl}*)
  1001.       case $ac_var in #(
  1002.       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  1003. $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  1004.       esac
  1005.       case $ac_var in #(
  1006.       _ | IFS | as_nl) ;; #(
  1007.       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  1008.       *) { eval $ac_var=; unset $ac_var;} ;;
  1009.       esac ;;
  1010.     esac
  1011.   done
  1012.   (set) 2>&1 |
  1013.     case $as_nl`(ac_space=' '; set) 2>&1` in #(
  1014.     *${as_nl}ac_space= *)
  1015.       # `set' does not quote correctly, so add quotes: double-quote
  1016.       # substitution turns \\ into \, and sed turns \ into .
  1017.       sed -n 
  1018. "s/'/'\\''/g;
  1019.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  1020.       ;; #(
  1021.     *)
  1022.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1023.       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1024.       ;;
  1025.     esac |
  1026.     sort
  1027. ) |
  1028.   sed '
  1029.      /^ac_cv_env_/b end
  1030.      t clear
  1031.      :clear
  1032.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  1033.      t end
  1034.      s/^([^=]*)=(.*)$/1=${1=2}/
  1035.      :end' >>confcache
  1036. if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  1037.   if test -w "$cache_file"; then
  1038.     test "x$cache_file" != "x/dev/null" &&
  1039.       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  1040. $as_echo "$as_me: updating cache $cache_file" >&6;}
  1041.     cat confcache >$cache_file
  1042.   else
  1043.     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  1044. $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  1045.   fi
  1046. fi
  1047. rm -f confcache
  1048. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1049. # Let make expand exec_prefix.
  1050. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1051. DEFS=-DHAVE_CONFIG_H
  1052. ac_libobjs=
  1053. ac_ltlibobjs=
  1054. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1055.   # 1. Remove the extension, and $U if already installed.
  1056.   ac_script='s/$U././;s/.o$//;s/.obj$//'
  1057.   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  1058.   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  1059.   #    will be set to the directory where LIBOBJS objects are built.
  1060.   as_fn_append ac_libobjs " ${LIBOBJDIR}$ac_i$U.$ac_objext"
  1061.   as_fn_append ac_ltlibobjs " ${LIBOBJDIR}$ac_i"'$U.lo'
  1062. done
  1063. LIBOBJS=$ac_libobjs
  1064. LTLIBOBJS=$ac_ltlibobjs
  1065.  if test -n "$EXEEXT"; then
  1066.   am__EXEEXT_TRUE=
  1067.   am__EXEEXT_FALSE='#'
  1068. else
  1069.   am__EXEEXT_TRUE='#'
  1070.   am__EXEEXT_FALSE=
  1071. fi
  1072. if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
  1073.   as_fn_error "conditional "MAINTAINER_MODE" was never defined.
  1074. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1075. fi
  1076. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  1077.   as_fn_error "conditional "AMDEP" was never defined.
  1078. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1079. fi
  1080. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  1081.   as_fn_error "conditional "am__fastdepCC" was never defined.
  1082. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1083. fi
  1084. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  1085.   as_fn_error "conditional "am__fastdepCXX" was never defined.
  1086. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1087. fi
  1088. if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then
  1089.   as_fn_error "conditional "am__fastdepOBJC" was never defined.
  1090. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1091. fi
  1092. if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then
  1093.   as_fn_error "conditional "am__fastdepOBJC" was never defined.
  1094. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1095. fi
  1096. if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
  1097.   as_fn_error "conditional "am__fastdepCCAS" was never defined.
  1098. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1099. fi
  1100. if test -z "${HAVE_BEOS_TRUE}" && test -z "${HAVE_BEOS_FALSE}"; then
  1101.   as_fn_error "conditional "HAVE_BEOS" was never defined.
  1102. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1103. fi
  1104. if test -z "${HAVE_DARWIN_TRUE}" && test -z "${HAVE_DARWIN_FALSE}"; then
  1105.   as_fn_error "conditional "HAVE_DARWIN" was never defined.
  1106. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1107. fi
  1108. if test -z "${HAVE_LINUX_TRUE}" && test -z "${HAVE_LINUX_FALSE}"; then
  1109.   as_fn_error "conditional "HAVE_LINUX" was never defined.
  1110. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1111. fi
  1112. if test -z "${HAVE_WIN32_TRUE}" && test -z "${HAVE_WIN32_FALSE}"; then
  1113.   as_fn_error "conditional "HAVE_WIN32" was never defined.
  1114. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1115. fi
  1116. if test -z "${HAVE_WINCE_TRUE}" && test -z "${HAVE_WINCE_FALSE}"; then
  1117.   as_fn_error "conditional "HAVE_WINCE" was never defined.
  1118. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1119. fi
  1120. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  1121.   as_fn_error "conditional "am__fastdepCXX" was never defined.
  1122. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1123. fi
  1124. if test -z "${BUILD_GETOPT_TRUE}" && test -z "${BUILD_GETOPT_FALSE}"; then
  1125.   as_fn_error "conditional "BUILD_GETOPT" was never defined.
  1126. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1127. fi
  1128. if test -z "${BUILD_DIRENT_TRUE}" && test -z "${BUILD_DIRENT_FALSE}"; then
  1129.   as_fn_error "conditional "BUILD_DIRENT" was never defined.
  1130. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1131. fi
  1132. if test -z "${HAVE_ZLIB_TRUE}" && test -z "${HAVE_ZLIB_FALSE}"; then
  1133.   as_fn_error "conditional "HAVE_ZLIB" was never defined.
  1134. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1135. fi
  1136. if test -z "${HAVE_MINIZIP_TRUE}" && test -z "${HAVE_MINIZIP_FALSE}"; then
  1137.   as_fn_error "conditional "HAVE_MINIZIP" was never defined.
  1138. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1139. fi
  1140. if test -z "${ENABLE_SOUT_TRUE}" && test -z "${ENABLE_SOUT_FALSE}"; then
  1141.   as_fn_error "conditional "ENABLE_SOUT" was never defined.
  1142. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1143. fi
  1144. if test -z "${BUILD_LUA_TRUE}" && test -z "${BUILD_LUA_FALSE}"; then
  1145.   as_fn_error "conditional "BUILD_LUA" was never defined.
  1146. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1147. fi
  1148. if test -z "${BUILD_HTTPD_TRUE}" && test -z "${BUILD_HTTPD_FALSE}"; then
  1149.   as_fn_error "conditional "BUILD_HTTPD" was never defined.
  1150. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1151. fi
  1152. if test -z "${ENABLE_VLM_TRUE}" && test -z "${ENABLE_VLM_FALSE}"; then
  1153.   as_fn_error "conditional "ENABLE_VLM" was never defined.
  1154. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1155. fi
  1156. if test -z "${BUILD_OSDMENU_TRUE}" && test -z "${BUILD_OSDMENU_FALSE}"; then
  1157.   as_fn_error "conditional "BUILD_OSDMENU" was never defined.
  1158. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1159. fi
  1160. if test -z "${BUILD_SKINS_TRUE}" && test -z "${BUILD_SKINS_FALSE}"; then
  1161.   as_fn_error "conditional "BUILD_SKINS" was never defined.
  1162. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1163. fi
  1164. if test -z "${BUILD_PDA_TRUE}" && test -z "${BUILD_PDA_FALSE}"; then
  1165.   as_fn_error "conditional "BUILD_PDA" was never defined.
  1166. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1167. fi
  1168. if test -z "${BUILD_MAEMO_TRUE}" && test -z "${BUILD_MAEMO_FALSE}"; then
  1169.   as_fn_error "conditional "BUILD_MAEMO" was never defined.
  1170. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1171. fi
  1172. if test -z "${ENABLE_QT4_TRUE}" && test -z "${ENABLE_QT4_FALSE}"; then
  1173.   as_fn_error "conditional "ENABLE_QT4" was never defined.
  1174. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1175. fi
  1176. if test -z "${HAVE_LIBGCRYPT_TRUE}" && test -z "${HAVE_LIBGCRYPT_FALSE}"; then
  1177.   as_fn_error "conditional "HAVE_LIBGCRYPT" was never defined.
  1178. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1179. fi
  1180. if test -z "${LOADER_TRUE}" && test -z "${LOADER_FALSE}"; then
  1181.   as_fn_error "conditional "LOADER" was never defined.
  1182. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1183. fi
  1184. if test -z "${BUILD_VLC_TRUE}" && test -z "${BUILD_VLC_FALSE}"; then
  1185.   as_fn_error "conditional "BUILD_VLC" was never defined.
  1186. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1187. fi
  1188. if test -z "${HAS_MIDL_COMPILER_TRUE}" && test -z "${HAS_MIDL_COMPILER_FALSE}"; then
  1189.   as_fn_error "conditional "HAS_MIDL_COMPILER" was never defined.
  1190. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1191. fi
  1192. if test -z "${HAS_WIDL_COMPILER_TRUE}" && test -z "${HAS_WIDL_COMPILER_FALSE}"; then
  1193.   as_fn_error "conditional "HAS_WIDL_COMPILER" was never defined.
  1194. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1195. fi
  1196. if test -z "${BUILD_ACTIVEX_TRUE}" && test -z "${BUILD_ACTIVEX_FALSE}"; then
  1197.   as_fn_error "conditional "BUILD_ACTIVEX" was never defined.
  1198. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1199. fi
  1200. if test -z "${BUILD_MOZILLA_TRUE}" && test -z "${BUILD_MOZILLA_FALSE}"; then
  1201.   as_fn_error "conditional "BUILD_MOZILLA" was never defined.
  1202. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1203. fi
  1204. : ${CONFIG_STATUS=./config.status}
  1205. ac_write_fail=0
  1206. ac_clean_files_save=$ac_clean_files
  1207. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1208. { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
  1209. $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1210. as_write_fail=0
  1211. cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
  1212. #! $SHELL
  1213. # Generated by $as_me.
  1214. # Run this file to recreate the current configuration.
  1215. # Compiler output produced by configure, useful for debugging
  1216. # configure, is in config.log if it exists.
  1217. debug=false
  1218. ac_cs_recheck=false
  1219. ac_cs_silent=false
  1220. SHELL=${CONFIG_SHELL-$SHELL}
  1221. export SHELL
  1222. _ASEOF
  1223. cat >>$CONFIG_STATUS <<_ASEOF || as_write_fail=1
  1224. ## -------------------- ##
  1225. ## M4sh Initialization. ##
  1226. ## -------------------- ##
  1227. # Be more Bourne compatible
  1228. DUALCASE=1; export DUALCASE # for MKS sh
  1229. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  1230.   emulate sh
  1231.   NULLCMD=:
  1232.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  1233.   # is contrary to our usage.  Disable this feature.
  1234.   alias -g '${1+"$@"}'='"$@"'
  1235.   setopt NO_GLOB_SUBST
  1236. else
  1237.   case `(set -o) 2>/dev/null` in #(
  1238.   *posix*) :
  1239.     set -o posix ;; #(
  1240.   *) :
  1241.      ;;
  1242. esac
  1243. fi
  1244. as_nl='
  1245. '
  1246. export as_nl
  1247. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  1248. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  1249. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  1250. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  1251. # Prefer a ksh shell builtin over an external printf program on Solaris,
  1252. # but without wasting forks for bash or zsh.
  1253. if test -z "$BASH_VERSION$ZSH_VERSION" 
  1254.     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  1255.   as_echo='print -r --'
  1256.   as_echo_n='print -rn --'
  1257. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  1258.   as_echo='printf %sn'
  1259.   as_echo_n='printf %s'
  1260. else
  1261.   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  1262.     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  1263.     as_echo_n='/usr/ucb/echo -n'
  1264.   else
  1265.     as_echo_body='eval expr "X$1" : "X\(.*\)"'
  1266.     as_echo_n_body='eval
  1267.       arg=$1;
  1268.       case $arg in #(
  1269.       *"$as_nl"*)
  1270. expr "X$arg" : "X\(.*\)$as_nl";
  1271. arg=`expr "X$arg" : ".*$as_nl\(.*\)"`;;
  1272.       esac;
  1273.       expr "X$arg" : "X\(.*\)" | tr -d "$as_nl"
  1274.     '
  1275.     export as_echo_n_body
  1276.     as_echo_n='sh -c $as_echo_n_body as_echo'
  1277.   fi
  1278.   export as_echo_body
  1279.   as_echo='sh -c $as_echo_body as_echo'
  1280. fi
  1281. # The user is always right.
  1282. if test "${PATH_SEPARATOR+set}" != set; then
  1283.   PATH_SEPARATOR=:
  1284.   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  1285.     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  1286.       PATH_SEPARATOR=';'
  1287.   }
  1288. fi
  1289. # IFS
  1290. # We need space, tab and new line, in precisely that order.  Quoting is
  1291. # there to prevent editors from complaining about space-tab.
  1292. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  1293. # splitting by setting IFS to empty value.)
  1294. IFS=" "" $as_nl"
  1295. # Find who we are.  Look in the path if we contain no directory separator.
  1296. case $0 in #((
  1297.   *[\/]* ) as_myself=$0 ;;
  1298.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1299. for as_dir in $PATH
  1300. do
  1301.   IFS=$as_save_IFS
  1302.   test -z "$as_dir" && as_dir=.
  1303.     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1304.   done
  1305. IFS=$as_save_IFS
  1306.      ;;
  1307. esac
  1308. # We did not find ourselves, most probably we were run as `sh COMMAND'
  1309. # in which case we are not to be found in the path.
  1310. if test "x$as_myself" = x; then
  1311.   as_myself=$0
  1312. fi
  1313. if test ! -f "$as_myself"; then
  1314.   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  1315.   exit 1
  1316. fi
  1317. # Unset variables that we do not need and which cause bugs (e.g. in
  1318. # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  1319. # suppresses any "Segmentation fault" message there.  '((' could
  1320. # trigger a bug in pdksh 5.2.14.
  1321. for as_var in BASH_ENV ENV MAIL MAILPATH
  1322. do eval test x${$as_var+set} = xset 
  1323.   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  1324. done
  1325. PS1='$ '
  1326. PS2='> '
  1327. PS4='+ '
  1328. # NLS nuisances.
  1329. LC_ALL=C
  1330. export LC_ALL
  1331. LANGUAGE=C
  1332. export LANGUAGE
  1333. # CDPATH.
  1334. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  1335. # as_fn_error ERROR [LINENO LOG_FD]
  1336. # ---------------------------------
  1337. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  1338. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  1339. # script with status $?, using 1 if that was 0.
  1340. as_fn_error ()
  1341. {
  1342.   as_status=$?; test $as_status -eq 0 && as_status=1
  1343.   if test "$3"; then
  1344.     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1345.     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  1346.   fi
  1347.   $as_echo "$as_me: error: $1" >&2
  1348.   as_fn_exit $as_status
  1349. } # as_fn_error
  1350. # as_fn_set_status STATUS
  1351. # -----------------------
  1352. # Set $? to STATUS, without forking.
  1353. as_fn_set_status ()
  1354. {
  1355.   return $1
  1356. } # as_fn_set_status
  1357. # as_fn_exit STATUS
  1358. # -----------------
  1359. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  1360. as_fn_exit ()
  1361. {
  1362.   set +e
  1363.   as_fn_set_status $1
  1364.   exit $1
  1365. } # as_fn_exit
  1366. # as_fn_unset VAR
  1367. # ---------------
  1368. # Portably unset VAR.
  1369. as_fn_unset ()
  1370. {
  1371.   { eval $1=; unset $1;}
  1372. }
  1373. as_unset=as_fn_unset
  1374. # as_fn_append VAR VALUE
  1375. # ----------------------
  1376. # Append the text in VALUE to the end of the definition contained in VAR. Take
  1377. # advantage of any shell optimizations that allow amortized linear growth over
  1378. # repeated appends, instead of the typical quadratic growth present in naive
  1379. # implementations.
  1380. if (eval "as_var=1; as_var+=2; test x$as_var = x12") 2>/dev/null; then :
  1381.   eval 'as_fn_append ()
  1382.   {
  1383.     eval $1+=$2
  1384.   }'
  1385. else
  1386.   as_fn_append ()
  1387.   {
  1388.     eval $1=$$1$2
  1389.   }
  1390. fi # as_fn_append
  1391. # as_fn_arith ARG...
  1392. # ------------------
  1393. # Perform arithmetic evaluation on the ARGs, and store the result in the
  1394. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  1395. # must be portable across $(()) and expr.
  1396. if (eval "test $(( 1 + 1 )) = 2") 2>/dev/null; then :
  1397.   eval 'as_fn_arith ()
  1398.   {
  1399.     as_val=$(( $* ))
  1400.   }'
  1401. else
  1402.   as_fn_arith ()
  1403.   {
  1404.     as_val=`expr "$@" || test $? -eq 1`
  1405.   }
  1406. fi # as_fn_arith
  1407. if expr a : '(a)' >/dev/null 2>&1 &&
  1408.    test "X`expr 00001 : '.*(...)'`" = X001; then
  1409.   as_expr=expr
  1410. else
  1411.   as_expr=false
  1412. fi
  1413. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  1414.   as_basename=basename
  1415. else
  1416.   as_basename=false
  1417. fi
  1418. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1419.   as_dirname=dirname
  1420. else
  1421.   as_dirname=false
  1422. fi
  1423. as_me=`$as_basename -- "$0" ||
  1424. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  1425.  X"$0" : 'X(//)$' | 
  1426.  X"$0" : 'X(/)' | . 2>/dev/null ||
  1427. $as_echo X/"$0" |
  1428.     sed '/^.*/([^/][^/]*)/*$/{
  1429.     s//1/
  1430.     q
  1431.   }
  1432.   /^X/(//)$/{
  1433.     s//1/
  1434.     q
  1435.   }
  1436.   /^X/(/).*/{
  1437.     s//1/
  1438.     q
  1439.   }
  1440.   s/.*/./; q'`
  1441. # Avoid depending upon Character Ranges.
  1442. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1443. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1444. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1445. as_cr_digits='0123456789'
  1446. as_cr_alnum=$as_cr_Letters$as_cr_digits
  1447. ECHO_C= ECHO_N= ECHO_T=
  1448. case `echo -n x` in #(((((
  1449. -n*)
  1450.   case `echo 'xyc'` in
  1451.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  1452.   xy)  ECHO_C='c';;
  1453.   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  1454.        ECHO_T=' ';;
  1455.   esac;;
  1456. *)
  1457.   ECHO_N='-n';;
  1458. esac
  1459. rm -f conf$$ conf$$.exe conf$$.file
  1460. if test -d conf$$.dir; then
  1461.   rm -f conf$$.dir/conf$$.file
  1462. else
  1463.   rm -f conf$$.dir
  1464.   mkdir conf$$.dir 2>/dev/null
  1465. fi
  1466. if (echo >conf$$.file) 2>/dev/null; then
  1467.   if ln -s conf$$.file conf$$ 2>/dev/null; then
  1468.     as_ln_s='ln -s'
  1469.     # ... but there are two gotchas:
  1470.     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1471.     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1472.     # In both cases, we have to default to `cp -p'.
  1473.     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1474.       as_ln_s='cp -p'
  1475.   elif ln conf$$.file conf$$ 2>/dev/null; then
  1476.     as_ln_s=ln
  1477.   else
  1478.     as_ln_s='cp -p'
  1479.   fi
  1480. else
  1481.   as_ln_s='cp -p'
  1482. fi
  1483. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1484. rmdir conf$$.dir 2>/dev/null
  1485. # as_fn_mkdir_p
  1486. # -------------
  1487. # Create "$as_dir" as a directory, including parents if necessary.
  1488. as_fn_mkdir_p ()
  1489. {
  1490.   case $as_dir in #(
  1491.   -*) as_dir=./$as_dir;;
  1492.   esac
  1493.   test -d "$as_dir" || eval $as_mkdir_p || {
  1494.     as_dirs=
  1495.     while :; do
  1496.       case $as_dir in #(
  1497.       *'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\''/g"`;; #'(
  1498.       *) as_qdir=$as_dir;;
  1499.       esac
  1500.       as_dirs="'$as_qdir' $as_dirs"
  1501.       as_dir=`$as_dirname -- "$as_dir" ||
  1502. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  1503.  X"$as_dir" : 'X(//)[^/]' | 
  1504.  X"$as_dir" : 'X(//)$' | 
  1505.  X"$as_dir" : 'X(/)' | . 2>/dev/null ||
  1506. $as_echo X"$as_dir" |
  1507.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  1508.     s//1/
  1509.     q
  1510.   }
  1511.   /^X(//)[^/].*/{
  1512.     s//1/
  1513.     q
  1514.   }
  1515.   /^X(//)$/{
  1516.     s//1/
  1517.     q
  1518.   }
  1519.   /^X(/).*/{
  1520.     s//1/
  1521.     q
  1522.   }
  1523.   s/.*/./; q'`
  1524.       test -d "$as_dir" && break
  1525.     done
  1526.     test -z "$as_dirs" || eval "mkdir $as_dirs"
  1527.   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  1528. } # as_fn_mkdir_p
  1529. if mkdir -p . 2>/dev/null; then
  1530.   as_mkdir_p='mkdir -p "$as_dir"'
  1531. else
  1532.   test -d ./-p && rmdir ./-p
  1533.   as_mkdir_p=false
  1534. fi
  1535. if test -x / >/dev/null 2>&1; then
  1536.   as_test_x='test -x'
  1537. else
  1538.   if ls -dL / >/dev/null 2>&1; then
  1539.     as_ls_L_option=L
  1540.   else
  1541.     as_ls_L_option=
  1542.   fi
  1543.   as_test_x='
  1544.     eval sh -c '''
  1545.       if test -d "$1"; then
  1546. test -d "$1/.";
  1547.       else
  1548. case $1 in #(
  1549. -*)set "./$1";;
  1550. esac;
  1551. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  1552. ???[sx]*):;;*)false;;esac;fi
  1553.     ''' sh
  1554.   '
  1555. fi
  1556. as_executable_p=$as_test_x
  1557. # Sed expression to map a string onto a valid CPP name.
  1558. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1559. # Sed expression to map a string onto a valid variable name.
  1560. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1561. exec 6>&1
  1562. ## ----------------------------------- ##
  1563. ## Main body of $CONFIG_STATUS script. ##
  1564. ## ----------------------------------- ##
  1565. _ASEOF
  1566. test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
  1567. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1568. # Save the log message, to keep $0 and so on meaningful, and to
  1569. # report actual input values of CONFIG_FILES etc. instead of their
  1570. # values after options handling.
  1571. ac_log="
  1572. This file was extended by vlc $as_me 1.0.5, which was
  1573. generated by GNU Autoconf 2.65.  Invocation command line was
  1574.   CONFIG_FILES    = $CONFIG_FILES
  1575.   CONFIG_HEADERS  = $CONFIG_HEADERS
  1576.   CONFIG_LINKS    = $CONFIG_LINKS
  1577.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  1578.   $ $0 $@
  1579. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  1580. "
  1581. _ACEOF
  1582. case $ac_config_files in *"
  1583. "*) set x $ac_config_files; shift; ac_config_files=$*;;
  1584. esac
  1585. case $ac_config_headers in *"
  1586. "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
  1587. esac
  1588. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1589. # Files that config.status was made for.
  1590. config_files="$ac_config_files"
  1591. config_headers="$ac_config_headers"
  1592. config_commands="$ac_config_commands"
  1593. _ACEOF
  1594. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1595. ac_cs_usage="
  1596. `$as_me' instantiates files and other configuration actions
  1597. from templates according to the current configuration.  Unless the files
  1598. and actions are specified as TAGs, all are instantiated by default.
  1599. Usage: $0 [OPTION]... [TAG]...
  1600.   -h, --help       print this help, then exit
  1601.   -V, --version    print version number and configuration settings, then exit
  1602.       --config     print configuration, then exit
  1603.   -q, --quiet, --silent
  1604.                    do not print progress messages
  1605.   -d, --debug      don't remove temporary files
  1606.       --recheck    update $as_me by reconfiguring in the same conditions
  1607.       --file=FILE[:TEMPLATE]
  1608.                    instantiate the configuration file FILE
  1609.       --header=FILE[:TEMPLATE]
  1610.                    instantiate the configuration header FILE
  1611. Configuration files:
  1612. $config_files
  1613. Configuration headers:
  1614. $config_headers
  1615. Configuration commands:
  1616. $config_commands
  1617. Report bugs to the package provider."
  1618. _ACEOF
  1619. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1620. ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\""`$]/\\&/g'`"
  1621. ac_cs_version="\
  1622. vlc config.status 1.0.5
  1623. configured by $0, generated by GNU Autoconf 2.65,
  1624.   with options \"$ac_cs_config\"
  1625. Copyright (C) 2009 Free Software Foundation, Inc.
  1626. This config.status script is free software; the Free Software Foundation
  1627. gives unlimited permission to copy, distribute and modify it."
  1628. ac_pwd='$ac_pwd'
  1629. srcdir='$srcdir'
  1630. INSTALL='$INSTALL'
  1631. MKDIR_P='$MKDIR_P'
  1632. AWK='$AWK'
  1633. test -n "$AWK" || AWK=awk
  1634. _ACEOF
  1635. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1636. # The default lists apply if the user does not specify any file.
  1637. ac_need_defaults=:
  1638. while test $# != 0
  1639. do
  1640.   case $1 in
  1641.   --*=*)
  1642.     ac_option=`expr "X$1" : 'X([^=]*)='`
  1643.     ac_optarg=`expr "X$1" : 'X[^=]*=(.*)'`
  1644.     ac_shift=:
  1645.     ;;
  1646.   *)
  1647.     ac_option=$1
  1648.     ac_optarg=$2
  1649.     ac_shift=shift
  1650.     ;;
  1651.   esac
  1652.   case $ac_option in
  1653.   # Handling of the options.
  1654.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1655.     ac_cs_recheck=: ;;
  1656.   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  1657.     $as_echo "$ac_cs_version"; exit ;;
  1658.   --config | --confi | --conf | --con | --co | --c )
  1659.     $as_echo "$ac_cs_config"; exit ;;
  1660.   --debug | --debu | --deb | --de | --d | -d )
  1661.     debug=: ;;
  1662.   --file | --fil | --fi | --f )
  1663.     $ac_shift
  1664.     case $ac_optarg in
  1665.     *'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\''/g"` ;;
  1666.     esac
  1667.     as_fn_append CONFIG_FILES " '$ac_optarg'"
  1668.     ac_need_defaults=false;;
  1669.   --header | --heade | --head | --hea )
  1670.     $ac_shift
  1671.     case $ac_optarg in
  1672.     *'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\''/g"` ;;
  1673.     esac
  1674.     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  1675.     ac_need_defaults=false;;
  1676.   --he | --h)
  1677.     # Conflict between --help and --header
  1678.     as_fn_error "ambiguous option: `$1'
  1679. Try `$0 --help' for more information.";;
  1680.   --help | --hel | -h )
  1681.     $as_echo "$ac_cs_usage"; exit ;;
  1682.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1683.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  1684.     ac_cs_silent=: ;;
  1685.   # This is an error.
  1686.   -*) as_fn_error "unrecognized option: `$1'
  1687. Try `$0 --help' for more information." ;;
  1688.   *) as_fn_append ac_config_targets " $1"
  1689.      ac_need_defaults=false ;;
  1690.   esac
  1691.   shift
  1692. done
  1693. ac_configure_extra_args=
  1694. if $ac_cs_silent; then
  1695.   exec 6>/dev/null
  1696.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  1697. fi
  1698. _ACEOF
  1699. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1700. if $ac_cs_recheck; then
  1701.   set X '$SHELL' '$0' $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  1702.   shift
  1703.   $as_echo "running CONFIG_SHELL=$SHELL $*" >&6
  1704.   CONFIG_SHELL='$SHELL'
  1705.   export CONFIG_SHELL
  1706.   exec "$@"
  1707. fi
  1708. _ACEOF
  1709. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1710. exec 5>>config.log
  1711. {
  1712.   echo
  1713.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  1714. ## Running $as_me. ##
  1715. _ASBOX
  1716.   $as_echo "$ac_log"
  1717. } >&5
  1718. _ACEOF
  1719. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1720. #
  1721. # INIT-COMMANDS
  1722. #
  1723. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  1724. # The HP-UX ksh and POSIX shell print the target directory to stdout
  1725. # if CDPATH is set.
  1726. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  1727. sed_quote_subst='$sed_quote_subst'
  1728. double_quote_subst='$double_quote_subst'
  1729. delay_variable_subst='$delay_variable_subst'
  1730. enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
  1731. AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`'
  1732. DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`'
  1733. OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
  1734. macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
  1735. macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
  1736. enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
  1737. pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
  1738. enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
  1739. host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
  1740. host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
  1741. host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
  1742. build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
  1743. build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
  1744. build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
  1745. SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
  1746. Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
  1747. GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
  1748. EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
  1749. FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
  1750. LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
  1751. NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
  1752. LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
  1753. max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
  1754. ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
  1755. exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
  1756. lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
  1757. lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
  1758. lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
  1759. reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
  1760. reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1761. deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
  1762. file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
  1763. AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
  1764. AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
  1765. STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
  1766. RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
  1767. old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1768. old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1769. old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1770. CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
  1771. CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
  1772. compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
  1773. GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
  1774. lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
  1775. lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
  1776. lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
  1777. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
  1778. objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
  1779. SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
  1780. ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
  1781. MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
  1782. lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
  1783. lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
  1784. lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
  1785. lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
  1786. lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
  1787. need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
  1788. DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
  1789. NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
  1790. LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
  1791. OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
  1792. OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
  1793. libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
  1794. shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1795. extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1796. archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
  1797. enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
  1798. export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1799. whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1800. compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
  1801. old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1802. old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1803. archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1804. archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1805. module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1806. module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1807. with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
  1808. allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
  1809. no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
  1810. hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1811. hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
  1812. hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
  1813. hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
  1814. hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
  1815. hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
  1816. hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
  1817. hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
  1818. inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
  1819. link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
  1820. fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
  1821. always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
  1822. export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1823. exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
  1824. include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
  1825. prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1826. file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1827. variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
  1828. need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
  1829. need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
  1830. version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
  1831. runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
  1832. shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
  1833. shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
  1834. libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1835. library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1836. soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1837. postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1838. postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1839. finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
  1840. finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
  1841. hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
  1842. sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1843. sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
  1844. hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
  1845. enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
  1846. enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
  1847. enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
  1848. old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
  1849. striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
  1850. compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
  1851. predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
  1852. postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
  1853. predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
  1854. postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
  1855. compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
  1856. LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1857. old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1858. compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1859. GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1860. lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1861. lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1862. lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1863. lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1864. lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1865. archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1866. enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1867. export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1868. whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1869. compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1870. old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1871. old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1872. archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1873. archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1874. module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1875. module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1876. with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1877. allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1878. no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1879. hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1880. hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1881. hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1882. hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1883. hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1884. hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1885. hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1886. hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1887. inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1888. link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1889. fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1890. always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1891. export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1892. exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1893. include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1894. prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1895. file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1896. hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1897. compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1898. predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1899. postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1900. predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1901. postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1902. compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
  1903. LTCC='$LTCC'
  1904. LTCFLAGS='$LTCFLAGS'
  1905. compiler='$compiler_DEFAULT'
  1906. # Quote evaled strings.
  1907. for var in SED 
  1908. GREP 
  1909. EGREP 
  1910. FGREP 
  1911. LD 
  1912. NM 
  1913. LN_S 
  1914. lt_SP2NL 
  1915. lt_NL2SP 
  1916. reload_flag 
  1917. deplibs_check_method 
  1918. file_magic_cmd 
  1919. AR 
  1920. AR_FLAGS 
  1921. STRIP 
  1922. RANLIB 
  1923. CC 
  1924. CFLAGS 
  1925. compiler 
  1926. lt_cv_sys_global_symbol_pipe 
  1927. lt_cv_sys_global_symbol_to_cdecl 
  1928. lt_cv_sys_global_symbol_to_c_name_address 
  1929. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix 
  1930. SHELL 
  1931. ECHO 
  1932. lt_prog_compiler_no_builtin_flag 
  1933. lt_prog_compiler_wl 
  1934. lt_prog_compiler_pic 
  1935. lt_prog_compiler_static 
  1936. lt_cv_prog_compiler_c_o 
  1937. need_locks 
  1938. DSYMUTIL 
  1939. NMEDIT 
  1940. LIPO 
  1941. OTOOL 
  1942. OTOOL64 
  1943. shrext_cmds 
  1944. export_dynamic_flag_spec 
  1945. whole_archive_flag_spec 
  1946. compiler_needs_object 
  1947. with_gnu_ld 
  1948. allow_undefined_flag 
  1949. no_undefined_flag 
  1950. hardcode_libdir_flag_spec 
  1951. hardcode_libdir_flag_spec_ld 
  1952. hardcode_libdir_separator 
  1953. fix_srcfile_path 
  1954. exclude_expsyms 
  1955. include_expsyms 
  1956. file_list_spec 
  1957. variables_saved_for_relink 
  1958. libname_spec 
  1959. library_names_spec 
  1960. soname_spec 
  1961. finish_eval 
  1962. old_striplib 
  1963. striplib 
  1964. compiler_lib_search_dirs 
  1965. predep_objects 
  1966. postdep_objects 
  1967. predeps 
  1968. postdeps 
  1969. compiler_lib_search_path 
  1970. LD_CXX 
  1971. compiler_CXX 
  1972. lt_prog_compiler_no_builtin_flag_CXX 
  1973. lt_prog_compiler_wl_CXX 
  1974. lt_prog_compiler_pic_CXX 
  1975. lt_prog_compiler_static_CXX 
  1976. lt_cv_prog_compiler_c_o_CXX 
  1977. export_dynamic_flag_spec_CXX 
  1978. whole_archive_flag_spec_CXX 
  1979. compiler_needs_object_CXX 
  1980. with_gnu_ld_CXX 
  1981. allow_undefined_flag_CXX 
  1982. no_undefined_flag_CXX 
  1983. hardcode_libdir_flag_spec_CXX 
  1984. hardcode_libdir_flag_spec_ld_CXX 
  1985. hardcode_libdir_separator_CXX 
  1986. fix_srcfile_path_CXX 
  1987. exclude_expsyms_CXX 
  1988. include_expsyms_CXX 
  1989. file_list_spec_CXX 
  1990. compiler_lib_search_dirs_CXX 
  1991. predep_objects_CXX 
  1992. postdep_objects_CXX 
  1993. predeps_CXX 
  1994. postdeps_CXX 
  1995. compiler_lib_search_path_CXX; do
  1996.     case `eval \\$ECHO "X\\$$var"` in
  1997.     *[\\\`\"\$]*)
  1998.       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  1999.       ;;
  2000.     *)
  2001.       eval "lt_$var=\\\"\$$var\\\""
  2002.       ;;
  2003.     esac
  2004. done
  2005. # Double-quote double-evaled strings.
  2006. for var in reload_cmds 
  2007. old_postinstall_cmds 
  2008. old_postuninstall_cmds 
  2009. old_archive_cmds 
  2010. extract_expsyms_cmds 
  2011. old_archive_from_new_cmds 
  2012. old_archive_from_expsyms_cmds 
  2013. archive_cmds 
  2014. archive_expsym_cmds 
  2015. module_cmds 
  2016. module_expsym_cmds 
  2017. export_symbols_cmds 
  2018. prelink_cmds 
  2019. postinstall_cmds 
  2020. postuninstall_cmds 
  2021. finish_cmds 
  2022. sys_lib_search_path_spec 
  2023. sys_lib_dlsearch_path_spec 
  2024. old_archive_cmds_CXX 
  2025. old_archive_from_new_cmds_CXX 
  2026. old_archive_from_expsyms_cmds_CXX 
  2027. archive_cmds_CXX 
  2028. archive_expsym_cmds_CXX 
  2029. module_cmds_CXX 
  2030. module_expsym_cmds_CXX 
  2031. export_symbols_cmds_CXX 
  2032. prelink_cmds_CXX; do
  2033.     case `eval \\$ECHO "X\\$$var"` in
  2034.     *[\\\`\"\$]*)
  2035.       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  2036.       ;;
  2037.     *)
  2038.       eval "lt_$var=\\\"\$$var\\\""
  2039.       ;;
  2040.     esac
  2041. done
  2042. # Fix-up fallback echo if it was mangled by the above quoting rules.
  2043. case $lt_ECHO in
  2044. *'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  2045.   ;;
  2046. esac
  2047. ac_aux_dir='$ac_aux_dir'
  2048. xsi_shell='$xsi_shell'
  2049. lt_shell_append='$lt_shell_append'
  2050. # See if we are running on zsh, and set the options which allow our
  2051. # commands through without removal of  escapes INIT.
  2052. if test -n "${ZSH_VERSION+set}" ; then
  2053.    setopt NO_GLOB_SUBST
  2054. fi
  2055.     PACKAGE='$PACKAGE'
  2056.     VERSION='$VERSION'
  2057.     TIMESTAMP='$TIMESTAMP'
  2058.     RM='$RM'
  2059.     ofile='$ofile'
  2060. # Capture the value of obsolete ALL_LINGUAS because we need it to compute
  2061.     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
  2062.     # from automake < 1.5.
  2063.     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
  2064.     # Capture the value of LINGUAS because we need it to compute CATALOGS.
  2065.     LINGUAS="${LINGUAS-%UNSET%}"
  2066. _ACEOF
  2067. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2068. # Handling of arguments.
  2069. for ac_config_target in $ac_config_targets
  2070. do
  2071.   case $ac_config_target in
  2072.     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  2073.     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  2074.     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
  2075.     "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
  2076.     "extras/package/win32/vlc.win32.nsi") CONFIG_FILES="$CONFIG_FILES extras/package/win32/vlc.win32.nsi" ;;
  2077.     "extras/package/macosx/Info.plist") CONFIG_FILES="$CONFIG_FILES extras/package/macosx/Info.plist" ;;
  2078.     "extras/package/macosx/Resources/English.lproj/InfoPlist.strings") CONFIG_FILES="$CONFIG_FILES extras/package/macosx/Resources/English.lproj/InfoPlist.strings" ;;
  2079.     "extras/package/macosx/plugin/Info.plist") CONFIG_FILES="$CONFIG_FILES extras/package/macosx/plugin/Info.plist" ;;
  2080.     "extras/package/macosx/plugin/InstallerInfo.plist") CONFIG_FILES="$CONFIG_FILES extras/package/macosx/plugin/InstallerInfo.plist" ;;
  2081.     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2082.     "projects/activex/Makefile") CONFIG_FILES="$CONFIG_FILES projects/activex/Makefile" ;;
  2083.     "projects/activex/axvlc.inf") CONFIG_FILES="$CONFIG_FILES projects/activex/axvlc.inf" ;;
  2084.     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
  2085.     "extras/package/ipkg/Makefile") CONFIG_FILES="$CONFIG_FILES extras/package/ipkg/Makefile" ;;
  2086.     "libs/loader/Makefile") CONFIG_FILES="$CONFIG_FILES libs/loader/Makefile" ;;
  2087.     "libs/srtp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/srtp/Makefile" ;;
  2088.     "libs/unzip/Makefile") CONFIG_FILES="$CONFIG_FILES libs/unzip/Makefile" ;;
  2089.     "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
  2090.     "projects/mozilla/Makefile") CONFIG_FILES="$CONFIG_FILES projects/mozilla/Makefile" ;;
  2091.     "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
  2092.     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
  2093.     "projects/activex/axvlc_rc.rc") CONFIG_FILES="$CONFIG_FILES projects/activex/axvlc_rc.rc" ;;
  2094.     "projects/mozilla/npvlc_rc.rc") CONFIG_FILES="$CONFIG_FILES projects/mozilla/npvlc_rc.rc" ;;
  2095.     "projects/mozilla/vlc.r") CONFIG_FILES="$CONFIG_FILES projects/mozilla/vlc.r" ;;
  2096.     "projects/mozilla/install.js") CONFIG_FILES="$CONFIG_FILES projects/mozilla/install.js" ;;
  2097.     "share/Makefile") CONFIG_FILES="$CONFIG_FILES share/Makefile" ;;
  2098.     "share/vlc_win32_rc.rc") CONFIG_FILES="$CONFIG_FILES share/vlc_win32_rc.rc" ;;
  2099.     "share/libvlc_win32_rc.rc") CONFIG_FILES="$CONFIG_FILES share/libvlc_win32_rc.rc" ;;
  2100.     "compat/Makefile") CONFIG_FILES="$CONFIG_FILES compat/Makefile" ;;
  2101.     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  2102.     "src/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
  2103.     "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
  2104.     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
  2105.     "modules/access/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/Makefile" ;;
  2106.     "modules/access/bd/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/bd/Makefile" ;;
  2107.     "modules/access/bda/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/bda/Makefile" ;;
  2108.     "modules/access/dshow/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/dshow/Makefile" ;;
  2109.     "modules/access/dvb/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/dvb/Makefile" ;;
  2110.     "modules/access/mms/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/mms/Makefile" ;;
  2111.     "modules/access/cdda/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/cdda/Makefile" ;;
  2112.     "modules/access/rtp/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/rtp/Makefile" ;;
  2113.     "modules/access/rtsp/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/rtsp/Makefile" ;;
  2114.     "modules/access/vcd/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/vcd/Makefile" ;;
  2115.     "modules/access/vcdx/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/vcdx/Makefile" ;;
  2116.     "modules/access/screen/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/screen/Makefile" ;;
  2117.     "modules/access/zip/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access/zip/Makefile" ;;
  2118.     "modules/access_output/Makefile") CONFIG_FILES="$CONFIG_FILES modules/access_output/Makefile" ;;
  2119.     "modules/audio_filter/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_filter/Makefile" ;;
  2120.     "modules/audio_filter/channel_mixer/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_filter/channel_mixer/Makefile" ;;
  2121.     "modules/audio_filter/converter/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_filter/converter/Makefile" ;;
  2122.     "modules/audio_filter/resampler/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_filter/resampler/Makefile" ;;
  2123.     "modules/audio_filter/spatializer/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_filter/spatializer/Makefile" ;;
  2124.     "modules/audio_mixer/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_mixer/Makefile" ;;
  2125.     "modules/audio_output/Makefile") CONFIG_FILES="$CONFIG_FILES modules/audio_output/Makefile" ;;
  2126.     "modules/codec/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/Makefile" ;;
  2127.     "modules/codec/avcodec/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/avcodec/Makefile" ;;
  2128.     "modules/codec/cmml/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/cmml/Makefile" ;;
  2129.     "modules/codec/dmo/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/dmo/Makefile" ;;
  2130.     "modules/codec/shine/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/shine/Makefile" ;;
  2131.     "modules/codec/subtitles/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/subtitles/Makefile" ;;
  2132.     "modules/codec/spudec/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/spudec/Makefile" ;;
  2133.     "modules/codec/wmafixed/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/wmafixed/Makefile" ;;
  2134.     "modules/codec/xvmc/Makefile") CONFIG_FILES="$CONFIG_FILES modules/codec/xvmc/Makefile" ;;
  2135.     "modules/control/Makefile") CONFIG_FILES="$CONFIG_FILES modules/control/Makefile" ;;
  2136.     "modules/control/http/Makefile") CONFIG_FILES="$CONFIG_FILES modules/control/http/Makefile" ;;
  2137.     "modules/control/globalhotkeys/Makefile") CONFIG_FILES="$CONFIG_FILES modules/control/globalhotkeys/Makefile" ;;
  2138.     "modules/demux/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/Makefile" ;;
  2139.     "modules/demux/asf/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/asf/Makefile" ;;
  2140.     "modules/demux/avformat/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/avformat/Makefile" ;;
  2141.     "modules/demux/avi/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/avi/Makefile" ;;
  2142.     "modules/demux/mkv/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/mkv/Makefile" ;;
  2143.     "modules/demux/mp4/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/mp4/Makefile" ;;
  2144.     "modules/demux/mpeg/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/mpeg/Makefile" ;;
  2145.     "modules/demux/playlist/Makefile") CONFIG_FILES="$CONFIG_FILES modules/demux/playlist/Makefile" ;;
  2146.     "modules/gui/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/Makefile" ;;
  2147.     "modules/gui/beos/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/beos/Makefile" ;;
  2148.     "modules/gui/pda/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/pda/Makefile" ;;
  2149.     "modules/gui/macosx/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/macosx/Makefile" ;;
  2150.     "modules/gui/maemo/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/maemo/Makefile" ;;
  2151.     "modules/gui/minimal_macosx/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/minimal_macosx/Makefile" ;;
  2152.     "modules/gui/qnx/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/qnx/Makefile" ;;
  2153.     "modules/gui/qt4/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/qt4/Makefile" ;;
  2154.     "modules/gui/skins2/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/skins2/Makefile" ;;
  2155.     "modules/gui/wince/Makefile") CONFIG_FILES="$CONFIG_FILES modules/gui/wince/Makefile" ;;
  2156.     "modules/meta_engine/Makefile") CONFIG_FILES="$CONFIG_FILES modules/meta_engine/Makefile" ;;
  2157.     "modules/misc/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/Makefile" ;;
  2158.     "modules/misc/dummy/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/dummy/Makefile" ;;
  2159.     "modules/misc/lua/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/lua/Makefile" ;;
  2160.     "modules/misc/memcpy/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/memcpy/Makefile" ;;
  2161.     "modules/misc/notify/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/notify/Makefile" ;;
  2162.     "modules/misc/testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/testsuite/Makefile" ;;
  2163.     "modules/misc/playlist/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/playlist/Makefile" ;;
  2164.     "modules/misc/osd/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/osd/Makefile" ;;
  2165.     "modules/misc/stats/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/stats/Makefile" ;;
  2166.     "modules/misc/xml/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/xml/Makefile" ;;
  2167.     "modules/misc/probe/Makefile") CONFIG_FILES="$CONFIG_FILES modules/misc/probe/Makefile" ;;
  2168.     "modules/mux/Makefile") CONFIG_FILES="$CONFIG_FILES modules/mux/Makefile" ;;
  2169.     "modules/mux/mpeg/Makefile") CONFIG_FILES="$CONFIG_FILES modules/mux/mpeg/Makefile" ;;
  2170.     "modules/packetizer/Makefile") CONFIG_FILES="$CONFIG_FILES modules/packetizer/Makefile" ;;
  2171.     "modules/services_discovery/Makefile") CONFIG_FILES="$CONFIG_FILES modules/services_discovery/Makefile" ;;
  2172.     "modules/stream_filter/Makefile") CONFIG_FILES="$CONFIG_FILES modules/stream_filter/Makefile" ;;
  2173.     "modules/stream_out/Makefile") CONFIG_FILES="$CONFIG_FILES modules/stream_out/Makefile" ;;
  2174.     "modules/video_chroma/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_chroma/Makefile" ;;
  2175.     "modules/video_filter/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_filter/Makefile" ;;
  2176.     "modules/video_filter/atmo/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_filter/atmo/Makefile" ;;
  2177.     "modules/video_filter/dynamicoverlay/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_filter/dynamicoverlay/Makefile" ;;
  2178.     "modules/video_output/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_output/Makefile" ;;
  2179.     "modules/video_output/msw/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_output/msw/Makefile" ;;
  2180.     "modules/video_output/qte/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_output/qte/Makefile" ;;
  2181.     "modules/video_output/x11/Makefile") CONFIG_FILES="$CONFIG_FILES modules/video_output/x11/Makefile" ;;
  2182.     "modules/visualization/Makefile") CONFIG_FILES="$CONFIG_FILES modules/visualization/Makefile" ;;
  2183.     "modules/visualization/visual/Makefile") CONFIG_FILES="$CONFIG_FILES modules/visualization/visual/Makefile" ;;
  2184.     "modules/visualization/galaktos/Makefile") CONFIG_FILES="$CONFIG_FILES modules/visualization/galaktos/Makefile" ;;
  2185.   *) as_fn_error "invalid argument: `$ac_config_target'" "$LINENO" 5;;
  2186.   esac
  2187. done
  2188. # If the user did not use the arguments to specify the items to instantiate,
  2189. # then the envvar interface is used.  Set only those that are not.
  2190. # We use the long form for the default assignment because of an extremely
  2191. # bizarre bug on SunOS 4.1.3.
  2192. if $ac_need_defaults; then
  2193.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2194.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2195.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2196. fi
  2197. # Have a temporary directory for convenience.  Make it in the build tree
  2198. # simply because there is no reason against having it here, and in addition,
  2199. # creating and moving files from /tmp can sometimes cause problems.
  2200. # Hook for its removal unless debugging.
  2201. # Note that there is a small window in which the directory will not be cleaned:
  2202. # after its creation but before its name has been assigned to `$tmp'.
  2203. $debug ||
  2204. {
  2205.   tmp=
  2206.   trap 'exit_status=$?
  2207.   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  2208. ' 0
  2209.   trap 'as_fn_exit 1' 1 2 13 15
  2210. }
  2211. # Create a (secure) tmp directory for tmp files.
  2212. {
  2213.   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  2214.   test -n "$tmp" && test -d "$tmp"
  2215. }  ||
  2216. {
  2217.   tmp=./conf$$-$RANDOM
  2218.   (umask 077 && mkdir "$tmp")
  2219. } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  2220. # Set up the scripts for CONFIG_FILES section.
  2221. # No need to generate them if there are no CONFIG_FILES.
  2222. # This happens for instance with `./config.status config.h'.
  2223. if test -n "$CONFIG_FILES"; then
  2224. ac_cr=`echo X | tr X '15'`
  2225. # On cygwin, bash can eat r inside `` if the user requested igncr.
  2226. # But we know of no other shell where ac_cr would be empty at this
  2227. # point, so we can use a bashism as a fallback.
  2228. if test "x$ac_cr" = x; then
  2229.   eval ac_cr=$'\r'
  2230. fi
  2231. ac_cs_awk_cr=`$AWK 'BEGIN { print "arb" }' </dev/null 2>/dev/null`
  2232. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  2233.   ac_cs_awk_cr='r'
  2234. else
  2235.   ac_cs_awk_cr=$ac_cr
  2236. fi
  2237. echo 'BEGIN {' >"$tmp/subs1.awk" &&
  2238. _ACEOF
  2239. {
  2240.   echo "cat >conf$$subs.awk <<_ACEOF" &&
  2241.   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  2242.   echo "_ACEOF"
  2243. } >conf$$subs.sh ||
  2244.   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  2245. ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
  2246. ac_delim='%!_!# '
  2247. for ac_last_try in false false false false false :; do
  2248.   . ./conf$$subs.sh ||
  2249.     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  2250.   ac_delim_n=`sed -n "s/.*$ac_delim$/X/p" conf$$subs.awk | grep -c X`
  2251.   if test $ac_delim_n = $ac_delim_num; then
  2252.     break
  2253.   elif $ac_last_try; then
  2254.     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  2255.   else
  2256.     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  2257.   fi
  2258. done
  2259. rm -f conf$$subs.sh
  2260. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2261. cat >>"$tmp/subs1.awk" <<\_ACAWK &&
  2262. _ACEOF
  2263. sed -n '
  2264. h
  2265. s/^/S["/; s/!.*/"]=/
  2266. p
  2267. g
  2268. s/^[^!]*!//
  2269. :repl
  2270. t repl
  2271. s/'"$ac_delim"'$//
  2272. t delim
  2273. :nl
  2274. h
  2275. s/(.{148})..*/1/
  2276. t more1
  2277. s/["\]/\&/g; s/^/"/; s/$/\n"\/
  2278. p
  2279. n
  2280. b repl
  2281. :more1
  2282. s/["\]/\&/g; s/^/"/; s/$/"\/
  2283. p
  2284. g
  2285. s/.{148}//
  2286. t nl
  2287. :delim
  2288. h
  2289. s/(.{148})..*/1/
  2290. t more2
  2291. s/["\]/\&/g; s/^/"/; s/$/"/
  2292. p
  2293. b
  2294. :more2
  2295. s/["\]/\&/g; s/^/"/; s/$/"\/
  2296. p
  2297. g
  2298. s/.{148}//
  2299. t delim
  2300. ' <conf$$subs.awk | sed '
  2301. /^[^""]/{
  2302.   N
  2303.   s/n//
  2304. }
  2305. ' >>$CONFIG_STATUS || ac_write_fail=1
  2306. rm -f conf$$subs.awk
  2307. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2308. _ACAWK
  2309. cat >>"$tmp/subs1.awk" <<_ACAWK &&
  2310.   for (key in S) S_is_set[key] = 1
  2311.   FS = ""
  2312. }
  2313. {
  2314.   line = $ 0
  2315.   nfields = split(line, field, "@")
  2316.   substed = 0
  2317.   len = length(field[1])
  2318.   for (i = 2; i < nfields; i++) {
  2319.     key = field[i]
  2320.     keylen = length(key)
  2321.     if (S_is_set[key]) {
  2322.       value = S[key]
  2323.       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  2324.       len += length(value) + length(field[++i])
  2325.       substed = 1
  2326.     } else
  2327.       len += 1 + keylen
  2328.   }
  2329.   print line
  2330. }
  2331. _ACAWK
  2332. _ACEOF
  2333. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2334. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  2335.   sed "s/$ac_cr$//; s/$ac_cr/$ac_cs_awk_cr/g"
  2336. else
  2337.   cat
  2338. fi < "$tmp/subs1.awk" > "$tmp/subs.awk" 
  2339.   || as_fn_error "could not setup config files machinery" "$LINENO" 5
  2340. _ACEOF
  2341. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2342. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2343. # trailing colons and then remove the whole line if VPATH becomes empty
  2344. # (actually we leave an empty line to preserve line numbers).
  2345. if test "x$srcdir" = x.; then
  2346.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2347. s/:*$(srcdir):*/:/
  2348. s/:*${srcdir}:*/:/
  2349. s/:*@srcdir@:*/:/
  2350. s/^([^=]*=[  ]*):*/1/
  2351. s/:*$//
  2352. s/^[^=]*=[  ]*$//
  2353. }'
  2354. fi
  2355. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2356. fi # test -n "$CONFIG_FILES"
  2357. # Set up the scripts for CONFIG_HEADERS section.
  2358. # No need to generate them if there are no CONFIG_HEADERS.
  2359. # This happens for instance with `./config.status Makefile'.
  2360. if test -n "$CONFIG_HEADERS"; then
  2361. cat >"$tmp/defines.awk" <<_ACAWK ||
  2362. BEGIN {
  2363. _ACEOF
  2364. # Transform confdefs.h into an awk script `defines.awk', embedded as
  2365. # here-document in config.status, that substitutes the proper values into
  2366. # config.h.in to produce config.h.
  2367. # Create a delimiter string that does not exist in confdefs.h, to ease
  2368. # handling of long lines.
  2369. ac_delim='%!_!# '
  2370. for ac_last_try in false false :; do
  2371.   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  2372.   if test -z "$ac_t"; then
  2373.     break
  2374.   elif $ac_last_try; then
  2375.     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
  2376.   else
  2377.     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  2378.   fi
  2379. done
  2380. # For the awk script, D is an array of macro values keyed by name,
  2381. # likewise P contains macro parameters if any.  Preserve backslash
  2382. # newline sequences.
  2383. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
  2384. sed -n '
  2385. s/.{148}/&'"$ac_delim"'/g
  2386. t rset
  2387. :rset
  2388. s/^[  ]*#[  ]*define[  ][  ]*/ /
  2389. t def
  2390. d
  2391. :def
  2392. s/\$//
  2393. t bsnl
  2394. s/["\]/\&/g
  2395. s/^ ('"$ac_word_re"')(([^()]*))[  ]*(.*)/P["1"]="2"
  2396. D["1"]=" 3"/p
  2397. s/^ ('"$ac_word_re"')[  ]*(.*)/D["1"]=" 2"/p
  2398. d
  2399. :bsnl
  2400. s/["\]/\&/g
  2401. s/^ ('"$ac_word_re"')(([^()]*))[  ]*(.*)/P["1"]="2"
  2402. D["1"]=" 3\\\n"\/p
  2403. t cont
  2404. s/^ ('"$ac_word_re"')[  ]*(.*)/D["1"]=" 2\\\n"\/p
  2405. t cont
  2406. d
  2407. :cont
  2408. n
  2409. s/.{148}/&'"$ac_delim"'/g
  2410. t clear
  2411. :clear
  2412. s/\$//
  2413. t bsnlc
  2414. s/["\]/\&/g; s/^/"/; s/$/"/p
  2415. d
  2416. :bsnlc
  2417. s/["\]/\&/g; s/^/"/; s/$/\\\n"\/p
  2418. b cont
  2419. ' <confdefs.h | sed '
  2420. s/'"$ac_delim"'/"\
  2421. "/g' >>$CONFIG_STATUS || ac_write_fail=1
  2422. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2423.   for (key in D) D_is_set[key] = 1
  2424.   FS = ""
  2425. }
  2426. /^[t ]*#[t ]*(define|undef)[t ]+$ac_word_re([t (]|$)/ {
  2427.   line = $ 0
  2428.   split(line, arg, " ")
  2429.   if (arg[1] == "#") {
  2430.     defundef = arg[2]
  2431.     mac1 = arg[3]
  2432.   } else {
  2433.     defundef = substr(arg[1], 2)
  2434.     mac1 = arg[2]
  2435.   }
  2436.   split(mac1, mac2, "(") #)
  2437.   macro = mac2[1]
  2438.   prefix = substr(line, 1, index(line, defundef) - 1)
  2439.   if (D_is_set[macro]) {
  2440.     # Preserve the white space surrounding the "#".
  2441.     print prefix "define", macro P[macro] D[macro]
  2442.     next
  2443.   } else {
  2444.     # Replace #undef with comments.  This is necessary, for example,
  2445.     # in the case of _POSIX_SOURCE, which is predefined and required
  2446.     # on some systems where configure will not decide to define it.
  2447.     if (defundef == "undef") {
  2448.       print "/*", prefix defundef, macro, "*/"
  2449.       next
  2450.     }
  2451.   }
  2452. }
  2453. { print }
  2454. _ACAWK
  2455. _ACEOF
  2456. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2457.   as_fn_error "could not setup config headers machinery" "$LINENO" 5
  2458. fi # test -n "$CONFIG_HEADERS"
  2459. eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
  2460. shift
  2461. for ac_tag
  2462. do
  2463.   case $ac_tag in
  2464.   :[FHLC]) ac_mode=$ac_tag; continue;;
  2465.   esac
  2466.   case $ac_mode$ac_tag in
  2467.   :[FHL]*:*);;
  2468.   :L* | :C*:*) as_fn_error "invalid tag `$ac_tag'" "$LINENO" 5;;
  2469.   :[FH]-) ac_tag=-:-;;
  2470.   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  2471.   esac
  2472.   ac_save_IFS=$IFS
  2473.   IFS=:
  2474.   set x $ac_tag
  2475.   IFS=$ac_save_IFS
  2476.   shift
  2477.   ac_file=$1
  2478.   shift
  2479.   case $ac_mode in
  2480.   :L) ac_source=$1;;
  2481.   :[FH])
  2482.     ac_file_inputs=
  2483.     for ac_f
  2484.     do
  2485.       case $ac_f in
  2486.       -) ac_f="$tmp/stdin";;
  2487.       *) # Look for the file first in the build tree, then in the source tree
  2488.  # (if the path is not absolute).  The absolute path cannot be DOS-style,
  2489.  # because $ac_f cannot contain `:'.
  2490.  test -f "$ac_f" ||
  2491.    case $ac_f in
  2492.    [\/$]*) false;;
  2493.    *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  2494.    esac ||
  2495.    as_fn_error "cannot find input file: `$ac_f'" "$LINENO" 5;;
  2496.       esac
  2497.       case $ac_f in *'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\''/g"`;; esac
  2498.       as_fn_append ac_file_inputs " '$ac_f'"
  2499.     done
  2500.     # Let's still pretend it is `configure' which instantiates (i.e., don't
  2501.     # use $as_me), people would be surprised to read:
  2502.     #    /* config.h.  Generated by config.status.  */
  2503.     configure_input='Generated from '`
  2504.   $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  2505. `' by configure.'
  2506.     if test x"$ac_file" != x-; then
  2507.       configure_input="$ac_file.  $configure_input"
  2508.       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  2509. $as_echo "$as_me: creating $ac_file" >&6;}
  2510.     fi
  2511.     # Neutralize special characters interpreted by sed in replacement strings.
  2512.     case $configure_input in #(
  2513.     *&* | *|* | *\* )
  2514.        ac_sed_conf_input=`$as_echo "$configure_input" |
  2515.        sed 's/[\\&|]/\\&/g'`;; #(
  2516.     *) ac_sed_conf_input=$configure_input;;
  2517.     esac
  2518.     case $ac_tag in
  2519.     *:-:* | *:-) cat >"$tmp/stdin" 
  2520.       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  2521.     esac
  2522.     ;;
  2523.   esac
  2524.   ac_dir=`$as_dirname -- "$ac_file" ||
  2525. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2526.  X"$ac_file" : 'X(//)[^/]' | 
  2527.  X"$ac_file" : 'X(//)$' | 
  2528.  X"$ac_file" : 'X(/)' | . 2>/dev/null ||
  2529. $as_echo X"$ac_file" |
  2530.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2531.     s//1/
  2532.     q
  2533.   }
  2534.   /^X(//)[^/].*/{
  2535.     s//1/
  2536.     q
  2537.   }
  2538.   /^X(//)$/{
  2539.     s//1/
  2540.     q
  2541.   }
  2542.   /^X(/).*/{
  2543.     s//1/
  2544.     q
  2545.   }
  2546.   s/.*/./; q'`
  2547.   as_dir="$ac_dir"; as_fn_mkdir_p
  2548.   ac_builddir=.
  2549. case "$ac_dir" in
  2550. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  2551. *)
  2552.   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^.[\/]||'`
  2553.   # A ".." for each directory in $ac_dir_suffix.
  2554.   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\/]*|/..|g;s|/||'`
  2555.   case $ac_top_builddir_sub in
  2556.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  2557.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  2558.   esac ;;
  2559. esac
  2560. ac_abs_top_builddir=$ac_pwd
  2561. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  2562. # for backward compatibility:
  2563. ac_top_builddir=$ac_top_build_prefix
  2564. case $srcdir in
  2565.   .)  # We are building in place.
  2566.     ac_srcdir=.
  2567.     ac_top_srcdir=$ac_top_builddir_sub
  2568.     ac_abs_top_srcdir=$ac_pwd ;;
  2569.   [\/]* | ?:[\/]* )  # Absolute name.
  2570.     ac_srcdir=$srcdir$ac_dir_suffix;
  2571.     ac_top_srcdir=$srcdir
  2572.     ac_abs_top_srcdir=$srcdir ;;
  2573.   *) # Relative name.
  2574.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  2575.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  2576.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  2577. esac
  2578. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  2579.   case $ac_mode in
  2580.   :F)
  2581.   #
  2582.   # CONFIG_FILE
  2583.   #
  2584.   case $INSTALL in
  2585.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2586.   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  2587.   esac
  2588.   ac_MKDIR_P=$MKDIR_P
  2589.   case $MKDIR_P in
  2590.   [\/$]* | ?:[\/]* ) ;;
  2591.   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  2592.   esac
  2593. _ACEOF
  2594. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2595. # If the template does not know about datarootdir, expand it.
  2596. # FIXME: This hack should be removed a few years after 2.60.
  2597. ac_datarootdir_hack=; ac_datarootdir_seen=
  2598. ac_sed_dataroot='
  2599. /datarootdir/ {
  2600.   p
  2601.   q
  2602. }
  2603. /@datadir@/p
  2604. /@docdir@/p
  2605. /@infodir@/p
  2606. /@localedir@/p
  2607. /@mandir@/p'
  2608. case `eval "sed -n "$ac_sed_dataroot" $ac_file_inputs"` in
  2609. *datarootdir*) ac_datarootdir_seen=yes;;
  2610. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  2611.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  2612. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  2613. _ACEOF
  2614. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2615.   ac_datarootdir_hack='
  2616.   s&@datadir@&$datadir&g
  2617.   s&@docdir@&$docdir&g
  2618.   s&@infodir@&$infodir&g
  2619.   s&@localedir@&$localedir&g
  2620.   s&@mandir@&$mandir&g
  2621.   s&\${datarootdir}&$datarootdir&g' ;;
  2622. esac
  2623. _ACEOF
  2624. # Neutralize VPATH when `$srcdir' = `.'.
  2625. # Shell code in configure.ac might set extrasub.
  2626. # FIXME: do we really want to maintain this feature?
  2627. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2628. ac_sed_extra="$ac_vpsub
  2629. $extrasub
  2630. _ACEOF
  2631. cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2632. :t
  2633. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2634. s|@configure_input@|$ac_sed_conf_input|;t t
  2635. s&@top_builddir@&$ac_top_builddir_sub&;t t
  2636. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  2637. s&@srcdir@&$ac_srcdir&;t t
  2638. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  2639. s&@top_srcdir@&$ac_top_srcdir&;t t
  2640. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  2641. s&@builddir@&$ac_builddir&;t t
  2642. s&@abs_builddir@&$ac_abs_builddir&;t t
  2643. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  2644. s&@INSTALL@&$ac_INSTALL&;t t
  2645. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  2646. $ac_datarootdir_hack
  2647. "
  2648. eval sed "$ac_sed_extra" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out 
  2649.   || as_fn_error "could not create $ac_file" "$LINENO" 5
  2650. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  2651.   { ac_out=`sed -n '/${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  2652.   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  2653.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable `datarootdir'
  2654. which seems to be undefined.  Please make sure it is defined." >&5
  2655. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable `datarootdir'
  2656. which seems to be undefined.  Please make sure it is defined." >&2;}
  2657.   rm -f "$tmp/stdin"
  2658.   case $ac_file in
  2659.   -) cat "$tmp/out" && rm -f "$tmp/out";;
  2660.   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  2661.   esac 
  2662.   || as_fn_error "could not create $ac_file" "$LINENO" 5
  2663.  ;;
  2664.   :H)
  2665.   #
  2666.   # CONFIG_HEADER
  2667.   #
  2668.   if test x"$ac_file" != x-; then
  2669.     {
  2670.       $as_echo "/* $configure_input  */" 
  2671.       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  2672.     } >"$tmp/config.h" 
  2673.       || as_fn_error "could not create $ac_file" "$LINENO" 5
  2674.     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  2675.       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  2676. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  2677.     else
  2678.       rm -f "$ac_file"
  2679.       mv "$tmp/config.h" "$ac_file" 
  2680. || as_fn_error "could not create $ac_file" "$LINENO" 5
  2681.     fi
  2682.   else
  2683.     $as_echo "/* $configure_input  */" 
  2684.       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 
  2685.       || as_fn_error "could not create -" "$LINENO" 5
  2686.   fi
  2687. # Compute "$ac_file"'s index in $config_headers.
  2688. _am_arg="$ac_file"
  2689. _am_stamp_count=1
  2690. for _am_header in $config_headers :; do
  2691.   case $_am_header in
  2692.     $_am_arg | $_am_arg:* )
  2693.       break ;;
  2694.     * )
  2695.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  2696.   esac
  2697. done
  2698. echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  2699. $as_expr X"$_am_arg" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2700.  X"$_am_arg" : 'X(//)[^/]' | 
  2701.  X"$_am_arg" : 'X(//)$' | 
  2702.  X"$_am_arg" : 'X(/)' | . 2>/dev/null ||
  2703. $as_echo X"$_am_arg" |
  2704.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2705.     s//1/
  2706.     q
  2707.   }
  2708.   /^X(//)[^/].*/{
  2709.     s//1/
  2710.     q
  2711.   }
  2712.   /^X(//)$/{
  2713.     s//1/
  2714.     q
  2715.   }
  2716.   /^X(/).*/{
  2717.     s//1/
  2718.     q
  2719.   }
  2720.   s/.*/./; q'`/stamp-h$_am_stamp_count
  2721.  ;;
  2722.   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  2723. $as_echo "$as_me: executing $ac_file commands" >&6;}
  2724.  ;;
  2725.   esac
  2726.   case $ac_file$ac_mode in
  2727.     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  2728.   # Autoconf 2.62 quotes --file arguments for eval, but not when files
  2729.   # are listed without --file.  Let's play safe and only enable the eval
  2730.   # if we detect the quoting.
  2731.   case $CONFIG_FILES in
  2732.   *'*) eval set x "$CONFIG_FILES" ;;
  2733.   *)   set x $CONFIG_FILES ;;
  2734.   esac
  2735.   shift
  2736.   for mf
  2737.   do
  2738.     # Strip MF so we end up with the name of the file.
  2739.     mf=`echo "$mf" | sed -e 's/:.*$//'`
  2740.     # Check whether this is an Automake generated Makefile or not.
  2741.     # We used to match only the files named `Makefile.in', but
  2742.     # some people rename them; so instead we look at the file content.
  2743.     # Grep'ing the first line is not enough: some people post-process
  2744.     # each Makefile.in and add a new line on top of each file to say so.
  2745.     # Grep'ing the whole file is not good either: AIX grep has a line
  2746.     # limit of 2048, but all sed's we know have understand at least 4000.
  2747.     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  2748.       dirpart=`$as_dirname -- "$mf" ||
  2749. $as_expr X"$mf" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2750.  X"$mf" : 'X(//)[^/]' | 
  2751.  X"$mf" : 'X(//)$' | 
  2752.  X"$mf" : 'X(/)' | . 2>/dev/null ||
  2753. $as_echo X"$mf" |
  2754.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2755.     s//1/
  2756.     q
  2757.   }
  2758.   /^X(//)[^/].*/{
  2759.     s//1/
  2760.     q
  2761.   }
  2762.   /^X(//)$/{
  2763.     s//1/
  2764.     q
  2765.   }
  2766.   /^X(/).*/{
  2767.     s//1/
  2768.     q
  2769.   }
  2770.   s/.*/./; q'`
  2771.     else
  2772.       continue
  2773.     fi
  2774.     # Extract the definition of DEPDIR, am__include, and am__quote
  2775.     # from the Makefile without running `make'.
  2776.     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  2777.     test -z "$DEPDIR" && continue
  2778.     am__include=`sed -n 's/^am__include = //p' < "$mf"`
  2779.     test -z "am__include" && continue
  2780.     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  2781.     # When using ansi2knr, U may be empty or an underscore; expand it
  2782.     U=`sed -n 's/^U = //p' < "$mf"`
  2783.     # Find all dependency output files, they are included files with
  2784.     # $(DEPDIR) in their names.  We invoke sed twice because it is the
  2785.     # simplest approach to changing $(DEPDIR) to its actual value in the
  2786.     # expansion.
  2787.     for file in `sed -n "
  2788.       s/^$am__include $am__quote(.*(DEPDIR).*)$am__quote"'$/1/p' <"$mf" | 
  2789.  sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  2790.       # Make sure the directory exists.
  2791.       test -f "$dirpart/$file" && continue
  2792.       fdir=`$as_dirname -- "$file" ||
  2793. $as_expr X"$file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2794.  X"$file" : 'X(//)[^/]' | 
  2795.  X"$file" : 'X(//)$' | 
  2796.  X"$file" : 'X(/)' | . 2>/dev/null ||
  2797. $as_echo X"$file" |
  2798.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2799.     s//1/
  2800.     q
  2801.   }
  2802.   /^X(//)[^/].*/{
  2803.     s//1/
  2804.     q
  2805.   }
  2806.   /^X(//)$/{
  2807.     s//1/
  2808.     q
  2809.   }
  2810.   /^X(/).*/{
  2811.     s//1/
  2812.     q
  2813.   }
  2814.   s/.*/./; q'`
  2815.       as_dir=$dirpart/$fdir; as_fn_mkdir_p
  2816.       # echo "creating $dirpart/$file"
  2817.       echo '# dummy' > "$dirpart/$file"
  2818.     done
  2819.   done
  2820. }
  2821.  ;;
  2822.     "libtool":C)
  2823.     # See if we are running on zsh, and set the options which allow our
  2824.     # commands through without removal of  escapes.
  2825.     if test -n "${ZSH_VERSION+set}" ; then
  2826.       setopt NO_GLOB_SUBST
  2827.     fi
  2828.     cfgfile="${ofile}T"
  2829.     trap "$RM "$cfgfile"; exit 1" 1 2 15
  2830.     $RM "$cfgfile"
  2831.     cat <<_LT_EOF >> "$cfgfile"
  2832. #! $SHELL
  2833. # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  2834. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
  2835. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2836. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  2837. #
  2838. #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
  2839. #                 2006, 2007, 2008 Free Software Foundation, Inc.
  2840. #   Written by Gordon Matzigkeit, 1996
  2841. #
  2842. #   This file is part of GNU Libtool.
  2843. #
  2844. # GNU Libtool is free software; you can redistribute it and/or
  2845. # modify it under the terms of the GNU General Public License as
  2846. # published by the Free Software Foundation; either version 2 of
  2847. # the License, or (at your option) any later version.
  2848. #
  2849. # As a special exception to the GNU General Public License,
  2850. # if you distribute this file as part of a program or library that
  2851. # is built using GNU Libtool, you may include this file under the
  2852. # same distribution terms that you use for the rest of that program.
  2853. #
  2854. # GNU Libtool is distributed in the hope that it will be useful,
  2855. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2856. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2857. # GNU General Public License for more details.
  2858. #
  2859. # You should have received a copy of the GNU General Public License
  2860. # along with GNU Libtool; see the file COPYING.  If not, a copy
  2861. # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
  2862. # obtained by writing to the Free Software Foundation, Inc.,
  2863. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  2864. # The names of the tagged configurations supported by this script.
  2865. available_tags="CXX "
  2866. # ### BEGIN LIBTOOL CONFIG
  2867. # Whether or not to build static libraries.
  2868. build_old_libs=$enable_static
  2869. # Assembler program.
  2870. AS=$AS
  2871. # DLL creation program.
  2872. DLLTOOL=$DLLTOOL
  2873. # Object dumper program.
  2874. OBJDUMP=$OBJDUMP
  2875. # Which release of libtool.m4 was used?
  2876. macro_version=$macro_version
  2877. macro_revision=$macro_revision
  2878. # Whether or not to build shared libraries.
  2879. build_libtool_libs=$enable_shared
  2880. # What type of objects to build.
  2881. pic_mode=$pic_mode
  2882. # Whether or not to optimize for fast installation.
  2883. fast_install=$enable_fast_install
  2884. # The host system.
  2885. host_alias=$host_alias
  2886. host=$host
  2887. host_os=$host_os
  2888. # The build system.
  2889. build_alias=$build_alias
  2890. build=$build
  2891. build_os=$build_os
  2892. # A sed program that does not truncate output.
  2893. SED=$lt_SED
  2894. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2895. Xsed="$SED -e 1s/^X//"
  2896. # A grep program that handles long lines.
  2897. GREP=$lt_GREP
  2898. # An ERE matcher.
  2899. EGREP=$lt_EGREP
  2900. # A literal string matcher.
  2901. FGREP=$lt_FGREP
  2902. # A BSD- or MS-compatible name lister.
  2903. NM=$lt_NM
  2904. # Whether we need soft or hard links.
  2905. LN_S=$lt_LN_S
  2906. # What is the maximum length of a command?
  2907. max_cmd_len=$max_cmd_len
  2908. # Object file suffix (normally "o").
  2909. objext=$ac_objext
  2910. # Executable file suffix (normally "").
  2911. exeext=$exeext
  2912. # whether the shell understands "unset".
  2913. lt_unset=$lt_unset
  2914. # turn spaces into newlines.
  2915. SP2NL=$lt_lt_SP2NL
  2916. # turn newlines into spaces.
  2917. NL2SP=$lt_lt_NL2SP
  2918. # How to create reloadable object files.
  2919. reload_flag=$lt_reload_flag
  2920. reload_cmds=$lt_reload_cmds
  2921. # Method to check whether dependent libraries are shared objects.
  2922. deplibs_check_method=$lt_deplibs_check_method
  2923. # Command to use when deplibs_check_method == "file_magic".
  2924. file_magic_cmd=$lt_file_magic_cmd
  2925. # The archiver.
  2926. AR=$lt_AR
  2927. AR_FLAGS=$lt_AR_FLAGS
  2928. # A symbol stripping program.
  2929. STRIP=$lt_STRIP
  2930. # Commands used to install an old-style archive.
  2931. RANLIB=$lt_RANLIB
  2932. old_postinstall_cmds=$lt_old_postinstall_cmds
  2933. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  2934. # A C compiler.
  2935. LTCC=$lt_CC
  2936. # LTCC compiler flags.
  2937. LTCFLAGS=$lt_CFLAGS
  2938. # Take the output of nm and produce a listing of raw symbols and C names.
  2939. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  2940. # Transform the output of nm in a proper C declaration.
  2941. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  2942. # Transform the output of nm in a C name address pair.
  2943. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  2944. # Transform the output of nm in a C name address pair when lib prefix is needed.
  2945. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
  2946. # The name of the directory that contains temporary libtool files.
  2947. objdir=$objdir
  2948. # Shell to use when invoking shell scripts.
  2949. SHELL=$lt_SHELL
  2950. # An echo program that does not interpret backslashes.
  2951. ECHO=$lt_ECHO
  2952. # Used to examine libraries when file_magic_cmd begins with "file".
  2953. MAGIC_CMD=$MAGIC_CMD
  2954. # Must we lock files when doing compilation?
  2955. need_locks=$lt_need_locks
  2956. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
  2957. DSYMUTIL=$lt_DSYMUTIL
  2958. # Tool to change global to local symbols on Mac OS X.
  2959. NMEDIT=$lt_NMEDIT
  2960. # Tool to manipulate fat objects and archives on Mac OS X.
  2961. LIPO=$lt_LIPO
  2962. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
  2963. OTOOL=$lt_OTOOL
  2964. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
  2965. OTOOL64=$lt_OTOOL64
  2966. # Old archive suffix (normally "a").
  2967. libext=$libext
  2968. # Shared library suffix (normally ".so").
  2969. shrext_cmds=$lt_shrext_cmds
  2970. # The commands to extract the exported symbol list from a shared archive.
  2971. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  2972. # Variables whose values should be saved in libtool wrapper scripts and
  2973. # restored at link time.
  2974. variables_saved_for_relink=$lt_variables_saved_for_relink
  2975. # Do we need the "lib" prefix for modules?
  2976. need_lib_prefix=$need_lib_prefix
  2977. # Do we need a version for libraries?
  2978. need_version=$need_version
  2979. # Library versioning type.
  2980. version_type=$version_type
  2981. # Shared library runtime path variable.
  2982. runpath_var=$runpath_var
  2983. # Shared library path variable.
  2984. shlibpath_var=$shlibpath_var
  2985. # Is shlibpath searched before the hard-coded library search path?
  2986. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2987. # Format of library name prefix.
  2988. libname_spec=$lt_libname_spec
  2989. # List of archive names.  First name is the real one, the rest are links.
  2990. # The last name is the one that the linker finds with -lNAME
  2991. library_names_spec=$lt_library_names_spec
  2992. # The coded name of the library, if different from the real name.
  2993. soname_spec=$lt_soname_spec
  2994. # Command to use after installation of a shared archive.
  2995. postinstall_cmds=$lt_postinstall_cmds
  2996. # Command to use after uninstallation of a shared archive.
  2997. postuninstall_cmds=$lt_postuninstall_cmds
  2998. # Commands used to finish a libtool library installation in a directory.
  2999. finish_cmds=$lt_finish_cmds
  3000. # As "finish_cmds", except a single script fragment to be evaled but
  3001. # not shown.
  3002. finish_eval=$lt_finish_eval
  3003. # Whether we should hardcode library paths into libraries.
  3004. hardcode_into_libs=$hardcode_into_libs
  3005. # Compile-time system search path for libraries.
  3006. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  3007. # Run-time system search path for libraries.
  3008. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  3009. # Whether dlopen is supported.
  3010. dlopen_support=$enable_dlopen
  3011. # Whether dlopen of programs is supported.
  3012. dlopen_self=$enable_dlopen_self
  3013. # Whether dlopen of statically linked programs is supported.
  3014. dlopen_self_static=$enable_dlopen_self_static
  3015. # Commands to strip libraries.
  3016. old_striplib=$lt_old_striplib
  3017. striplib=$lt_striplib
  3018. # The linker used to build libraries.
  3019. LD=$lt_LD
  3020. # Commands used to build an old-style archive.
  3021. old_archive_cmds=$lt_old_archive_cmds
  3022. # A language specific compiler.
  3023. CC=$lt_compiler
  3024. # Is the compiler the GNU compiler?
  3025. with_gcc=$GCC
  3026. # Compiler flag to turn off builtin functions.
  3027. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
  3028. # How to pass a linker flag through the compiler.
  3029. wl=$lt_lt_prog_compiler_wl
  3030. # Additional compiler flags for building library objects.
  3031. pic_flag=$lt_lt_prog_compiler_pic
  3032. # Compiler flag to prevent dynamic linking.
  3033. link_static_flag=$lt_lt_prog_compiler_static
  3034. # Does compiler simultaneously support -c and -o options?
  3035. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  3036. # Whether or not to add -lc for building shared libraries.
  3037. build_libtool_need_lc=$archive_cmds_need_lc
  3038. # Whether or not to disallow shared libs when runtime libs are static.
  3039. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  3040. # Compiler flag to allow reflexive dlopens.
  3041. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  3042. # Compiler flag to generate shared objects directly from archives.
  3043. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  3044. # Whether the compiler copes with passing no objects directly.
  3045. compiler_needs_object=$lt_compiler_needs_object
  3046. # Create an old-style archive from a shared archive.
  3047. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  3048. # Create a temporary old-style archive to link instead of a shared archive.
  3049. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  3050. # Commands used to build a shared archive.
  3051. archive_cmds=$lt_archive_cmds
  3052. archive_expsym_cmds=$lt_archive_expsym_cmds
  3053. # Commands used to build a loadable module if different from building
  3054. # a shared archive.
  3055. module_cmds=$lt_module_cmds
  3056. module_expsym_cmds=$lt_module_expsym_cmds
  3057. # Whether we are building with GNU ld or not.
  3058. with_gnu_ld=$lt_with_gnu_ld
  3059. # Flag that allows shared libraries with undefined symbols to be built.
  3060. allow_undefined_flag=$lt_allow_undefined_flag
  3061. # Flag that enforces no undefined symbols.
  3062. no_undefined_flag=$lt_no_undefined_flag
  3063. # Flag to hardcode $libdir into a binary during linking.
  3064. # This must work even if $libdir does not exist
  3065. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  3066. # If ld is used when linking, flag to hardcode $libdir into a binary
  3067. # during linking.  This must work even if $libdir does not exist.
  3068. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
  3069. # Whether we need a single "-rpath" flag with a separated argument.
  3070. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  3071. # Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  3072. # DIR into the resulting binary.
  3073. hardcode_direct=$hardcode_direct
  3074. # Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  3075. # DIR into the resulting binary and the resulting library dependency is
  3076. # "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  3077. # library is relocated.
  3078. hardcode_direct_absolute=$hardcode_direct_absolute
  3079. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  3080. # into the resulting binary.
  3081. hardcode_minus_L=$hardcode_minus_L
  3082. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  3083. # into the resulting binary.
  3084. hardcode_shlibpath_var=$hardcode_shlibpath_var
  3085. # Set to "yes" if building a shared library automatically hardcodes DIR
  3086. # into the library and all subsequent libraries and executables linked
  3087. # against it.
  3088. hardcode_automatic=$hardcode_automatic
  3089. # Set to yes if linker adds runtime paths of dependent libraries
  3090. # to runtime path list.
  3091. inherit_rpath=$inherit_rpath
  3092. # Whether libtool must link a program against all its dependency libraries.
  3093. link_all_deplibs=$link_all_deplibs
  3094. # Fix the shell variable $srcfile for the compiler.
  3095. fix_srcfile_path=$lt_fix_srcfile_path
  3096. # Set to "yes" if exported symbols are required.
  3097. always_export_symbols=$always_export_symbols
  3098. # The commands to list exported symbols.
  3099. export_symbols_cmds=$lt_export_symbols_cmds
  3100. # Symbols that should not be listed in the preloaded symbols.
  3101. exclude_expsyms=$lt_exclude_expsyms
  3102. # Symbols that must always be exported.
  3103. include_expsyms=$lt_include_expsyms
  3104. # Commands necessary for linking programs (against libraries) with templates.
  3105. prelink_cmds=$lt_prelink_cmds
  3106. # Specify filename containing input files.
  3107. file_list_spec=$lt_file_list_spec
  3108. # How to hardcode a shared library path into an executable.
  3109. hardcode_action=$hardcode_action
  3110. # The directories searched by this compiler when creating a shared library.
  3111. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
  3112. # Dependencies to place before and after the objects being linked to
  3113. # create a shared library.
  3114. predep_objects=$lt_predep_objects
  3115. postdep_objects=$lt_postdep_objects
  3116. predeps=$lt_predeps
  3117. postdeps=$lt_postdeps
  3118. # The library search path used internally by the compiler when linking
  3119. # a shared library.
  3120. compiler_lib_search_path=$lt_compiler_lib_search_path
  3121. # ### END LIBTOOL CONFIG
  3122. _LT_EOF
  3123.   case $host_os in
  3124.   aix3*)
  3125.     cat <<_LT_EOF >> "$cfgfile"
  3126. # AIX sometimes has problems with the GCC collect2 program.  For some
  3127. # reason, if we set the COLLECT_NAMES environment variable, the problems
  3128. # vanish in a puff of smoke.
  3129. if test "X${COLLECT_NAMES+set}" != Xset; then
  3130.   COLLECT_NAMES=
  3131.   export COLLECT_NAMES
  3132. fi
  3133. _LT_EOF
  3134.     ;;
  3135.   esac
  3136. ltmain="$ac_aux_dir/ltmain.sh"
  3137.   # We use sed instead of cat because bash on DJGPP gets confused if
  3138.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  3139.   # text mode, it properly converts lines to CR/LF.  This bash problem
  3140.   # is reportedly fixed, but why not run on old versions too?
  3141.   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" 
  3142.     || (rm -f "$cfgfile"; exit 1)
  3143.   case $xsi_shell in
  3144.   yes)
  3145.     cat << _LT_EOF >> "$cfgfile"
  3146. # func_dirname file append nondir_replacement
  3147. # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
  3148. # otherwise set result to NONDIR_REPLACEMENT.
  3149. func_dirname ()
  3150. {
  3151.   case ${1} in
  3152.     */*) func_dirname_result="${1%/*}${2}" ;;
  3153.     *  ) func_dirname_result="${3}" ;;
  3154.   esac
  3155. }
  3156. # func_basename file
  3157. func_basename ()
  3158. {
  3159.   func_basename_result="${1##*/}"
  3160. }
  3161. # func_dirname_and_basename file append nondir_replacement
  3162. # perform func_basename and func_dirname in a single function
  3163. # call:
  3164. #   dirname:  Compute the dirname of FILE.  If nonempty,
  3165. #             add APPEND to the result, otherwise set result
  3166. #             to NONDIR_REPLACEMENT.
  3167. #             value returned in "$func_dirname_result"
  3168. #   basename: Compute filename of FILE.
  3169. #             value retuned in "$func_basename_result"
  3170. # Implementation must be kept synchronized with func_dirname
  3171. # and func_basename. For efficiency, we do not delegate to
  3172. # those functions but instead duplicate the functionality here.
  3173. func_dirname_and_basename ()
  3174. {
  3175.   case ${1} in
  3176.     */*) func_dirname_result="${1%/*}${2}" ;;
  3177.     *  ) func_dirname_result="${3}" ;;
  3178.   esac
  3179.   func_basename_result="${1##*/}"
  3180. }
  3181. # func_stripname prefix suffix name
  3182. # strip PREFIX and SUFFIX off of NAME.
  3183. # PREFIX and SUFFIX must not contain globbing or regex special
  3184. # characters, hashes, percent signs, but SUFFIX may contain a leading
  3185. # dot (in which case that matches only a dot).
  3186. func_stripname ()
  3187. {
  3188.   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
  3189.   # positional parameters, so assign one to ordinary parameter first.
  3190.   func_stripname_result=${3}
  3191.   func_stripname_result=${func_stripname_result#"${1}"}
  3192.   func_stripname_result=${func_stripname_result%"${2}"}
  3193. }
  3194. # func_opt_split
  3195. func_opt_split ()
  3196. {
  3197.   func_opt_split_opt=${1%%=*}
  3198.   func_opt_split_arg=${1#*=}
  3199. }
  3200. # func_lo2o object
  3201. func_lo2o ()
  3202. {
  3203.   case ${1} in
  3204.     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
  3205.     *)    func_lo2o_result=${1} ;;
  3206.   esac
  3207. }
  3208. # func_xform libobj-or-source
  3209. func_xform ()
  3210. {
  3211.   func_xform_result=${1%.*}.lo
  3212. }
  3213. # func_arith arithmetic-term...
  3214. func_arith ()
  3215. {
  3216.   func_arith_result=$(( $* ))
  3217. }
  3218. # func_len string
  3219. # STRING may not start with a hyphen.
  3220. func_len ()
  3221. {
  3222.   func_len_result=${#1}
  3223. }
  3224. _LT_EOF
  3225.     ;;
  3226.   *) # Bourne compatible functions.
  3227.     cat << _LT_EOF >> "$cfgfile"
  3228. # func_dirname file append nondir_replacement
  3229. # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
  3230. # otherwise set result to NONDIR_REPLACEMENT.
  3231. func_dirname ()
  3232. {
  3233.   # Extract subdirectory from the argument.
  3234.   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
  3235.   if test "X$func_dirname_result" = "X${1}"; then
  3236.     func_dirname_result="${3}"
  3237.   else
  3238.     func_dirname_result="$func_dirname_result${2}"
  3239.   fi
  3240. }
  3241. # func_basename file
  3242. func_basename ()
  3243. {
  3244.   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
  3245. }
  3246. # func_stripname prefix suffix name
  3247. # strip PREFIX and SUFFIX off of NAME.
  3248. # PREFIX and SUFFIX must not contain globbing or regex special
  3249. # characters, hashes, percent signs, but SUFFIX may contain a leading
  3250. # dot (in which case that matches only a dot).
  3251. # func_strip_suffix prefix name
  3252. func_stripname ()
  3253. {
  3254.   case ${2} in
  3255.     .*) func_stripname_result=`$ECHO "X${3}" 
  3256.            | $Xsed -e "s%^${1}%%" -e "s%\\${2}$%%"`;;
  3257.     *)  func_stripname_result=`$ECHO "X${3}" 
  3258.            | $Xsed -e "s%^${1}%%" -e "s%${2}$%%"`;;
  3259.   esac
  3260. }
  3261. # sed scripts:
  3262. my_sed_long_opt='1s/^(-[^=]*)=.*/1/;q'
  3263. my_sed_long_arg='1s/^-[^=]*=//'
  3264. # func_opt_split
  3265. func_opt_split ()
  3266. {
  3267.   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
  3268.   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
  3269. }
  3270. # func_lo2o object
  3271. func_lo2o ()
  3272. {
  3273.   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
  3274. }
  3275. # func_xform libobj-or-source
  3276. func_xform ()
  3277. {
  3278.   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/.[^.]*$/.lo/'`
  3279. }
  3280. # func_arith arithmetic-term...
  3281. func_arith ()
  3282. {
  3283.   func_arith_result=`expr "$@"`
  3284. }
  3285. # func_len string
  3286. # STRING may not start with a hyphen.
  3287. func_len ()
  3288. {
  3289.   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
  3290. }
  3291. _LT_EOF
  3292. esac
  3293. case $lt_shell_append in
  3294.   yes)
  3295.     cat << _LT_EOF >> "$cfgfile"
  3296. # func_append var value
  3297. # Append VALUE to the end of shell variable VAR.
  3298. func_append ()
  3299. {
  3300.   eval "$1+=$2"
  3301. }
  3302. _LT_EOF
  3303.     ;;
  3304.   *)
  3305.     cat << _LT_EOF >> "$cfgfile"
  3306. # func_append var value
  3307. # Append VALUE to the end of shell variable VAR.
  3308. func_append ()
  3309. {
  3310.   eval "$1=$$1$2"
  3311. }
  3312. _LT_EOF
  3313.     ;;
  3314.   esac
  3315.   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" 
  3316.     || (rm -f "$cfgfile"; exit 1)
  3317.   mv -f "$cfgfile" "$ofile" ||
  3318.     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  3319.   chmod +x "$ofile"
  3320.     cat <<_LT_EOF >> "$ofile"
  3321. # ### BEGIN LIBTOOL TAG CONFIG: CXX
  3322. # The linker used to build libraries.
  3323. LD=$lt_LD_CXX
  3324. # Commands used to build an old-style archive.
  3325. old_archive_cmds=$lt_old_archive_cmds_CXX
  3326. # A language specific compiler.
  3327. CC=$lt_compiler_CXX
  3328. # Is the compiler the GNU compiler?
  3329. with_gcc=$GCC_CXX
  3330. # Compiler flag to turn off builtin functions.
  3331. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
  3332. # How to pass a linker flag through the compiler.
  3333. wl=$lt_lt_prog_compiler_wl_CXX
  3334. # Additional compiler flags for building library objects.
  3335. pic_flag=$lt_lt_prog_compiler_pic_CXX
  3336. # Compiler flag to prevent dynamic linking.
  3337. link_static_flag=$lt_lt_prog_compiler_static_CXX
  3338. # Does compiler simultaneously support -c and -o options?
  3339. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
  3340. # Whether or not to add -lc for building shared libraries.
  3341. build_libtool_need_lc=$archive_cmds_need_lc_CXX
  3342. # Whether or not to disallow shared libs when runtime libs are static.
  3343. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
  3344. # Compiler flag to allow reflexive dlopens.
  3345. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
  3346. # Compiler flag to generate shared objects directly from archives.
  3347. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
  3348. # Whether the compiler copes with passing no objects directly.
  3349. compiler_needs_object=$lt_compiler_needs_object_CXX
  3350. # Create an old-style archive from a shared archive.
  3351. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
  3352. # Create a temporary old-style archive to link instead of a shared archive.
  3353. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
  3354. # Commands used to build a shared archive.
  3355. archive_cmds=$lt_archive_cmds_CXX
  3356. archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
  3357. # Commands used to build a loadable module if different from building
  3358. # a shared archive.
  3359. module_cmds=$lt_module_cmds_CXX
  3360. module_expsym_cmds=$lt_module_expsym_cmds_CXX
  3361. # Whether we are building with GNU ld or not.
  3362. with_gnu_ld=$lt_with_gnu_ld_CXX
  3363. # Flag that allows shared libraries with undefined symbols to be built.
  3364. allow_undefined_flag=$lt_allow_undefined_flag_CXX
  3365. # Flag that enforces no undefined symbols.
  3366. no_undefined_flag=$lt_no_undefined_flag_CXX
  3367. # Flag to hardcode $libdir into a binary during linking.
  3368. # This must work even if $libdir does not exist
  3369. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
  3370. # If ld is used when linking, flag to hardcode $libdir into a binary
  3371. # during linking.  This must work even if $libdir does not exist.
  3372. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
  3373. # Whether we need a single "-rpath" flag with a separated argument.
  3374. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
  3375. # Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  3376. # DIR into the resulting binary.
  3377. hardcode_direct=$hardcode_direct_CXX
  3378. # Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  3379. # DIR into the resulting binary and the resulting library dependency is
  3380. # "absolute",i.e impossible to change by setting ${shlibpath_var} if the
  3381. # library is relocated.
  3382. hardcode_direct_absolute=$hardcode_direct_absolute_CXX
  3383. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  3384. # into the resulting binary.
  3385. hardcode_minus_L=$hardcode_minus_L_CXX
  3386. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  3387. # into the resulting binary.
  3388. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
  3389. # Set to "yes" if building a shared library automatically hardcodes DIR
  3390. # into the library and all subsequent libraries and executables linked
  3391. # against it.
  3392. hardcode_automatic=$hardcode_automatic_CXX
  3393. # Set to yes if linker adds runtime paths of dependent libraries
  3394. # to runtime path list.
  3395. inherit_rpath=$inherit_rpath_CXX
  3396. # Whether libtool must link a program against all its dependency libraries.
  3397. link_all_deplibs=$link_all_deplibs_CXX
  3398. # Fix the shell variable $srcfile for the compiler.
  3399. fix_srcfile_path=$lt_fix_srcfile_path_CXX
  3400. # Set to "yes" if exported symbols are required.
  3401. always_export_symbols=$always_export_symbols_CXX
  3402. # The commands to list exported symbols.
  3403. export_symbols_cmds=$lt_export_symbols_cmds_CXX
  3404. # Symbols that should not be listed in the preloaded symbols.
  3405. exclude_expsyms=$lt_exclude_expsyms_CXX
  3406. # Symbols that must always be exported.
  3407. include_expsyms=$lt_include_expsyms_CXX
  3408. # Commands necessary for linking programs (against libraries) with templates.
  3409. prelink_cmds=$lt_prelink_cmds_CXX
  3410. # Specify filename containing input files.
  3411. file_list_spec=$lt_file_list_spec_CXX
  3412. # How to hardcode a shared library path into an executable.
  3413. hardcode_action=$hardcode_action_CXX
  3414. # The directories searched by this compiler when creating a shared library.
  3415. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
  3416. # Dependencies to place before and after the objects being linked to
  3417. # create a shared library.
  3418. predep_objects=$lt_predep_objects_CXX
  3419. postdep_objects=$lt_postdep_objects_CXX
  3420. predeps=$lt_predeps_CXX
  3421. postdeps=$lt_postdeps_CXX
  3422. # The library search path used internally by the compiler when linking
  3423. # a shared library.
  3424. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
  3425. # ### END LIBTOOL TAG CONFIG: CXX
  3426. _LT_EOF
  3427.  ;;
  3428.     "po-directories":C)
  3429.     for ac_file in $CONFIG_FILES; do
  3430.       # Support "outfile[:infile[:infile...]]"
  3431.       case "$ac_file" in
  3432.         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3433.       esac
  3434.       # PO directories have a Makefile.in generated from Makefile.in.in.
  3435.       case "$ac_file" in */Makefile.in)
  3436.         # Adjust a relative srcdir.
  3437.         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
  3438.         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^./%%'`"
  3439.         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
  3440.         # In autoconf-2.13 it is called $ac_given_srcdir.
  3441.         # In autoconf-2.50 it is called $srcdir.
  3442.         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
  3443.         case "$ac_given_srcdir" in
  3444.           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
  3445.           /*) top_srcdir="$ac_given_srcdir" ;;
  3446.           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3447.         esac
  3448.         # Treat a directory as a PO directory if and only if it has a
  3449.         # POTFILES.in file. This allows packages to have multiple PO
  3450.         # directories under different names or in different locations.
  3451.         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
  3452.           rm -f "$ac_dir/POTFILES"
  3453.           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
  3454.           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*$/d" -e "s,.*,     $top_srcdir/& \\," | sed -e "$s/(.*) \\/1/" > "$ac_dir/POTFILES"
  3455.           POMAKEFILEDEPS="POTFILES.in"
  3456.           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
  3457.           # on $ac_dir but don't depend on user-specified configuration
  3458.           # parameters.
  3459.           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
  3460.             # The LINGUAS file contains the set of available languages.
  3461.             if test -n "$OBSOLETE_ALL_LINGUAS"; then
  3462.               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
  3463.             fi
  3464.             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
  3465.             # Hide the ALL_LINGUAS assigment from automake < 1.5.
  3466.             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
  3467.             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
  3468.           else
  3469.             # The set of available languages was given in configure.in.
  3470.             # Hide the ALL_LINGUAS assigment from automake < 1.5.
  3471.             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
  3472.           fi
  3473.           # Compute POFILES
  3474.           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
  3475.           # Compute UPDATEPOFILES
  3476.           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
  3477.           # Compute DUMMYPOFILES
  3478.           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
  3479.           # Compute GMOFILES
  3480.           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
  3481.           case "$ac_given_srcdir" in
  3482.             .) srcdirpre= ;;
  3483.             *) srcdirpre='$(srcdir)/' ;;
  3484.           esac
  3485.           POFILES=
  3486.           UPDATEPOFILES=
  3487.           DUMMYPOFILES=
  3488.           GMOFILES=
  3489.           for lang in $ALL_LINGUAS; do
  3490.             POFILES="$POFILES $srcdirpre$lang.po"
  3491.             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
  3492.             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
  3493.             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
  3494.           done
  3495.           # CATALOGS depends on both $ac_dir and the user's LINGUAS
  3496.           # environment variable.
  3497.           INST_LINGUAS=
  3498.           if test -n "$ALL_LINGUAS"; then
  3499.             for presentlang in $ALL_LINGUAS; do
  3500.               useit=no
  3501.               if test "%UNSET%" != "$LINGUAS"; then
  3502.                 desiredlanguages="$LINGUAS"
  3503.               else
  3504.                 desiredlanguages="$ALL_LINGUAS"
  3505.               fi
  3506.               for desiredlang in $desiredlanguages; do
  3507.                 # Use the presentlang catalog if desiredlang is
  3508.                 #   a. equal to presentlang, or
  3509.                 #   b. a variant of presentlang (because in this case,
  3510.                 #      presentlang can be used as a fallback for messages
  3511.                 #      which are not translated in the desiredlang catalog).
  3512.                 case "$desiredlang" in
  3513.                   "$presentlang"*) useit=yes;;
  3514.                 esac
  3515.               done
  3516.               if test $useit = yes; then
  3517.                 INST_LINGUAS="$INST_LINGUAS $presentlang"
  3518.               fi
  3519.             done
  3520.           fi
  3521.           CATALOGS=
  3522.           if test -n "$INST_LINGUAS"; then
  3523.             for lang in $INST_LINGUAS; do
  3524.               CATALOGS="$CATALOGS $lang.gmo"
  3525.             done
  3526.           fi
  3527.           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
  3528.           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
  3529.           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
  3530.             if test -f "$f"; then
  3531.               case "$f" in
  3532.                 *.orig | *.bak | *~) ;;
  3533.                 *) cat "$f" >> "$ac_dir/Makefile" ;;
  3534.               esac
  3535.             fi
  3536.           done
  3537.         fi
  3538.         ;;
  3539.       esac
  3540.     done ;;
  3541.   esac
  3542. done # for ac_tag
  3543. as_fn_exit 0
  3544. _ACEOF
  3545. ac_clean_files=$ac_clean_files_save
  3546. test $ac_write_fail = 0 ||
  3547.   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  3548. # configure is writing to config.log, and then calls config.status.
  3549. # config.status does its own redirection, appending to config.log.
  3550. # Unfortunately, on DOS this fails, as config.log is still kept open
  3551. # by configure, so config.status won't be able to write to it; its
  3552. # output is simply discarded.  So we exec the FD to /dev/null,
  3553. # effectively closing config.log, so it can be properly (re)opened and
  3554. # appended to by config.status.  When coming back to configure, we
  3555. # need to make the FD available again.
  3556. if test "$no_create" != yes; then
  3557.   ac_cs_success=:
  3558.   ac_config_status_args=
  3559.   test "$silent" = yes &&
  3560.     ac_config_status_args="$ac_config_status_args --quiet"
  3561.   exec 5>/dev/null
  3562.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3563.   exec 5>>config.log
  3564.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3565.   # would make configure fail if this is the last instruction.
  3566.   $ac_cs_success || as_fn_exit $?
  3567. fi
  3568. if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  3569.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
  3570. $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
  3571. fi
  3572. # Cannot use AC_CONFIG_FILES([vlc-config]) as is automatically built,
  3573. # not provided with the source
  3574. ${SHELL} ./config.status --file=vlc-config
  3575. chmod 0755 vlc-config
  3576. /bin/echo -n "Enabled modules: "
  3577. ./vlc-config --list plugin
  3578. rm -f compile
  3579. echo '#! /bin/sh' >compile
  3580. echo rm -f .error$$ >>compile
  3581. echo ERROR=0 >>compile
  3582. echo export PATH=$PATH LANG=C >>compile
  3583. echo "(make $@ 2>&1 || touch .error$$)| \" >>compile
  3584. echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl' >>compile
  3585. echo test -f .error$$ && ERROR=1 >>compile
  3586. echo rm -f .error$$ >>compile
  3587. echo exit $ERROR >>compile
  3588. chmod a+x compile
  3589. printf "
  3590. libvlc configuration
  3591. --------------------
  3592. version               : ${VERSION}
  3593. system                : ${SYS}
  3594. architecture          : ${ARCH}
  3595. build flavour         : "
  3596. test "${enable_debug}" = "yes" && printf "debug "
  3597. test "${enable_cprof}" = "yes" && printf "cprof "
  3598. test "${enable_gprof}" = "yes" && printf "gprof "
  3599. test "${enable_optimizations}" = "yes" && printf "optim "
  3600. test "${enable_release}" = "yes" && printf "release " || printf "devel "
  3601. echo ""
  3602. if test "${enable_vlc}" != "no"; then
  3603. echo "vlc aliases           :${ALIASES}"
  3604. else
  3605. echo "build vlc executable  : no"
  3606. fi
  3607. echo "plugins/bindings      :${PLUGINS_BINDINGS}
  3608. You can tune the compiler flags in vlc-config.
  3609. To build vlc and its plugins, type `./compile' or `make'.
  3610. "
  3611. if test "x$ac_ld_does_not_support_text_reloc" = "xyes"; then
  3612.    echo ""
  3613.    echo "Warning: Due to a bug in ld, mmx/sse support has been"
  3614.    echo "         turned off."
  3615.    echo "         FFmpeg will be REALLY slow."
  3616.    echo "         VLC WILL NOT PERFORM AS EXPECTED."
  3617.    echo ""
  3618. fi