From 85d0f0008930129e75188f20fc7bb697d7bb8008 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Fri, 18 Jun 2004 21:41:52 +0000 Subject: [PATCH] all workie git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@314 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile.in | 1 + autogen.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3403990..cb8f275 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,6 +63,7 @@ dist: .depend distclean rm -rf $(NAME)-$(VERSION) autoheader autoconf + rm -rf autom4te.cache (cd .. && ln -sf $(CURDIR) $(NAME)-$(VERSION)) (cd .. && tar $(addprefix --exclude ,$(exclusions)) -chzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION)) rm -f ../$(NAME)-$(VERSION) diff --git a/autogen.sh b/autogen.sh index 7fb4e44..69a9d0c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,5 +5,6 @@ echo autoconf autoheader -rm -rf autom4te.cache # evil +# evil +rm -rf autom4te.cache ./configure "$@" -- 2.47.3