/[libtool]/libtool/libtool.m4
ViewVC logotype

Diff of /libtool/libtool.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.314.2.120 by rwild, Tue Nov 1 16:24:58 2005 UTC revision 1.314.2.121 by rwild, Sun Nov 6 11:38:37 2005 UTC
# Line 796  fi Line 796  fi
796    
797    
798  # _LT_AC_CHECK_DLFCN  # _LT_AC_CHECK_DLFCN
799  # --------------------  # ------------------
800  AC_DEFUN([_LT_AC_CHECK_DLFCN],  AC_DEFUN([_LT_AC_CHECK_DLFCN],
801  [AC_CHECK_HEADERS(dlfcn.h)dnl  [AC_CHECK_HEADERS(dlfcn.h)dnl
802  ])# _LT_AC_CHECK_DLFCN  ])# _LT_AC_CHECK_DLFCN
# Line 804  AC_DEFUN([_LT_AC_CHECK_DLFCN], Line 804  AC_DEFUN([_LT_AC_CHECK_DLFCN],
804    
805  # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,  # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
806  #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)  #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
807  # ------------------------------------------------------------------  # ---------------------------------------------------------------------
808  AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],  AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
809  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
810  if test "$cross_compiling" = yes; then :  if test "$cross_compiling" = yes; then :
# Line 894  rm -fr conftest* Line 894  rm -fr conftest*
894    
895    
896  # AC_LIBTOOL_DLOPEN_SELF  # AC_LIBTOOL_DLOPEN_SELF
897  # -------------------  # ----------------------
898  AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],  AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
899  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
900  if test "x$enable_dlopen" != xyes; then  if test "x$enable_dlopen" != xyes; then
# Line 1895  AC_ARG_ENABLE([shared], Line 1895  AC_ARG_ENABLE([shared],
1895    
1896  # AC_DISABLE_SHARED  # AC_DISABLE_SHARED
1897  # -----------------  # -----------------
1898  #- set the default shared flag to --disable-shared  # set the default shared flag to --disable-shared
1899  AC_DEFUN([AC_DISABLE_SHARED],  AC_DEFUN([AC_DISABLE_SHARED],
1900  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1901  AC_ENABLE_SHARED(no)  AC_ENABLE_SHARED(no)
# Line 2539  _LT_AC_SHELL_INIT([tagnames=${tagnames+$ Line 2539  _LT_AC_SHELL_INIT([tagnames=${tagnames+$
2539  ])# _LT_AC_LANG_CXX  ])# _LT_AC_LANG_CXX
2540    
2541  # _LT_AC_PROG_CXXCPP  # _LT_AC_PROG_CXXCPP
2542  # ---------------  # ------------------
2543  AC_DEFUN([_LT_AC_PROG_CXXCPP],  AC_DEFUN([_LT_AC_PROG_CXXCPP],
2544  [  [
2545  AC_REQUIRE([AC_PROG_CXX])  AC_REQUIRE([AC_PROG_CXX])
# Line 2588  _LT_AC_SHELL_INIT([tagnames=${tagnames+$ Line 2588  _LT_AC_SHELL_INIT([tagnames=${tagnames+$
2588    
2589    
2590  # AC_LIBTOOL_RC  # AC_LIBTOOL_RC
2591  # --------------  # -------------
2592  # enable support for Windows resource files  # enable support for Windows resource files
2593  AC_DEFUN([AC_LIBTOOL_RC],  AC_DEFUN([AC_LIBTOOL_RC],
2594  [AC_REQUIRE([LT_AC_PROG_RC])  [AC_REQUIRE([LT_AC_PROG_RC])
# Line 3691  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld Line 3691  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3691  ])# AC_LIBTOOL_LANG_CXX_CONFIG  ])# AC_LIBTOOL_LANG_CXX_CONFIG
3692    
3693  # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])  # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
3694  # ------------------------  # ------------------------------------
3695  # Figure out "hidden" library dependencies from verbose  # Figure out "hidden" library dependencies from verbose
3696  # compiler output when linking a shared library.  # compiler output when linking a shared library.
3697  # Parse the compiler output and extract the necessary  # Parse the compiler output and extract the necessary
# Line 3843  esac Line 3843  esac
3843  ])# AC_LIBTOOL_POSTDEP_PREDEP  ])# AC_LIBTOOL_POSTDEP_PREDEP
3844    
3845  # AC_LIBTOOL_LANG_F77_CONFIG  # AC_LIBTOOL_LANG_F77_CONFIG
3846  # ------------------------  # --------------------------
3847  # Ensure that the configuration vars for the C compiler are  # Ensure that the configuration vars for the C compiler are
3848  # suitably defined.  Those variables are subsequently used by  # suitably defined.  Those variables are subsequently used by
3849  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
# Line 4011  CC="$lt_save_CC" Line 4011  CC="$lt_save_CC"
4011    
4012    
4013  # AC_LIBTOOL_LANG_RC_CONFIG  # AC_LIBTOOL_LANG_RC_CONFIG
4014  # --------------------------  # -------------------------
4015  # Ensure that the configuration vars for the Windows resource compiler are  # Ensure that the configuration vars for the Windows resource compiler are
4016  # suitably defined.  Those variables are subsequently used by  # suitably defined.  Those variables are subsequently used by
4017  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.

Legend:
Removed from v.1.314.2.120  
changed lines
  Added in v.1.314.2.121

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26