From f7d6be51cf9e01eb21061e26a078dd5ad921e7ce Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Mon, 1 Nov 2021 19:06:08 +0000 Subject: [PATCH] Remove the correct files during autogen --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b717abd..0ff6b12 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -rm -f config.h config.h.in *~ Makefile configure #* +rm -f include/config.h include/config.h.in include/config.h.in~ Makefile configure echo "Wait please..." autoreconf -if