version 1.1.1.1, 2025/01/19 02:04:04
|
version 1.4, 2025/03/09 15:20:18
|
Line 15
|
Line 15
|
# autoconf rules for FreeM |
# autoconf rules for FreeM |
# |
# |
# |
# |
# Author: John P. Willis <jpw@coherent-logic.com> |
# Author: Serena Willis <jpw@coherent-logic.com> |
# Copyright (C) 1998 MUG Deutschland |
# Copyright (C) 1998 MUG Deutschland |
# Copyright (C) 2020 Coherent Logic Development LLC |
# Copyright (C) 2020 Coherent Logic Development LLC |
# |
# |
Line 37
|
Line 37
|
# |
# |
# |
# |
|
|
AC_INIT([freem],[0.61.2],[jpw@coherent-logic.com]) |
AC_INIT([freem],[cvs-current],[jpw@coherent-logic.com]) |
AC_CONFIG_HEADERS([src/config.h]) |
AC_CONFIG_HEADERS([src/config.h]) |
AC_CONFIG_MACRO_DIR([m4]) |
AC_CONFIG_MACRO_DIR([m4]) |
|
|
AX_LIB_READLINE |
AX_LIB_READLINE |
AX_WITH_CURSES |
|
|
|
# check for libm |
# check for libm |
AC_CHECK_LIB([m], [powf]) |
AC_CHECK_LIB([m], [powf]) |