[geany/geany] cda112: autotools: Do not pass --force to autoreconf
Thomas Martitz
git-noreply at xxxxx
Thu Feb 10 20:43:51 UTC 2022
Branch: refs/heads/master
Author: Thomas Martitz <thomas.martitz at mailbox.org>
Committer: Thomas Martitz <thomas.martitz at mailbox.org>
Date: Thu, 10 Feb 2022 20:43:51 UTC
Commit: cda112541a651e7dd6984422949e58ae3f7532ef
https://github.com/geany/geany/commit/cda112541a651e7dd6984422949e58ae3f7532ef
Log Message:
-----------
autotools: Do not pass --force to autoreconf
This option causes autoreconf to replace files, some of which
are tracked by git and thus cause unecessary noise, since they
gonna be changed, depending on the local versions of autotools.
Without --force only missing files are copied.
Modified Paths:
--------------
autogen.sh
Modified: autogen.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -30,7 +30,7 @@ fi
echo "Processing configure.ac"
-autoreconf --force --install --verbose
+autoreconf --install --verbose
if [ "$NOCONFIGURE" = 1 ]; then
echo "Done. configure skipped."
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list