aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3fee77f..fed6b21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([mockmta],[1.0],[gray@gnu.org.ua])
+AC_INIT([mockmta],[1.0],[gray@gnu.org.ua],[],[https://puszcza.gnu.org.ua/projects/mockmta])
AC_CONFIG_SRCDIR(mockmta.c)
AM_INIT_AUTOMAKE([1.15 foreign tar-ustar])
AC_USE_SYSTEM_EXTENSIONS
@@ -8,6 +8,7 @@ AC_PROG_CC_C99
if test "$ac_cv_prog_cc_c99" = no; then
AC_MSG_ERROR([A C99 compiler is required])
fi
+AC_CHECK_HEADERS([paths.h])
AC_CHECK_LIB(rt, clock_gettime)
AX_PTHREAD([],
[AC_MSG_ERROR([POSIX threads support is required, but not available])])
@@ -32,6 +33,6 @@ fi
AC_SUBST([LIBGNUTLS_CFLAGS])
AC_SUBST([LIBGNUTLS_LIBS])
-
+
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.