projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e16234
)
Remove libltdl.
author
Florian Forster
<octo@verplant.org>
Sun, 9 Jul 2006 22:12:24 +0000
(
00:12
+0200)
committer
Florian Forster
<octo@verplant.org>
Sun, 9 Jul 2006 22:12:24 +0000
(
00:12
+0200)
I have no clue what I was thinking when including this.
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
1ffda90
..
af71b84
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,5
+1,4
@@
-SUBDIRS = libltdl src
-INCLUDES = $(LTDLINCL)
+SUBDIRS = src
dist-hook:
find $(distdir) -type d -name '.svn' | xargs rm -rf
diff --git
a/configure.ac
b/configure.ac
index
fd5c11d
..
7aa9469
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-19,13
+19,11
@@
AM_CONDITIONAL(COMPILER_IS_GCC, test "x$GCC" = "xyes")
#
# configure libtool
#
-AC_LIBLTDL_CONVENIENCE
AC_SUBST(LTDLINCL)
-AC_SUBST(LIBLTDL)
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
#AC_PROG_RANLIB
-AC_CONFIG_SUBDIRS(
libltdl
src)
+AC_CONFIG_SUBDIRS(src)
#
# Checks for header files.