diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-02 20:48:29 +0100 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2018-06-21 06:28:59 +0530 |
commit | 57e3ccaf51f714eec8ca29005c3cc4fde456e84e (patch) | |
tree | 805a5ba0306986ef1606a1d35316d24deb9dc5e7 /bootstrap.sh | |
parent | 63500323ef5f02a19709a7477fa3959977937599 (diff) | |
download | pulseaudio-57e3ccaf51f714eec8ca29005c3cc4fde456e84e.tar.gz |
Use upstream gettext instead intltool
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 0a05a3e48..17a9c86b2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 "$@" && \ |