aboutsummaryrefslogtreecommitdiff
path: root/runcap.m4
diff options
context:
space:
mode:
Diffstat (limited to 'runcap.m4')
-rw-r--r--runcap.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/runcap.m4 b/runcap.m4
index cd4c234..3d49f05 100644
--- a/runcap.m4
+++ b/runcap.m4
@@ -18,2 +18,3 @@ AC_DEFUN([RUNCAP_SETUP],[
AC_SUBST([RUNCAP_INC],['-I$(top_srcdir)/]runcapdir')
+ AC_SUBST([RUNCAP_LDADD],['-L$(top_builddir)/]runcapdir -lruncap')
AC_SUBST([RUNCAP_BUILD_TYPE])
@@ -35,3 +36,7 @@ AC_DEFUN([RUNCAP_SETUP],[
])
- AC_CONFIG_FILES(runcapdir[t/Makefile])
+
+ AC_CONFIG_TESTDIR(runcapdir[t])
+ AC_CONFIG_FILES(runcapdir[t/Makefile] runcapdir[t/atlocal])
+ AM_MISSING_PROG([AUTOM4TE], [autom4te])
+
m4_popdef([runcapdir])

Return to:

Send suggestions and report system problems to the System administrator.