summaryrefslogtreecommitdiff
path: root/rmt
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 /rmt
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 'rmt')
-rw-r--r--rmt/Makefile.am4
-rw-r--r--rmt/rmt.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/rmt/Makefile.am b/rmt/Makefile.am
index c6ba2e3..b455212 100644
--- a/rmt/Makefile.am
+++ b/rmt/Makefile.am
@@ -4,10 +4,10 @@ EXTRA_PROGRAMS = rmt
rmt_SOURCES = rmt.c
-INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
+INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
LDADD = ../lib/lib$(PACKAGE).a $(LIBINTL)
rmt_LDADD = $(LDADD) $(LIB_SETSOCKOPT)
-rmt.o: ../lib/localedir.h
+rmt.o: ../lib/configmake.h
diff --git a/rmt/rmt.c b/rmt/rmt.c
index f144474..ed9a09b 100644
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -34,7 +34,7 @@
#include "system.h"
#include "system-ioctl.h"
#include <closeout.h>
-#include <localedir.h>
+#include <configmake.h>
#include <safe-read.h>
#include <full-write.h>
#include <version-etc.h>