Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: third_party/libusb/src/configure.ac

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libusb/src/config.h ('k') | third_party/libusb/src/doc/Makefile.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dnl These m4 macros are whitespace sensitive and break if moved around much. 1 dnl These m4 macros are whitespace sensitive and break if moved around much.
2 m4_define([LU_VERSION_H], m4_include([libusb/version.h])) 2 m4_define([LU_VERSION_H], m4_include([libusb/version.h]))
3 m4_define([LU_DEFINE_VERSION_ATOM], 3 m4_define([LU_DEFINE_VERSION_ATOM],
4 [m4_define([$1], m4_bregexp(LU_VERSION_H, 4 [m4_define([$1], m4_bregexp(LU_VERSION_H,
5 [^#define\s*$1\s*\([0-9]*\).*], [\1]))]) 5 [^#define\s*$1\s*\([0-9]*\).*], [\1]))])
6 m4_define([LU_DEFINE_VERSION_RC_ATOM], 6 m4_define([LU_DEFINE_VERSION_RC_ATOM],
7 [m4_define([$1], m4_bregexp(LU_VERSION_H, 7 [m4_define([$1], m4_bregexp(LU_VERSION_H,
8 [^#define\s*$1\s*"\(-rc[0-9]*\)".*], [\1]))]) 8 [^#define\s*$1\s*"\(-rc[0-9]*\)".*], [\1]))])
9 dnl The m4_bregexp() returns (only) the numbers following the #define named 9 dnl The m4_bregexp() returns (only) the numbers following the #define named
10 dnl in the first macro parameter. m4_define() then defines the name for use 10 dnl in the first macro parameter. m4_define() then defines the name for use
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 AC_SUBST(AM_CFLAGS) 189 AC_SUBST(AM_CFLAGS)
190 AC_SUBST(LTLDFLAGS) 190 AC_SUBST(LTLDFLAGS)
191 191
192 AC_CONFIG_FILES([libusb-1.0.pc]) 192 AC_CONFIG_FILES([libusb-1.0.pc])
193 AC_CONFIG_FILES([Makefile]) 193 AC_CONFIG_FILES([Makefile])
194 AC_CONFIG_FILES([libusb/Makefile]) 194 AC_CONFIG_FILES([libusb/Makefile])
195 AC_CONFIG_FILES([examples/Makefile]) 195 AC_CONFIG_FILES([examples/Makefile])
196 AC_CONFIG_FILES([doc/Makefile]) 196 AC_CONFIG_FILES([doc/Makefile])
197 AC_CONFIG_FILES([doc/doxygen.cfg]) 197 AC_CONFIG_FILES([doc/doxygen.cfg])
198 AC_OUTPUT 198 AC_OUTPUT
OLDNEW
« no previous file with comments | « third_party/libusb/src/config.h ('k') | third_party/libusb/src/doc/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698