summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-29 17:31:16 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-29 17:31:16 -0400
commit1c750b2d8ff6046b5075759efbccb47a82c0594f (patch)
tree162eb37f980f3cd8214dab5d372dd1a57bcc3ed7 /configure.ac
parenteaab9967ad572087592d56084ac324513ec22ae6 (diff)
downloadslapi-nis-1c750b2d8ff6046b5075759efbccb47a82c0594f.tar.gz
slapi-nis-1c750b2d8ff6046b5075759efbccb47a82c0594f.tar.xz
slapi-nis-1c750b2d8ff6046b5075759efbccb47a82c0594f.zip
- more build machinery
- license text in source files - elaborate on what's still to be done
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0dafc87..b68ed36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT(slapi-nis,0.0)
AM_INIT_AUTOMAKE(foreign)
AC_PROG_LIBTOOL
AM_CONDITIONAL(GCC,[test x$GCC = xyes])
-AC_CONFIG_HEADER(config.h)
+AM_MAINTAINER_MODE
AC_ARG_WITH(domain,
AS_HELP_STRING([--with-domain=[[example.com]]],
@@ -56,6 +56,9 @@ openldap)
myplugindir="$mylibdir/$PACKAGE"
;;
esac
+
AC_SUBST(myplugindir)
+AC_SUBST(mydomain)
+AC_CONFIG_HEADER(config.h)
AC_OUTPUT(Makefile src/Makefile plugin.ldif)