summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-12 12:06:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-12 12:06:10 +0000
commiteecb7b997c24a67b6fcb4958dc9c68a26f85e772 (patch)
tree2329cf3b10e419ada54a5993d016c3e88d0a85fb /autogen.sh
parent04a13efea7bf001f6fa6e0261240e44e378e833e (diff)
downloadgstreamer-plugins-bad-eecb7b997c24a67b6fcb4958dc9c68a26f85e772.tar.gz
run only once
Original commit message from CVS: run only once
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
index 8f2d9c295..fa2664156 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -72,17 +72,6 @@ fi
tool_run "$autopoint"
patch -p0 < common/gettext.patch
-# autopoint
-# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs
-if test -e 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 < common/gettext.patch
-fi
-tool_run "$autopoint"
-patch -p0 < common/gettext.patch
-
tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
tool_run "$autoheader"