* configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
AC_LIB_LTDL. (AC_CONFIG_SUBDIRS): Added libltdl. (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool stuff. Also subst LTDLINC instead of INCLTDL. (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and libguile-ltdl/upstream/Makefile. * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
This commit is contained in:
parent
77600f3e11
commit
c62a2bb99f
2 changed files with 8 additions and 11 deletions
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = 1.5
|
||||
|
||||
SUBDIRS = oop libguile-ltdl libguile ice-9 guile-config guile-readline \
|
||||
scripts srfi doc examples test-suite benchmark-suite lang am \
|
||||
SUBDIRS = oop libltdl libguile ice-9 guile-config guile-readline \
|
||||
scripts srfi doc examples test-suite benchmark-suite lang am \
|
||||
emacs
|
||||
|
||||
bin_SCRIPTS = guile-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue