From d54cdf294bd671a284b3ccd882e139decdba6702 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Jan 2001 13:39:21 +0000 Subject: adjusted to work with automake 'make dist' --- configure.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b98c2ef86..763f91944 100644 --- a/configure.in +++ b/configure.in @@ -609,14 +609,12 @@ dnl AC_SUBST(RANLIB) AC_OUTPUT( Makefile \ docs/Makefile \ + docs/examples/Makefile \ include/Makefile \ include/curl/Makefile \ src/Makefile \ lib/Makefile \ tests/Makefile \ - curl.spec \ - curl-ssl.spec) -dnl perl/checklinks.pl \ -dnl perl/getlinks.pl \ -dnl perl/formfind.pl \ -dnl perl/recursiveftpget.pl ) + packages/Linux/RPM/curl.spec \ + packages/Linux/RPM/curl-ssl.spec ) + -- cgit v1.2.3