Changeset 5825:3e41991f9a62 in roaraudio for roard/req.c


Ignore:
Timestamp:
01/06/13 14:12:21 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed yet another set of -DXXX as well as $(PKGDEFINES). Updated configure to write some more stuff into config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r5823 r5825  
    790790 
    791791   // the following if is optimized out by compiler. 
    792    if ( DISTRIBUTION_VERSION_STRING[0] == 0 ) { 
    793     info.version = "roard/" PACKAGE_VERSION " <" DEVICE_VENDOR_STRING ">"; 
     792   if ( ROAR_VERSION_DISTRIBUTION_STRING[0] == 0 ) { 
     793    info.version = "roard/" ROAR_VERSION_STRING " <" ROAR_DEV_VENDOR_STRING ">"; 
    794794   } else { 
    795     info.version = "roard/" PACKAGE_VERSION " <" DEVICE_VENDOR_STRING "> (" DISTRIBUTION_VERSION_STRING ")"; 
     795    info.version = "roard/" ROAR_VERSION_STRING " <" ROAR_DEV_VENDOR_STRING "> (" ROAR_VERSION_DISTRIBUTION_STRING ")"; 
    796796   } 
    797797 
Note: See TracChangeset for help on using the changeset viewer.