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