summaryrefslogtreecommitdiffstats
path: root/numlib/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2022-05-22 23:52:28 -0400
committerSam Varshavchik2022-05-22 23:52:31 -0400
commit83e37efc8ed785cd095eb585ff747e5702ec49b3 (patch)
tree15aed6da6214e9a03d91be1754cd351175349945 /numlib/configure.ac
parent1ce81fa6af52651628a0bffcd8b15fdb459901a5 (diff)
downloadcourier-libs-83e37efc8ed785cd095eb585ff747e5702ec49b3.tar.bz2
gcc 12, autotool updates, sqwebmail fixes.
Diffstat (limited to 'numlib/configure.ac')
-rw-r--r--numlib/configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/numlib/configure.ac b/numlib/configure.ac
index 5f012e4..3d85f51 100644
--- a/numlib/configure.ac
+++ b/numlib/configure.ac
@@ -3,8 +3,8 @@ dnl
dnl Copyright 1998 - 2010 Double Precision, Inc. See COPYING for
dnl distribution information.
-AC_PREREQ(2.59)
-AC_INIT(numlib, 0.10, courier-users@lists.sourceforge.net)
+AC_PREREQ([2.71])
+AC_INIT([numlib],[0.10],[courier-users@lists.sourceforge.net])
>confdefs.h # Kill PACKAGE_ macros
@@ -12,14 +12,13 @@ AC_CONFIG_SRCDIR([atotimet.c])
AC_CONFIG_AUX_DIR(../..)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign no-define])
-
+
dnl Checks for programs.
AC_PROG_AWK
AC_PROG_CC
-AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
-AC_PROG_LIBTOOL
+LT_INIT
if test "$GCC" = "yes"
then
@@ -47,4 +46,5 @@ AC_SYS_LARGEFILE
dnl Checks for library functions.
AC_CHECK_FUNCS(setgroups initgroups)
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT