Changeset 3256


Ignore:
Timestamp:
Jun 9, 2014, 3:18:22 PM (9 years ago)
Author:
Peter
Message:

prefix DEV_BUILD with YAT_ (or uppercase(PACKAGE_) in general case, so it matches config_public.h.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/my_version.m4

    r3230 r3256  
    1919#
    2020
    21 # serial 1 (yat 0.13)
     21# serial 2 (yat 0.13)
    2222
    2323# How to use this file
     
    6565
    6666m4_pushdef([my_PACKAGE_CPP], [AS_TR_CPP([m4_toupper(AC_PACKAGE_NAME)])])
    67 AC_DEFINE([DEV_BUILD],[my_DEV_BUILD],
     67AC_DEFINE(my_PACKAGE_CPP[_DEV_BUILD],[my_DEV_BUILD],
    6868          [true if dev build (version ends with pre)])
    6969AC_DEFINE(my_PACKAGE_CPP[_MAJOR_VERSION], [my_MAJOR_VERSION],
Note: See TracChangeset for help on using the changeset viewer.