attr: add xattr tools and libs

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak
2014-06-27 10:54:59 +03:00
parent 43d63745a4
commit bbf5f89801
4 changed files with 145 additions and 0 deletions
@@ -0,0 +1,21 @@
diff --git a/configure.ac b/configure.ac
index 8a1ca39..ceee757 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,6 @@ AC_FUNC_ALLOCA
AM_PROG_AR
LT_INIT
-AM_GNU_GETTEXT_VERSION([0.18.2])
-AM_GNU_GETTEXT([external])
-
dnl Most people get these man(2) pages from the system now.
AC_ARG_ENABLE([man2],
[AS_HELP_STRING([--enable-man2], [Install man(2) pages])])
@@ -59,6 +56,5 @@ AC_CONFIG_COMMANDS([include/attr],
AC_CONFIG_FILES([
libattr.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 a3e8353..381bb55 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 \