Displaying 3 results from an estimated 3 matches for "nut_check_libusb".
2009 Dec 31
2
libusb detection shell script (was Re: [nut-commits] svn commit r2218 - trunk/m4)
On Dec 31, 2009, at 8:45 AM, Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Thu Dec 31 13:45:16 2009
> New Revision: 2218
>
> Log:
> Add pkg-config as method to retrieve CFLAGS and LDFLAGS (but fall
> back to libusb-config)
>
> Modified:
> trunk/m4/nut_check_libusb.m4
Arjen,
I'm not sure you want parentheses in the shell script fragments.
Search for "unexpected operator": http://buildbot.ghz.cc/public/nut/FreeBSD-i686/builds/46/step-compile/0
- Charles
2010 Nov 28
1
[nut-commits] svn commit r2705 - branches/windows_port/drivers
...ied:
> branches/windows_port/drivers/Makefile.am
Why is this needed? The value of LIBREGEX is never assigned anywhere,
so this is basically a no-op (so I suggest to revert this patch). If
needed, the regex library will be included in the LIBUSB_LDFLAGS (see
commit r2668) by the 'm4/nut_check_libusb.m4' macro. If this doesn't
work, please let us know.
Best regards, Arjen
--
Please keep list traffic on the list (off-list replies will be rejected)
2010 Nov 04
0
[nut-commits] svn commit r2668 - in branches/windows_port: . drivers m4
...http://trac.networkupstools.org/projects/nut/changeset/2668
>
> Log:
> Checking whether or not we should use the 'regex' library should be done
> for all USB connected devices (since we use this in the matcher function).
> In that case it is much cleaner to add this check in nut_check_libusb.m4.
indeed, a more elegant approach.
> This also fixes the wrong use of AC_SEARCH_LIBS, that already adds
> '-lregex' to LIBS (which means all binaries are linked against this
> library).
>
though I've not double checked (my native mingw install is still incomplete,
and...