4 Dec
2016
4 Dec
'16
7:53 a.m.
Hello List,
I'm building a dovecot-2.2.27 RPM for CentOS 7 and running into some issues
The dovecot.spec (http://pkgs.fedoraproject.org/cgit/rpms/dovecot.git/tree/dovecot.spec)
file runs 'autoreconf -I . -fiv' for aarch64 support just before the %configure option but is failing
This worked fine on <= 2.2.26.0 when there was an m4/*.m4 directory (with *.m4 in it) in the sources.
Is there something I should be aware of? Was the m4 directory removed for a reason?
As a workaround I created the m4 directory and everything worked out, but is this the best solution?
Eric
4 Dec
4 Dec
9:29 a.m.
Hello Eric,
For me,
aclocal --install -I m4
preparation step helps and seems to be correct. Certain autoconf version scripts perform this step later than needed.
2910
Age (days ago)
2910
Last active (days ago)
2 comments
2 participants
participants (2)
-
Alexey Asemov (Alex/AT)
-
Eric Broch