From f982a0c76bd0afd84339972ca2666f16a3684094 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 7 Jun 2002 15:59:33 +0000 Subject: (AC_OUTPUT): Remove tests/Makefile for now since autoconf 2.52 won't deal with it being missing, and Makefile.am says there are automake issues with trying to get it disted. --- ChangeLog | 3 +++ configure.in | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2902b4f6..77cbe45e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * configure.in (SOUP_AGE, SOUP_CURRENT, SOUP_REVISION): Bump age and current. Update version to 0.7.4. + (AC_OUTPUT): Remove tests/Makefile for now since autoconf 2.52 + won't deal with it being missing, and Makefile.am says there are + automake issues with trying to get it disted. * src/libsoup/soup-private.h (VERSION): Update to 0.7.4 diff --git a/configure.in b/configure.in index 0a8d7878..e666e8a9 100644 --- a/configure.in +++ b/configure.in @@ -574,7 +574,6 @@ AC_OUTPUT([ src/soup-httpd/Makefile src/soup-ssl-proxy/Makefile src/soup-wsdl/Makefile - tests/Makefile ]) echo " -- cgit v1.2.1