remove ltdl hacks, breaks shared libraries on RHEL3 for some reason

This commit is contained in:
Duncan Laurie 2003-12-19 18:19:19 +00:00
parent fc29d57ffc
commit 6890e1f002
3 changed files with 3 additions and 10 deletions

View File

@ -38,9 +38,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs config.h.in stamp-h.in $(distdir).tar.gz
SUBDIRS = libltdl lib src include doc
INCLUDES = $(LTDLINCL)
SUBDIRS = lib src include doc
dist-hook: ipmitool.spec
cp ipmitool.spec $(distdir)

View File

@ -35,7 +35,7 @@
# facility.
aclocal
libtoolize --automake --copy --ltdl
libtoolize --automake --copy
autoheader
automake --foreign --add-missing --copy

View File

@ -20,15 +20,10 @@ AC_PROG_MAKE_SET
AC_CHECK_PROG(SED, sed, sed)
dnl setup libtool and ltdl
AC_LIB_LTDL
dnl setup libtool
AC_LIBTOOL_DLOPEN
AC_LIBLTDL_CONVENIENCE
AM_PROG_LIBTOOL
LIBTOOL="$LIBTOOL --silent"
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
AC_CONFIG_SUBDIRS(libltdl)
AC_CHECK_LIB([m], [pow], [], [
echo "** libm library pow() not found!"