Changeset 2455 for trunk/configure.ac
- Timestamp:
- Mar 29, 2011, 10:10:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2452 r2455 52 52 AC_DEFINE([YAT_MINOR_VERSION], [MINOR_VERSION], [minor version]) 53 53 AC_DEFINE([YAT_PATCH_VERSION], [PATCH_VERSION], [patch version]) 54 AC_DEFINE([YAT_DEV_BUILD], [DEV_BUILD], [Define to false if offic al version])54 AC_DEFINE([YAT_DEV_BUILD], [DEV_BUILD], [Define to false if official version]) 55 55 56 56 AC_CONFIG_HEADERS([config.h]) … … 278 278 test/Makefile 279 279 test/common_defs.sh 280 test/environment.h281 280 yat/Makefile 282 281 yat/classifier/Makefile … … 289 288 290 289 AC_CONFIG_HEADERS([yat/utility/config_public.h]) 290 # for the test suite 291 yat_abs_top_srcdir=`cd $srcdir && pwd` 292 AC_DEFINE_UNQUOTED([YAT_ABS_TOP_SRCDIR], ["$yat_abs_top_srcdir"], 293 [Define to absolute path to top yat src dir]) 291 294 292 295 # Print failure status information about selected items, and exit if
Note: See TracChangeset
for help on using the changeset viewer.