Changeset 69185ce in git for resources


Ignore:
Timestamp:
Oct 15, 2021, 3:59:56 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0c26a150cc7724e89eac99e4b5d787d781c422f0
Parents:
7615a708e44820c2a9b2bb706208b88e055ec812
Message:
update configure stuff
Location:
resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • resources/configure.ac

    r7615a7 r69185ce  
    1 AC_INIT([singular_resources], [4.2.1])
     1AC_INIT([singular_resources],[4.2.1])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
    44AC_CONFIG_AUX_DIR([../build-aux])
    55AC_CONFIG_SRCDIR([omFindExec.h])
    6 AC_CONFIG_HEADER([_config.h])
     6AC_CONFIG_HEADERS([_config.h])
    77
    88AM_MAINTAINER_MODE([enable])
     
    2727AC_PROG_INSTALL
    2828
    29 AC_HEADER_STDC
     29# Autoupdate added the next two lines to ensure that your configure
     30# script's behavior did not change.  They are probably safe to remove.
     31AC_CHECK_INCLUDES_DEFAULT
     32AC_PROG_EGREP
     33
    3034AC_CHECK_HEADERS([stdlib.h string.h unistd.h pwd.h sys/param.h sys/stat.h sys/types.h])
    3135AC_CHECK_FUNCS(readlink getcwd getwd getpwnam setenv putenv)
  • resources/omFindExec.c

    r7615a7 r69185ce  
    1010
    1111
    12 #if defined(HAVE_UNISTD_H) && defined(STDC_HEADERS)
     12#if defined(HAVE_UNISTD_H)
    1313
    1414#ifdef HAVE_UNISTD_H
     
    317317}
    318318
    319 #endif /* defined(HAVE_UNISTD_H) && defined(STDC_HEADERS) */
     319#endif /* defined(HAVE_UNISTD_H) */
Note: See TracChangeset for help on using the changeset viewer.