summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-18 12:40:21 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-18 15:48:05 -0500
commita28ac2fa9b2cf11e664bcf6f85b25655c86db07b (patch)
tree6959d90d16bd393bfdb3594c2a7f294d323ad153 /BUILD.txt
parentd6f92bde248b702dd60e50b024f6b56760a0c204 (diff)
downloadsssd-a28ac2fa9b2cf11e664bcf6f85b25655c86db07b.tar.gz
sssd-a28ac2fa9b2cf11e664bcf6f85b25655c86db07b.tar.xz
sssd-a28ac2fa9b2cf11e664bcf6f85b25655c86db07b.zip
Remove replace
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt9
1 files changed, 1 insertions, 8 deletions
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)