Changeset 5824:dc8445dc0451 in roaraudio for configure


Ignore:
Timestamp:
01/06/13 13:39:55 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make correct use of API, reduced number of useless -DXXX arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5810 r5824  
    522522 echo "#define ROAR_VERSION_STRING \"$VERSION\"" 
    523523 grep -E '^COMMON_V_(MAJOR|MINOR|REV) *= [0-9]*$' Makefile.inc | sed 's/^COMMON_V_/#define ROAR_VERSION_/; s/=//' 
     524 echo '#define ROAR_VERSION_COMMON_REAL0(a,b,c) (#a "." #b "." #c)' 
     525 echo '#define ROAR_VERSION_COMMON_REAL1(a,b,c) ROAR_VERSION_COMMON_REAL0(a,b,c)' 
     526 echo '#define ROAR_VERSION_COMMON ROAR_VERSION_COMMON_REAL1(ROAR_VERSION_MAJOR, ROAR_VERSION_MINOR, ROAR_VERSION_REV)' 
    524527 echo "#define ROAR_BUILD_STAMP    \"$BUILD_STAMP\"" 
    525528 echo 
Note: See TracChangeset for help on using the changeset viewer.