We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e012e00 commit 65da31aCopy full SHA for 65da31a
1 file changed
libvisual-plugins/autogen.sh
@@ -9,8 +9,9 @@ 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
+autopoint -f
+AUTOPOINT=true autoreconf --install --verbose --force || \
14
+AUTOPOINT=true autoreconf --install --verbose --force
15
16
if [[ -z "${NOCONFIGURE:-}" ]]; then
17
if [[ "$#" == 0 ]]; then
0 commit comments