summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-11-29 23:39:15 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-11-29 23:39:15 +0000
commit965eaba4d9fe30eb4f53627e165110e2c79dc8dd (patch)
tree059fc594f354daaa3c48c8a7806de6d2fd9ed325 /lib
parent0ab84a10ef9aecbefa0ea81061d975904c6fb642 (diff)
downloadpaxutils-965eaba4d9fe30eb4f53627e165110e2c79dc8dd.tar.gz
* lib/rtapelib.c: Include <rmt-command.h> rather than <localedir.h>,
to accommodate recent changes to gnulib and tar. * rmt/rmt.c: Likewise. * rmt/Makefile.am (rmt.o): Depend on configmake.h, not localedir.h. * m4/system.m4 (PU_SUSTEM): Put AC_REQUIRE wrappers around AC_HEADER_STDC, etc. This avoids a warning from automake, with the latest gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/rtapelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtapelib.c b/lib/rtapelib.c
index 3466a7c..af19b04 100644
--- a/lib/rtapelib.c
+++ b/lib/rtapelib.c
@@ -60,7 +60,7 @@
#endif
#include <rmt.h>
-#include <localedir.h>
+#include <rmt-command.h>
/* Exit status if exec errors. */
#define EXIT_ON_EXEC_ERROR 128