! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
thunar-shares-plugin git (both master and thunarx-2 branch) fails to compile ...
Status:
RESOLVED: MOVED
Product:
Thunar-shares-plugin
Component:
General

Comments

Description Samuli Suominen 2013-04-25 11:01:27 CEST
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?)
Comment 1 Samuli Suominen 2013-04-25 11:04:19 CEST
Also, if you maintain more plugins, please do the same fix there too.
Comment 2 Git Bot editbugs 2020-05-20 21:19:02 CEST
-- 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

Bug #10032

Reported by:
Samuli Suominen
Reported on: 2013-04-25
Last modified on: 2020-05-20

People

Assignee:
Daniel Morales
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information