summaryrefslogtreecommitdiffstats
path: root/sss_client/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-19 14:03:14 -0400
committerSimo Sorce <ssorce@redhat.com>2009-05-19 15:17:14 -0400
commit897060147ddea72ecc1e86c6b7b915ff1d462f71 (patch)
treea758e9d24c4c42a3c12b9b3b3c1251546928319a /sss_client/configure.ac
parent0a6de98efdfdd6108ca3394129d1eed873715df6 (diff)
downloadsssd-897060147ddea72ecc1e86c6b7b915ff1d462f71.tar.gz
sssd-897060147ddea72ecc1e86c6b7b915ff1d462f71.tar.xz
sssd-897060147ddea72ecc1e86c6b7b915ff1d462f71.zip
Fix RPM generation issues with sssd
Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
Diffstat (limited to 'sss_client/configure.ac')
-rw-r--r--sss_client/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index b168d0411..c9bb94125 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AM_PROG_CC_C_O
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(PAM_LIBS)