From 134846ea75f809d777b87c0e938d9e86d3177bba Mon Sep 17 00:00:00 2001 From: Aleksey Sanin Date: Mon, 9 Jun 2003 03:09:55 +0000 Subject: fix for 'make distclean' --- configure.in | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3c4be024..5caa1591 100644 --- a/configure.in +++ b/configure.in @@ -931,18 +931,27 @@ dnl ========================================================================== rm -f rm COPYING.LIB COPYING ln -s $srcdir/Copyright COPYING +if test "$OPENSSL_WITHOUT" = "no" +then +AC_OUTPUT([include/xmlsec/openssl/Makefile src/openssl/Makefile]) +fi + +if test "$GNUTLS_WITHOUT" = "no" +then +AC_OUTPUT([include/xmlsec/gnutls/Makefile src/gnutls/Makefile]) +fi + +if test "$NSS_WITHOUT" = "no" +then +AC_OUTPUT([include/xmlsec/nss/Makefile src/nss/Makefile]) +fi + AC_OUTPUT([ include/xmlsec/version.h Makefile include/Makefile include/xmlsec/Makefile -include/xmlsec/openssl/Makefile -include/xmlsec/gnutls/Makefile -include/xmlsec/nss/Makefile src/Makefile -src/openssl/Makefile -src/gnutls/Makefile -src/nss/Makefile apps/Makefile docs/Makefile docs/api/Makefile -- cgit v1.2.3