mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
run only once
Original commit message from CVS: run only once
This commit is contained in:
parent
ae27dd42a9
commit
05aa230204
2 changed files with 1 additions and 12 deletions
11
autogen.sh
11
autogen.sh
|
@ -72,17 +72,6 @@ fi
|
||||||
tool_run "$autopoint"
|
tool_run "$autopoint"
|
||||||
patch -p0 < common/gettext.patch
|
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 "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
|
||||||
tool_run "$libtoolize" "--copy --force"
|
tool_run "$libtoolize" "--copy --force"
|
||||||
tool_run "$autoheader"
|
tool_run "$autoheader"
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit c6f697f5a14c01e88a7cdf417b8e06b4417921c3
|
Subproject commit 59d3c4334b32261908261a163b4633532293492d
|
Loading…
Reference in a new issue