Changeset 996cc8 in git for configure.ac


Ignore:
Timestamp:
Jan 10, 2014, 1:50:58 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
2707fd7eac2fec84d7e73fbc434093e31ea9069d
Parents:
cdfe7a4b0c5a660fa9fce505e815e18481224168
Message:
Fixing the problem of regeneration of config headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rcdfe7a r996cc8  
    1 AC_INIT([singular], [4.0.0], [singular@mathematik.uni-kl.de])
     1AC_INIT([singular], [4.0.0], [singular@mathematik.uni-kl.de], [singular.tar.gz])
    22AC_DEFINE([VERSION_DATE],["Dec 2013"],[release date])
    33
     
    99AC_CONFIG_SRCDIR([Singular/tesths.cc])
    1010
    11 AC_CONFIG_HEADER([singularconfig.h])
     11AC_CONFIG_HEADER([_config.h])
     12# Add pre'prefixed config
     13AX_PREFIX_CONFIG_H([singularconfig.h],[],[_config.h])
    1214
    1315dnl Apparently, this is required for using an AC_CHECK_HEADER within AS_IF(...), at least on Cygwin.
     
    2224AM_SANITY_CHECK
    2325
    24 # Add pre'prefixed config
    25 AX_PREFIX_CONFIG_H([singularconfig.h],[],[singularconfig.h])
    2626
    2727SING_RESET_FLAGS()
Note: See TracChangeset for help on using the changeset viewer.