Changeset ba5e9e in git for resources/configure.ac


Ignore:
Timestamp:
Sep 3, 2013, 7:51:09 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
20e3062f8cd8d69f35dd291d47f4283409f11663
Parents:
246bbba7f51d8c867efe9455dd4f01c8773e3daf
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:51:09+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:58:50+02:00
Message:
Changed configure-scripts to generate individual public config files for each package: resources, libpolys, singular (main)

fix: sources should include correct corresponding config headers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/configure.ac

    r246bbb rba5e9e  
    44AC_CONFIG_AUX_DIR([.])
    55AC_CONFIG_SRCDIR([omFindExec.h])
    6 AC_CONFIG_HEADER([config.h])
     6AC_CONFIG_HEADER([resourcesconfig.h])
    77
    88AM_MAINTAINER_MODE
     
    1313dnl Check if build env is sane
    1414AM_SANITY_CHECK
     15
     16# Add pre'prefixed config
     17AX_PREFIX_CONFIG_H([resourcesconfig.h],[],[resourcesconfig.h])
    1518
    1619SING_RESET_FLAGS()
Note: See TracChangeset for help on using the changeset viewer.