X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;fp=configure.ac;h=0000000000000000000000000000000000000000;hb=8760c1ba6442153afe76bcac742e086f90c59fe8;hp=a502cfc5b3805c2d4ce153caf1657edf84b1bd85;hpb=46cb3ffad9e3ed318a9109ff96421882f6642b2b;p=inform.git diff --git a/configure.ac b/configure.ac deleted file mode 100644 index a502cfc..0000000 --- a/configure.ac +++ /dev/null @@ -1,40 +0,0 @@ -# Process this file with autoconf to produce a configure script. -# -# This file is part of Inform. -# -# Inform is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# theFree Software Foundation, either version 3 of the License, or -#(at your option) any later version. -# -# Inform is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Inform. If not, see https://gnu.org/licenses/ - -AC_INIT([inform], m4_esyscmd_s([./version.sh]), [j@jxself.org], [], [https://jxself.org/git/?p=inform.git]) -AM_INIT_AUTOMAKE([foreign]) -AC_OUTPUT(Makefile src/Makefile) - -# Checks for programs. -AC_PROG_CC - -# Checks for libraries. - -# Checks for header files. -AC_CHECK_HEADERS([limits.h stdlib.h string.h unistd.h]) - -# Checks for typedefs, structures, and compiler characteristics. -AC_CHECK_HEADER_STDBOOL -AC_TYPE_SIZE_T - -# Checks for library functions. -AC_FUNC_ERROR_AT_LINE -AC_FUNC_MALLOC -AC_FUNC_REALLOC -AC_CHECK_FUNCS([memmove memset realpath strchr strtol]) - -AC_OUTPUT