Skip to content

Commit 65da31a

Browse files
committed
[REVERT ME] AUTOPOINT
1 parent e012e00 commit 65da31a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

libvisual-plugins/autogen.sh

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

12-
autoreconf --install --verbose --force || \
13-
autoreconf --install --verbose --force
12+
autopoint -f
13+
AUTOPOINT=true autoreconf --install --verbose --force || \
14+
AUTOPOINT=true autoreconf --install --verbose --force
1415

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

0 commit comments

Comments
 (0)