aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-08-19 20:53:34 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-08-19 20:53:34 +0300
commitc820e80c6530b638b969fef5161102cb04270277 (patch)
treea48126b34d2d9ad56e8504ec164e4e80710f51b6
parentde5b0a9c0265b329b0c67cb02381fe7aebfd5186 (diff)
downloadruncap-c820e80c6530b638b969fef5161102cb04270277.tar.gz
runcap-c820e80c6530b638b969fef5161102cb04270277.tar.bz2
Bugfixes
-rw-r--r--runcap.m42
-rw-r--r--shared.am2
-rw-r--r--static.am2
-rw-r--r--t/atlocal.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/runcap.m4 b/runcap.m4
index 3d49f05..9cf12f3 100644
--- a/runcap.m4
+++ b/runcap.m4
@@ -25,3 +25,3 @@ AC_DEFUN([RUNCAP_SETUP],[
AC_CONFIG_FILES(runcapdir[Makefile]:runcapdir[install.in])
- ],[shared],[
+ ],$2,[shared],[
LT_INIT
diff --git a/shared.am b/shared.am
index 81d5f02..b78ef1c 100644
--- a/shared.am
+++ b/shared.am
@@ -5,2 +5,2 @@ noinst_LTLIBRARIES=libruncap.la
libruncap_la_SOURCES = $(RUNCAP_SRC)
-noinst_HEADER=runcap.h
+noinst_HEADERS=runcap.h
diff --git a/static.am b/static.am
index d42fce4..2da02f5 100644
--- a/static.am
+++ b/static.am
@@ -5,2 +5,2 @@ noinst_LIBRARIES=libruncap.a
libruncap_a_SOURCES = $(RUNCAP_SRC)
-noinst_HEADER=runcap.h
+noinst_HEADERS=runcap.h
diff --git a/t/atlocal.in b/t/atlocal.in
index 1c524f5..0274364 100644
--- a/t/atlocal.in
+++ b/t/atlocal.in
@@ -5,2 +5,2 @@
PATH=@abs_builddir@:@abs_top_srcdir@:$top_srcdir:$srcdir:$PATH
-INPUT=@abs_top_srcdir@/t/INPUT
+INPUT=@abs_srcdir@/INPUT

Return to:

Send suggestions and report system problems to the System administrator.