mate-desktop / mate-applets

Applets for use with the MATE panel
http://www.mate-desktop.org
GNU General Public License v2.0
79 stars 67 forks source link

Fix dependency check of autogen.sh #584

Closed treysis closed 3 years ago

treysis commented 3 years ago

Fixes #583

rbuj commented 3 years ago

Internationalization of packages is optional, so autopoint can't be mandatory. https://www.gnu.org/software/gettext/manual/html_node/lib_002fgettext_002eh.html

rbuj commented 3 years ago

autopoint is already checked on autoreconf sentence in mate-autogen file

treysis commented 3 years ago

But if you just compile mate-applets, shouldn't there be a separate check? Not everyone wants to compile the whole mate desktop suite.

rbuj commented 3 years ago

Take a look at the last line of the autogen.sh file.

. mate-autogen
treysis commented 3 years ago

It fails before that.

rbuj commented 3 years ago

It fails before that.

It's not true. Test: adding -xv in shebang.