Remove configure.ac from the distclean list

This commit is contained in:
Hamish Coleman 2021-11-01 19:02:00 +00:00
parent c0cfe93726
commit 8dc9437870
2 changed files with 1 additions and 12 deletions

View File

@ -232,7 +232,7 @@ clean:
distclean:
rm -f tests/*.out src/*.gcno src/*.gcda src/*.indent src/*.unc-backup*
rm -rf autom4te.cache/
rm -f config.log config.status configure configure.ac Makefile tools/Makefile include/config.h include/config.h.in
rm -f config.log config.status configure Makefile tools/Makefile include/config.h include/config.h.in
rm -f doc/edge.8.gz doc/n2n.7.gz doc/supernode.1.gz
rm -f packages/debian/config.log packages/debian/config.status
rm -rf packages/debian/autom4te.cache/

View File

@ -1,11 +0,0 @@
--- a/configure.seed
+++ b/configure.seed
@@ -13,8 +13,6 @@
GIT_RELEASE=${N2N_VERSION_SHORT}
fi
-CC=gcc
-AR=ar
N2N_LIBS=
AC_PROG_CC