remove bootstrap.sh.patch

This commit is contained in:
Tom Yan 2019-10-08 10:02:05 +08:00
parent d88f6bd83c
commit bc4f381fd1
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
diff -u -r ../pulseaudio-12.2/bootstrap.sh ./bootstrap.sh
--- ../pulseaudio-12.2/bootstrap.sh 2018-07-16 14:40:33.000000000 +0000
+++ ./bootstrap.sh 2018-11-27 23:12:39.509242963 +0000
@@ -35,15 +35,10 @@
exit 1
fi
# Other necessary programs
-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
if test "x$NOCONFIGURE" = "x"; then