mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
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:
@@ -18,7 +18,6 @@ cd "${srcdir}"
|
||||
}
|
||||
|
||||
aclocal --install || exit 1
|
||||
intltoolize --force --copy --automake || exit 1
|
||||
autoreconf --verbose --force --install || exit 1
|
||||
|
||||
cd "${olddir}"
|
||||
|
Reference in New Issue
Block a user