ax_ms_cpprest

Synopsis

AX_MS_CPPREST([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])

Description

Test for the Microsoft C++ Rest SDK library of a particular version (or newer)

If no path to the installed cpprest library is given the macro searches under /usr, /usr/local, /opt and /opt/local and evaluates the $CPPREST_ROOT environment variable.

This macro calls:

  AC_SUBST(cpprest_CPPFLAGS) / AC_SUBST(cpprest_LDFLAGS) /
  AC_SUBST(cpprest_LIBS)

And sets:

  HAVE_MS_CPPREST

Source Code

Download the latest version of ax_ms_cpprest.m4 or browse the macro’s revision history.

License

Copyright © 2008 Thomas Porschberg 
Copyright © 2009 Peter Adolphs
Copyright © 2021 Richard Winters 

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.