Changeset 0c26a1 in git for configure.ac


Ignore:
Timestamp:
Oct 15, 2021, 4:09:30 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
3551885a5d35f5d806aa9a27ec225b51933cd05c
Parents:
69185ceb2807ebeacfe2824621e4b70e2ed19642
Message:
Revert "update configure stuff": requires autoconf 2.7.1

This reverts commit 69185ceb2807ebeacfe2824621e4b70e2ed19642.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r69185ce r0c26a1  
    1 AC_INIT([singular],[4.2.1],[singular@mathematik.uni-kl.de])
     1AC_INIT([singular], [4.2.1], [singular@mathematik.uni-kl.de])
    22
    33AC_SUBST([VERSION_DATE], 2021)
     
    1111AC_CONFIG_SRCDIR([Singular/tesths.cc])
    1212
    13 AC_CONFIG_HEADERS([_config.h])
     13AC_CONFIG_HEADER([_config.h])
    1414# Add pre'prefixed config
    1515AX_PREFIX_CONFIG_H([singularconfig.h],[],[_config.h])
     
    4343AC_PROG_INSTALL
    4444
    45 # Autoupdate added the next two lines to ensure that your configure
    46 # script's behavior did not change.  They are probably safe to remove.
    47 AC_CHECK_INCLUDES_DEFAULT
    48 AC_PROG_EGREP
    49 
     45AC_HEADER_STDC
    5046AC_CHECK_HEADERS(unistd.h iostream.h sys/time.h sys/times.h asm/sigcontext.h)
    5147
Note: See TracChangeset for help on using the changeset viewer.