Changeset 49ea49 in git for omalloc/configure.ac


Ignore:
Timestamp:
Nov 14, 2011, 9:58:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8babe7f5911040e9a652f83ae402f78b91d5c3ed
Parents:
3826d071b0fe1a52a0fa5cdc532b9c99960c5018
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-14 21:58:53+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:57:52+01:00
Message:
CHG: eliminated omalloc/omlimits.h.in->.h in favour of static mylimits.h (limits.h)
CHG: generate and use omalloc/omConfig.h (in favour of omConfig.h.in + config.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/configure.ac

    r3826d0 r49ea49  
    1212AC_CONFIG_AUX_DIR([.])
    1313
     14AC_CONFIG_HEADER(omConfig.h)
     15
    1416AM_MAINTAINER_MODE
    1517AM_INIT_AUTOMAKE([omalloc],[0.9.6])
     18
     19# Add pre'prefixed config
     20AX_PREFIX_CONFIG_H([omConfig.h],[],[omConfig.h])
    1621
    1722AC_SUBST(VERSION)
     
    581586dnl wrap it up
    582587dnl
    583 AC_CONFIG_HEADER(config.h omConfig.h omlimits.h)
    584588AC_CONFIG_FILES([Makefile])
    585589AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.