])
if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
- [Define if the OS needs help to load dependent libraries for dlopen()])
+ [Define if the OS needs help to load dependent libraries for dlopen().])
fi
])# AC_LTDL_SYS_DLOPEN_DEPLIBS
])
if test -n "$libltdl_cv_shlibext"; then
AC_DEFINE_UNQUOTED(LTDL_SHLIB_EXT, "$libltdl_cv_shlibext",
- [Define to the extension used for shared libraries, say, ".so". ])
+ [Define to the extension used for shared libraries, say, ".so".])
fi
])# AC_LTDL_SHLIBEXT
[libltdl_cv_shlibpath_var], [libltdl_cv_shlibpath_var="$shlibpath_var"])
if test -n "$libltdl_cv_shlibpath_var"; then
AC_DEFINE_UNQUOTED(LTDL_SHLIBPATH_VAR, "$libltdl_cv_shlibpath_var",
- [Define to the name of the environment variable that determines the dynamic library search path. ])
+ [Define to the name of the environment variable that determines the dynamic library search path.])
fi
])# AC_LTDL_SHLIBPATH
fi
done
AC_DEFINE_UNQUOTED(LTDL_SYSSEARCHPATH, "$sys_search_path",
- [Define to the system default library search path. ])
+ [Define to the system default library search path.])
fi
])# AC_LTDL_SYSSEARCHPATH
fi
])
AC_DEFINE_UNQUOTED(LTDL_OBJDIR, "$libltdl_cv_objdir/",
- [Define to the sub-directory in which libtool stores uninstalled libraries. ])
+ [Define to the sub-directory in which libtool stores uninstalled libraries.])
])# AC_LTDL_OBJDIR
])
if test x"$libltdl_cv_preloaded_symbols" = xyes; then
AC_DEFINE(HAVE_PRELOADED_SYMBOLS, 1,
- [Define if libtool can extract symbol lists from object files. ])
+ [Define if libtool can extract symbol lists from object files.])
fi
])# AC_LTDL_DLPREOPEN
AC_LANG_PUSH([C])
AC_CHECK_LIB([dl], [dlopen],
[AC_DEFINE([HAVE_LIBDL], [1],
- [Define if you have the libdl library or equivalent. ])
+ [Define if you have the libdl library or equivalent.])
LIBADD_DL="-ldl"],
[AC_TRY_LINK([#if HAVE_DLFCN_H
# include <dlfcn.h>
],
[dlopen();],
[AC_DEFINE(HAVE_LIBDL, 1,
- [Define if you have the libdl library or equivalent. ])],
+ [Define if you have the libdl library or equivalent.])],
[AC_CHECK_LIB(svld, dlopen,
[AC_DEFINE(HAVE_LIBDL, 1,
- [Define if you have the libdl library or equivalent. ])
+ [Define if you have the libdl library or equivalent.])
LIBADD_DL="-lsvld"
])
])
AC_CHECK_FUNC(shl_load,
[AC_DEFINE([HAVE_SHL_LOAD], [1],
- [Define if you have the shl_load function. ])],
+ [Define if you have the shl_load function.])],
[AC_CHECK_LIB([dld], [shl_load],
[AC_DEFINE([HAVE_SHL_LOAD], [1],
- [Define if you have the shl_load function. ])
+ [Define if you have the shl_load function.])
LIBADD_DL="$LIBADD_DL -ldld"
])
])
if test x"$libltdl_cv_need_uscore" = xyes; then
AC_DEFINE(NEED_USCORE, 1,
- [Define if dlsym() requires a leading underscode in symbol names. ])
+ [Define if dlsym() requires a leading underscode in symbol names.])
fi
])# AC_LTDL_DLSYM_USCORE
AC_CHECK_TYPES([error_t],
[],
[AC_DEFINE([error_t], [int],
- [Define to a type to use for `error_t' if it is not otherwise available])],
+ [Define to a type to use for `error_t' if it is not otherwise available.])],
[#if HAVE_ARGZ_H
# include <argz.h>
#endif])