mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
remove ltdl hacks, breaks shared libraries on RHEL3 for some reason
This commit is contained in:
parent
fc29d57ffc
commit
6890e1f002
@ -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)
|
||||||
|
@ -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
|
||||||
|
@ -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!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user