summaryrefslogtreecommitdiffstats
path: root/libhmac/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 /libhmac/configure.ac
parent1ce81fa6af52651628a0bffcd8b15fdb459901a5 (diff)
downloadcourier-libs-83e37efc8ed785cd095eb585ff747e5702ec49b3.tar.bz2
gcc 12, autotool updates, sqwebmail fixes.
Diffstat (limited to 'libhmac/configure.ac')
-rw-r--r--libhmac/configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/libhmac/configure.ac b/libhmac/configure.ac
index 9427c3f..9b46b9e 100644
--- a/libhmac/configure.ac
+++ b/libhmac/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright 1998 - 2001 Double Precision, Inc. See COPYING for
dnl distribution information.
-AC_INIT(libhmac, 1.00, [courier-users@lists.sourceforge.net])
+AC_INIT([libhmac],[1.00],[courier-users@lists.sourceforge.net])
>confdefs.h # Kill PACKAGE_ macros
@@ -20,8 +20,7 @@ AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
-AC_PROG_CC_C99
-AC_PROG_LIBTOOL
+LT_INIT
if test "$GCC" = yes
then
@@ -33,7 +32,6 @@ CPPFLAGS="$CPPFLAGS -I$srcdir/.. -I.."
dnl Checks for libraries.
dnl Checks for header files.
-AC_HEADER_STDC
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -69,4 +67,5 @@ AC_SUBST(TESTPROGS)
AC_DEFINE_UNQUOTED(HMAC_LIST,$hmac_list,
[ Dynamically-generated list of installed HMAC hash functions ])
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT