summaryrefslogtreecommitdiffstats
path: root/makedat
diff options
context:
space:
mode:
authorSam Varshavchik2022-05-22 23:52:28 -0400
committerSam Varshavchik2022-05-22 23:52:31 -0400
commit83e37efc8ed785cd095eb585ff747e5702ec49b3 (patch)
tree15aed6da6214e9a03d91be1754cd351175349945 /makedat
parent1ce81fa6af52651628a0bffcd8b15fdb459901a5 (diff)
downloadcourier-libs-83e37efc8ed785cd095eb585ff747e5702ec49b3.tar.bz2
gcc 12, autotool updates, sqwebmail fixes.
Diffstat (limited to 'makedat')
-rw-r--r--makedat/configure.ac11
1 files changed, 5 insertions, 6 deletions
diff --git a/makedat/configure.ac b/makedat/configure.ac
index d7c1258..cbaa654 100644
--- a/makedat/configure.ac
+++ b/makedat/configure.ac
@@ -3,7 +3,7 @@ dnl
dnl Copyright 1998 - 2001 Double Precision, Inc. See COPYING for
dnl distribution information.
-AC_INIT(makedat, 0.60, [courier-users@lists.sourceforge.net])
+AC_INIT([makedat],[0.60],[courier-users@lists.sourceforge.net])
>confdefs.h # Kill PACKAGE_ macros
@@ -15,14 +15,12 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_CC
-AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PATH_PROGS(PERL, perl5 perl, perl, $LPATH)
AC_SUBST(PERL)
AC_PATH_PROGS(CAT, cat, cat)
-AC_LIBTOOL_DLOPEN
-AM_PROG_LIBTOOL
+LT_INIT
AC_SYS_LARGEFILE
if test x$GCC = xyes
@@ -55,7 +53,7 @@ AC_SUBST(makedatprog_target)
AC_SUBST(dblibrary)
dnl Checks for header files.
-AC_HEADER_STDC
+
AC_CHECK_HEADERS(unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
@@ -67,4 +65,5 @@ AC_ARG_WITH(makedatprog,[ --with-makedatprog=filename Installed location an
makedatprogpath="$makedatprog"
AC_SUBST(makedatprogpath)
-AC_OUTPUT(Makefile makedat)
+AC_CONFIG_FILES([Makefile makedat])
+AC_OUTPUT