Skip to content

Commit 927a5f8

Browse files
committed
[REVERT ME] AUTOPOINT=gettextize
1 parent a5ffb37 commit 927a5f8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

libvisual-plugins/autogen.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ 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
14-
gettextize --force
12+
AUTOPOINT=gettextize autoreconf --install --verbose --force || \
13+
AUTOPOINT=gettextize autoreconf --install --verbose --force
1514

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

0 commit comments

Comments
 (0)