diff options
author | Sumit Bose <sbose@redhat.com> | 2009-05-22 10:08:06 +0200 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-26 08:52:25 -0400 |
commit | b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120 (patch) | |
tree | 1c95bdee11e2ca9721a2f356d95dab68fed31016 /common/dhash | |
parent | 3624d766f6098b998a6b60f89285f18faaf8dc61 (diff) | |
download | sssd-b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120.tar.gz sssd-b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120.tar.xz sssd-b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120.zip |
more autotools cleanup
Diffstat (limited to 'common/dhash')
-rw-r--r-- | common/dhash/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/configure.ac b/common/dhash/configure.ac index 1cfd4b017..847aa92fc 100644 --- a/common/dhash/configure.ac +++ b/common/dhash/configure.ac @@ -3,7 +3,7 @@ AC_CONFIG_SRCDIR([dhash.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC -LT_INIT([disable-shared]) +AC_PROG_LIBTOOL AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL |