From: Miroslav Lichvar Date: Fri, 19 Sep 2014 08:13:42 +0000 (+0200) Subject: configure: don't remove config files with --help X-Git-Tag: 2.0-pre1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb28d6cdb7b46be55e5df4372833c3e2089c6629;p=thirdparty%2Fchrony.git configure: don't remove config files with --help --- diff --git a/configure b/configure index e82d1dd5..f8db0f18 100755 --- a/configure +++ b/configure @@ -8,8 +8,6 @@ # # ======================================================================= -rm -f config.h config.log - # This configure script determines the operating system type and version if [ "x${CC}" = "x" ]; then @@ -318,6 +316,8 @@ do esac done +rm -f config.h config.log + SYSTEM=${OPERATINGSYSTEM}-${MACHINE} case $SYSTEM in