]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
configure: don't remove config files with --help
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 19 Sep 2014 08:13:42 +0000 (10:13 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 19 Sep 2014 08:13:42 +0000 (10:13 +0200)
configure

index e82d1dd5df9cfb3780f5023fcd39760aed7fa40b..f8db0f1883225ad2ebe44088d16d15801c94ac68 100755 (executable)
--- 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