summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-13 22:01:41 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-13 22:01:41 +0000
commit92c4dddf7931d284dd3227317da92411ba7d2193 (patch)
treebada566b6562e5b8787e524f5c2ea5af84dcffea /autogen.sh
parent41524871bc203bd29b76697664cc30fc3cb99964 (diff)
downloadfarstream-92c4dddf7931d284dd3227317da92411ba7d2193.tar.gz
Remove autopoint from autogen
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/autogen.sh b/autogen.sh
index f1715440..54e9ba05 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,8 +32,6 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 autoconf-2.
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
version_check "automake" "$AUTOMAKE automake automake-1.9 automake19 automake-1.8 automake18 automake-1.7 automake17 automake-1.6 automake16" \
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1
-version_check "autopoint" "autopoint" \
- "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 17 || DIE=1
version_check "libtoolize" "libtoolize libtoolize15 glibtoolize" \
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1
version_check "pkg-config" "" \
@@ -58,17 +56,6 @@ fi
toplevel_check $srcfile
-# autopoint
-# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs
-if test -x mkinstalldirs; then rm mkinstalldirs; fi
-# first remove patch if necessary, then run autopoint, then reapply
-if test -f po/Makefile.in.in;
-then
- patch -p0 -R --forward < common/gettext.patch
-fi
-tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
-patch -p0 < common/gettext.patch
-
# aclocal
if test -f acinclude.m4; then rm acinclude.m4; fi
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"