From 33e7e3649ea9fd382d8579d03aef620d8c22893c Mon Sep 17 00:00:00 2001 From: nalin Date: Feb 22 2002 21:42:05 +0000 Subject: build fixes --- diff --git a/Makefile.am b/Makefile.am index 8c757d0..0f3a703 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,8 +70,7 @@ tag: rm -fr /tmp/$(PACKAGE)-export-tmp CVSROOT=`cat CVS/Root`; cd /tmp; cvs -d $$CVSROOT export -r $(CVSTAG) -d $(PACKAGE)-export-tmp $(PACKAGE) - cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh --without-sasl --without-lda -p; make dist + cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh ; make dist mv /tmp/$(PACKAGE)-export-tmp/$(PACKAGE)-$(VERSION).tar.gz . rm -fr /tmp/$(PACKAGE)-export-tmp