Same as in bug 10031. Both master and thunarx-2 branches fail same way. AM_CONFIG_HEADER shouldn't be used anymore, AC_CONFIG_HEADERS is the replacement (notice it's HEADERS, not HEADER) This used to be a deprecation warning, but it's now a fatal error in automake 1.13: aclocal-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:39: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from... configure.in:39: the top level autom4te-2.69: /usr/bin/m4 failed with exit status: 1 aclocal-1.13: error: echo failed with exit status: 1 The fix is simple: sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in.in (Why not used the new name, configure.ac instead of configure.in while at it?)
Also, if you maintain more plugins, please do the same fix there too.
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/issues/10. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev