Changeset 0c26a1 in git for gfanlib


Ignore:
Timestamp:
Oct 15, 2021, 4:09:30 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
  • gfanlib/configure.ac

    r69185ce r0c26a1  
    22# Process this file with autoconf to produce a configure script.
    33
    4 AC_PREREQ([2.71])
    5 AC_INIT([libgfan],[0.6],[ren@mathematik.uni-kl.de])
     4AC_PREREQ([2.63])
     5AC_INIT([libgfan], [0.6], [ren@mathematik.uni-kl.de])
    66AC_CONFIG_MACRO_DIR([../m4])
    77AC_CONFIG_AUX_DIR([../build-aux])
    88AC_CONFIG_SRCDIR([gfanlib.h])
    9 AC_CONFIG_HEADERS([_config.h])
     9AC_CONFIG_HEADER([_config.h])
    1010
    1111AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
     
    3333
    3434# Checks for header files.
    35 # Autoupdate added the next two lines to ensure that your configure
    36 # script's behavior did not change.  They are probably safe to remove.
    37 AC_CHECK_INCLUDES_DEFAULT
    38 AC_PROG_EGREP
    39 
     35AC_HEADER_STDC
    4036
    4137# Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset for help on using the changeset viewer.