summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Naujok <bnaujok@sgi.com>2008-06-30 16:07:19 +0000
committerBarry Naujok <bnaujok@sgi.com>2008-06-30 16:07:19 +0000
commitadd8d80ac93b8bae337e00fae5d62f854558bd45 (patch)
tree78a7be4892360ae103ad7dfe810e077813edbe5b
parent467bbfa56a14c1571082cab2385d272bead78fdc (diff)
downloadattr-add8d80ac93b8bae337e00fae5d62f854558bd45.tar.gz
Add AC_PROG_LIBTOOL to configure file
Merge of master-melb:xfs-cmds:31373a by kenmcd. Add AC_PROG_LIBTOOL
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d685181..5b1e614 100644
--- a/configure.in
+++ b/configure.in
@@ -2,6 +2,8 @@ AC_INIT(include/attributes.h)
AC_CONFIG_HEADER(include/config.h)
AC_PREFIX_DEFAULT(/usr)
+AC_PROG_LIBTOOL
+
AC_ARG_ENABLE(shared,
[ --enable-shared=[yes/no] Enable use of shared libraries [default=yes]],,
enable_shared=yes)