From b93a60572bbe6d9eba52249ff8aa8df8e24e6843 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Sat, 28 Sep 2024 12:36:22 +0200 Subject: [PATCH] Remove an obsolete macro. --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 0d32785..04ac657 100644 --- a/configure.ac +++ b/configure.ac @@ -18,18 +18,16 @@ # Process this file with autoconf to produce a configure script. # Yawn. -AC_INIT([mboxgrep], [0.7.13], [dspiljar@datatipp.se], [mboxgrep], [https://www.mboxgrep.org/]) +AC_INIT([mboxgrep],[0.7.13],[dspiljar@datatipp.se],[mboxgrep],[https://www.mboxgrep.org/]) #AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE([foreign]) AC_LANG([C]) -AC_CONFIG_HEADER([src/config.h]) +AC_CONFIG_HEADERS([src/config.h]) # Checks for programs. AC_PROG_CC AC_PROG_INSTALL -# Checks for standard (sp?) header files -AC_HEADER_STDC AC_HEADER_DIRENT # Checks for libraries.