mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
acl: add ACL tools and libs
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 2182e81..4836b3d 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -31,9 +31,6 @@ AC_FUNC_GCC_VISIBILITY
|
||||
AM_PROG_AR
|
||||
LT_INIT
|
||||
|
||||
-AM_GNU_GETTEXT_VERSION([0.18.2])
|
||||
-AM_GNU_GETTEXT([external])
|
||||
-
|
||||
AC_ARG_ENABLE([debug],
|
||||
[AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
|
||||
AS_IF([test "x$enable_debug" = "xyes"],
|
||||
@@ -61,6 +58,5 @@ AC_CONFIG_COMMANDS([include/sys],
|
||||
AC_CONFIG_FILES([
|
||||
libacl.pc
|
||||
Makefile
|
||||
- po/Makefile.in
|
||||
])
|
||||
AC_OUTPUT
|
||||
@@ -0,0 +1,9 @@
|
||||
diff --git a/autogen.sh b/autogen.sh
|
||||
index a98a3c5..982aff1 100755
|
||||
--- a/autogen.sh
|
||||
+++ b/autogen.sh
|
||||
@@ -1,4 +1,2 @@
|
||||
#!/bin/sh -ex
|
||||
-po/update-potfiles
|
||||
-autopoint --force
|
||||
exec autoreconf -f -i
|
||||
@@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 47d2a4e..d02ee91 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -3,8 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = \
|
||||
exports
|
||||
|
||||
-SUBDIRS = po
|
||||
-
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include \
|
||||
Reference in New Issue
Block a user