From cff04c28875f93387039e16525d798d39a9d2285 Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 22 Jun 2004 11:58:45 +0000 Subject: [PATCH] Do autoconf in src dir when making dist --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index d8fe5b969..593f19450 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,7 +100,7 @@ tracing: dist: mkdir $(DIST_DIR) cvs export -d $(DIST_DIR) -rHEAD GF2.0 - cd $(DIST_DIR) && autoconf && rm -rf autom4te.cache + cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';' tar -zcf $(DIST_DIR).tar.gz $(DIST_DIR) zip -r $(DIST_DIR).zip $(DIST_DIR)