From 95b9c2aeb61c95e810fdefa760465e68c6ec5d5a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 18 May 2016 10:54:40 +0100 Subject: [PATCH] argh --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bbf9b77d..d07f5f1c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,7 +7,8 @@ rm -f Makefile Makefile.in aclocal.m4 rm -rf autom4te.cache # m4/ contains only stuff from the build system ... the m4 files we have # written and maintain are in m4-safe -rm -f m4/* +rm -rf m4 +mkdir m4 cp m4-safe/* m4/ rm -f config.* configure depcomp rm -f install-sh intltool-* libtool ltmain.sh missing mkinstalldirs