aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-03 00:26:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-03 00:26:34 +0000
commit04386ab4a33fe7fb03d89af21ba70c36b0ed2dbd (patch)
tree950ad609c3c496ccd6ab58f73b4d32fb97880378 /configure.ac
parenta4d1c55b59ea6c1f09af1272928bdc657ca2e345 (diff)
downloadlibextractor-04386ab4a33fe7fb03d89af21ba70c36b0ed2dbd.tar.gz
libextractor-04386ab4a33fe7fb03d89af21ba70c36b0ed2dbd.zip
do not include libltdl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b56a7b8..614d3a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
1# Process this file with autoconf to produce a configure script. 1# Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.61) 2AC_PREREQ(2.61)
3AC_INIT([libextractor], [0.6.0], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [0.6.0], [bug-libextractor@gnu.org])
4AC_CONFIG_AUX_DIR([libltdl/config])
5AM_INIT_AUTOMAKE([libextractor], [0.6.0]) 4AM_INIT_AUTOMAKE([libextractor], [0.6.0])
6AC_CONFIG_HEADERS([config.h]) 5AC_CONFIG_HEADERS([config.h])
7AH_TOP([#define _GNU_SOURCE 1]) 6AH_TOP([#define _GNU_SOURCE 1])
@@ -24,7 +23,6 @@ AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
24AC_PROG_INSTALL 23AC_PROG_INSTALL
25AC_PROG_LN_S 24AC_PROG_LN_S
26AC_PROG_MAKE_SET 25AC_PROG_MAKE_SET
27LT_CONFIG_LTDL_DIR([libltdl])
28AC_CANONICAL_HOST 26AC_CANONICAL_HOST
29# save LIBS, libtool does a AC_SEARCH_LIBS(dlopen, dl), but plugins 27# save LIBS, libtool does a AC_SEARCH_LIBS(dlopen, dl), but plugins
30# need not have -ldl added 28# need not have -ldl added