mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 06:35:06 -05:00
configure: don't remove config files with --help
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -8,8 +8,6 @@
|
|||||||
#
|
#
|
||||||
# =======================================================================
|
# =======================================================================
|
||||||
|
|
||||||
rm -f config.h config.log
|
|
||||||
|
|
||||||
# This configure script determines the operating system type and version
|
# This configure script determines the operating system type and version
|
||||||
|
|
||||||
if [ "x${CC}" = "x" ]; then
|
if [ "x${CC}" = "x" ]; then
|
||||||
@@ -318,6 +316,8 @@ do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
rm -f config.h config.log
|
||||||
|
|
||||||
SYSTEM=${OPERATINGSYSTEM}-${MACHINE}
|
SYSTEM=${OPERATINGSYSTEM}-${MACHINE}
|
||||||
|
|
||||||
case $SYSTEM in
|
case $SYSTEM in
|
||||||
|
|||||||
Reference in New Issue
Block a user