diff options
author | Sumit Bose <sbose@redhat.com> | 2010-02-16 21:19:09 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-16 16:06:54 -0500 |
commit | 26785017abee76e0eff95214f0c52fcdb04741e0 (patch) | |
tree | 51b743cc2c3118d670f3e76d377b8c4fc0c022c1 /BUILD.txt | |
parent | 8f206092adc07f5f09e14d5dac53759bee33bcc6 (diff) | |
download | sssd_unused-26785017abee76e0eff95214f0c52fcdb04741e0.tar.gz sssd_unused-26785017abee76e0eff95214f0c52fcdb04741e0.tar.xz sssd_unused-26785017abee76e0eff95214f0c52fcdb04741e0.zip |
Remove replace
Diffstat (limited to 'BUILD.txt')
-rw-r--r-- | BUILD.txt | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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) |