Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_constants.cc.in @ fe2e6f80

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
6fb2acc3 09/02/2009 05:14 pm Johnathan Corgan

Removed subversion related configuration info.

  • Don't call GR_SUBVERSION in configure.ac
  • Remove --svn* options from gnuradio-config-info
3b0db383 07/11/2009 02:34 am Johnathan Corgan

Implements ticket:401 and ticket:402.

Adds several API functions to determine build constants at runtime, and
a convenience command line program to display them:

From C++:

const std::string gr_prefix();
const std::string gr_sysconfdir();
const std::string gr_prefsdir();...