mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Use upstream gettext instead intltool
This commit is contained in:
parent
63500323ef
commit
57e3ccaf51
10 changed files with 86 additions and 28 deletions
|
|
@ -39,12 +39,8 @@ if ! autopoint --version &>/dev/null ; then
|
|||
echo "autopoint is required to bootstrap this program"
|
||||
exit 1
|
||||
fi
|
||||
if ! intltoolize --version >/dev/null ; then
|
||||
echo "intltoolize is required to bootstrap this program"
|
||||
exit 1
|
||||
fi
|
||||
autopoint --force
|
||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
||||
|
||||
autoreconf --force --install --verbose
|
||||
|
||||
if test "x$NOCONFIGURE" = "x"; then
|
||||
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue