summaryrefslogtreecommitdiffstats
path: root/source/x/anthy-unicode/anthy-unicode.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/anthy-unicode/anthy-unicode.SlackBuild')
-rwxr-xr-xsource/x/anthy-unicode/anthy-unicode.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/x/anthy-unicode/anthy-unicode.SlackBuild b/source/x/anthy-unicode/anthy-unicode.SlackBuild
index af7fa15fe..fd73ca256 100755
--- a/source/x/anthy-unicode/anthy-unicode.SlackBuild
+++ b/source/x/anthy-unicode/anthy-unicode.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN USA
+# Copyright 2008, 2009, 2010, 2018, 2024 Patrick J. Volkerding, Sebeka, MN USA
# Copyright 2008, 2009 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
@@ -79,6 +79,13 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \