Browse Source

Call tar_PAXUTILS

Sergey Poznyakoff 20 years ago
parent
commit
941d7586db
1 changed files with 2 additions and 3 deletions
  1. 2 3
      configure.ac

+ 2 - 3
configure.ac

@@ -86,7 +86,8 @@ jm_AC_TYPE_UINTMAX_T
 
 # gnulib modules
 tar_GNULIB
-
+# paxutils modules
+tar_PAXUTILS
 
 AC_CHECK_MEMBERS([struct stat.st_spare1, struct stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct stat.st_atimensec], , ,
                  [
@@ -218,8 +219,6 @@ AC_DEFINE_UNQUOTED(DEFAULT_BLOCKING, $DEFAULT_BLOCKING,
   [Define to a number giving the default blocking size for archives.])
 AC_MSG_RESULT($DEFAULT_BLOCKING)
 
-PU_RMT
-
 # Iconv
 AM_ICONV
 AC_CHECK_HEADERS(iconv.h)