autogen.sh: Don't run intltoolize
Mutter hasn't depended on intltool for a long time.
This completes 3248c685
Related: https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/104
This commit is contained in:
parent
319500e4f3
commit
9ca6c74267
@ -18,7 +18,6 @@ cd "${srcdir}"
|
|||||||
}
|
}
|
||||||
|
|
||||||
aclocal --install || exit 1
|
aclocal --install || exit 1
|
||||||
intltoolize --force --copy --automake || exit 1
|
|
||||||
autoreconf --verbose --force --install || exit 1
|
autoreconf --verbose --force --install || exit 1
|
||||||
|
|
||||||
cd "${olddir}"
|
cd "${olddir}"
|
||||||
|
Loading…
Reference in New Issue
Block a user