summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2022-07-02 20:09:47 +0200
committer Matteo Bernardini2024-04-05 22:54:17 +0200
commit1782a6387aa7e946b77ce187fb87d1abeb204554 (patch)
treec8bb8a2f0f3f5ec289e97038c4bd323fb484a235
parentca3cfecb6f0115a65c4c9ecc03fa1f7aa1c840a3 (diff)
downloadslackbuilds-splint.tar.gz
development/splint: Fix for the newer autotools.splint
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--development/splint/splint.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/splint/splint.SlackBuild b/development/splint/splint.SlackBuild
index e7cf5025a8..1f0b956521 100644
--- a/development/splint/splint.SlackBuild
+++ b/development/splint/splint.SlackBuild
@@ -67,10 +67,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-automake --add-missing || true
-autoreconf || true
-automake --add-missing
-autoreconf
+autoreconf -vif
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \