aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-06-19 14:56:28 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-06-19 14:56:28 +0300
commit8e7537ce0e443bb757c10854a8a04110ca8ebe3d (patch)
tree6d8ba46f0015e8ceb60dcf0535524acd5fda445b /configure.ac
parent1034f14aafe2074d3d3fc6240f32291d85f76e37 (diff)
downloadcpio-8e7537ce0e443bb757c10854a8a04110ca8ebe3d.tar.gz
cpio-8e7537ce0e443bb757c10854a8a04110ca8ebe3d.tar.bz2
Make sure the structs used for I/O mapping are not padded.
* am/flushleft.m4, am/pack.m4: New files. * Makefile.am (ACLOCAL_AMFLAGS): Add -I am. * bootstrap: Fix arguments to aclocal. * configure.ac: Call CPIO_PACKED_STRUCTS. * src/cpiohdr.h: Ensure old_cpio_header, old_ascii_header and new_ascii_header are packed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4c73d8..198ea12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ gl_INIT
cpio_PAXUTILS
# Additional system dependencies (for mingw)
CPIO_SYSDEP
-
+CPIO_PACKED_STRUCTS
AC_SUBST(CPIO_MT_PROG)
AC_ARG_ENABLE(mt,

Return to:

Send suggestions and report system problems to the System administrator.