From 5e5f0bd4b214d8cb86464444c6959c38e30ce8ac Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 30 May 2006 08:51:48 +0000 Subject: [PATCH] - added testing files to dist - required the use of the "ustar" format to support filenames longer than 99 chars --- Makefile.am | 5 ++++- configure.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4114e3f10..dcb5b0b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = src -EXTRA_DIST = Doxyfile.in +EXTRA_DIST = Doxyfile.in testing CLEANFILES = apidoc Doxyfile Doxyfile : Doxyfile.in @@ -10,3 +10,6 @@ Doxyfile : Doxyfile.in apidoc : Doxyfile doxygen + +dist-hook : + rm -rf `find $(distdir)/testing -name .svn` 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}')