summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-03-13 23:20:01 +0000
committerTim Potter <tpot@samba.org>2000-03-13 23:20:01 +0000
commit191566780e04760dc8d128133172a167d2011516 (patch)
treef68744f0a22f44b2ff3f7534bc1ca93bca59454a /source3/configure.in
parent01d88573ea1b3809a3e264989e1e04cd397528f7 (diff)
downloadsamba-191566780e04760dc8d128133172a167d2011516.tar.gz
samba-191566780e04760dc8d128133172a167d2011516.tar.bz2
samba-191566780e04760dc8d128133172a167d2011516.zip
Adding libtool support to HEAD branch. We're going to need this for
various things yet to be merged from TNG. The smbwrapper stuff should probably be ported across too. (This used to be commit b183c24220154b33fbb1c1712d1ef819ef4e1290)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 47ad2f97ea..40af4a30e3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -22,6 +22,8 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_AWK
+AC_PROG_LIBTOOL
+AC_SUBST(LIBTOOL_DEPS)
dnl Check if C compiler understands -c and -o at the same time
AC_PROG_CC_C_O