From 26785017abee76e0eff95214f0c52fcdb04741e0 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 16 Feb 2010 21:19:09 +0100 Subject: Remove replace --- BUILD.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'BUILD.txt') diff --git a/BUILD.txt b/BUILD.txt index 4e9268c70..13b72c3a3 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -42,16 +42,9 @@ Internal Library Requirements sssd provides several required libraries within its source tree: collection ini_config -libreplace Compiling sssd internal libraries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -pushd replace; -autoreconf -i -f && \ -./configure && \ -make; -popd - pushd common; autoreconf -i -f && \ ./configure --enable-static --disable-shared && \ @@ -97,4 +90,4 @@ Now you can call pam_test_client: ./pam_test_client [auth|chau|acct|setc|open|clos] username@domain ~~~~~ -Simo and Steve (Last updated for 0.4.0) +Simo and Steve (Last updated for 1.1.0) -- cgit