Skip to content

Commit 45a2573

Browse files
committed
[REVERT ME] -I m4
1 parent 927a5f8 commit 45a2573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libvisual-plugins/autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if [[ "$(uname -s)" == Darwin ]]; then
99
echo 'AC_DEFUN([AM_PATH_ALSA], [HAVE_ALSA=no])' > acinclude.m4
1010
fi
1111

12-
AUTOPOINT=gettextize autoreconf --install --verbose --force || \
13-
AUTOPOINT=gettextize autoreconf --install --verbose --force
12+
autoreconf -I m4 --install --verbose --force || \
13+
autoreconf -I m4 --install --verbose --force
1414

1515
if [[ -z "${NOCONFIGURE:-}" ]]; then
1616
if [[ "$#" == 0 ]]; then

0 commit comments

Comments
 (0)