diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-30 08:51:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-30 08:51:48 +0000 |
commit | 5e5f0bd4b214d8cb86464444c6959c38e30ce8ac (patch) | |
tree | 883c7c7a6da60d3616ea510e9cbbc0b624631db9 /configure.in | |
parent | 510d54eb594e1d9c0d3901c5f21277f19fef8b42 (diff) | |
download | strongswan-5e5f0bd4b214d8cb86464444c6959c38e30ce8ac.tar.bz2 strongswan-5e5f0bd4b214d8cb86464444c6959c38e30ce8ac.tar.xz |
- added testing files to dist
- required the use of the "ustar" format to support
filenames longer than 99 chars
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 68d16f83e..097a292ea 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl initialize & set some vars dnl =========================== AC_INIT(strongSwan,4.0.1) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(tar-ustar) AC_C_BIGENDIAN AC_SUBST(ipsecdir, '${libexecdir}/ipsec') AC_SUBST(confdir, '${sysconfdir}') |