Changeset 7afda2 in git for libpolys


Ignore:
Timestamp:
Nov 12, 2022, 11:07:54 PM (17 months ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bcbcd26a5761f063a28387eb2c4f1ad0b5b1570e
Parents:
8e87445f9497ec7e004989fab73d4a66a3cdaf80
git-author:
Max Horn <max@quendi.de>2022-11-12 23:07:54+01:00
git-committer:
Max Horn <max@quendi.de>2022-11-12 23:08:18+01:00
Message:
Update configure.ac files, avoid obsolete syntax
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/configure.ac

    r8e8744 r7afda2  
    44AC_CONFIG_AUX_DIR([../build-aux])
    55AC_CONFIG_SRCDIR([reporter/reporter.h])
    6 AC_CONFIG_HEADER([_config.h])
     6AC_CONFIG_HEADERS([_config.h])
    77
    88AM_MAINTAINER_MODE([enable])
     
    6262AC_CHECK_FUNC([vsnprintf], [AC_DEFINE([HAVE_VSNPRINTF], [1], [Define if vsnprintf exists.])])
    6363
    64 # Checks for header files.
    65 AC_HEADER_STDC
    66 AC_STDC_HEADERS
    6764AC_CHECK_HEADERS([stdlib.h string.h unistd.h pwd.h sys/param.h limits.h float.h execinfo.h])
    6865
Note: See TracChangeset for help on using the changeset viewer.