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 \ config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs config.h.in stamp-h.in $(distdir).tar.gz mkinstalldirs config.h.in stamp-h.in $(distdir).tar.gz
SUBDIRS = libltdl lib src include doc SUBDIRS = lib src include doc
INCLUDES = $(LTDLINCL)
dist-hook: ipmitool.spec dist-hook: ipmitool.spec
cp ipmitool.spec $(distdir) cp ipmitool.spec $(distdir)

View File

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

View File

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