We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ffb37 commit 927a5f8Copy full SHA for 927a5f8
1 file changed
libvisual-plugins/autogen.sh
@@ -9,9 +9,8 @@ if [[ "$(uname -s)" == Darwin ]]; then
9
echo 'AC_DEFUN([AM_PATH_ALSA], [HAVE_ALSA=no])' > acinclude.m4
10
fi
11
12
-autoreconf --install --verbose --force || \
13
-autoreconf --install --verbose --force
14
-gettextize --force
+AUTOPOINT=gettextize autoreconf --install --verbose --force || \
+AUTOPOINT=gettextize autoreconf --install --verbose --force
15
16
if [[ -z "${NOCONFIGURE:-}" ]]; then
17
if [[ "$#" == 0 ]]; then
0 commit comments