aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-01 11:47:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-01 11:47:27 +0000
commit5e8598b9f829a01f4e5b702ac07f0166fa7dcc54 (patch)
tree99730e825f0e279f5cc540bbe1938c3f7c1e922a /configure.ac
parent2428a6868cff7f9a143fd82e6ab46795bc7d6d81 (diff)
downloadanubis-5e8598b9f829a01f4e5b702ac07f0166fa7dcc54.tar.gz
anubis-5e8598b9f829a01f4e5b702ac07f0166fa7dcc54.tar.bz2
Install anubisusr into bindir.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1c7e1a0..e03bf55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,13 +181,15 @@ AC_SUBST(GSASL_LIBS)
AC_CHECK_LIB(resolv, res_query)
AC_SUBST(ANUBIS_DEFINES)
-AC_SUBST(ANUBISADM)
+AC_SUBST(ANUBIS_SBIN_ADM)
+AC_SUBST(ANUBIS_BIN_ADM)
dnl Use option --with-gsasl to compile GSASL library support.
MU_CHECK_GSASL(0.0.2, [
AC_DEFINE(WITH_GSASL,1,[Define if Anubis is using GNU SASL])
AC_MSG_RESULT([Enabling GSASL support...])
- ANUBISADM='$(adm_programs)'
+ ANUBIS_SBIN_ADM='$(adm_sbin_programs)'
+ ANUBIS_BIN_ADM='$(adm_bin_programs)'
AC_CHECK_LIB(gdbm, gdbm_open,
[LIBS="$LIBS -lgdbm"

Return to:

Send suggestions and report system problems to the System administrator.