From cd10c01f6d0cb16c79af6bf9e0ad0462aec1ae28 Mon Sep 17 00:00:00 2001
From: Russ Fish <fish@flux.utah.edu>
Date: Wed, 14 Mar 2007 21:06:12 +0000
Subject: [PATCH] configure is made by autoconf, not configure.  Don't clean
 it.

---
 GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1c1fb755f8..55b9feae28 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -298,7 +298,7 @@ distclean:	distclean-subdirs
 # Here's a different approch to recover from just configure problems.  It cleans
 # all files from an obj tree that have a corresponding .in file in the src tree.
 undo-configure:
-	find $SRCDIR -name '*.in' | \
+	find $SRCDIR -name '*.in' -a -not -name configure.in | \
 	    sed -e "s;$SRCDIR;$OBJDIR;" -e 's;[.]in$;;' | xargs rm -f
 
 elabinelab:
-- 
GitLab