[Bug 724942] Review Request: libmodbus - A Modbus library written in C

bugzilla at redhat.com bugzilla at redhat.com
Sun Aug 7 14:31:18 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=724942

--- Comment #22 from Stéphane Raimbault <stephane.raimbault at gmail.com> 2011-08-07 10:31:16 EDT ---
I've tried to build my package for f17 but the build fails with this error:

+ autoreconf
src/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:1:   The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/Makefile.am:1:   to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:1:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:1:   its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1

I don't use AC_PROG_LIBTOOL in my configure.ac because these options are
deprecated
http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html

Do I need to check against the version of libtool LT_PREREQ([2.4]) or to use
older options for backward compatibility?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list