From ce573ce2d8617929e00ec84d4d7e6d951617f759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 11 Jan 2005 01:08:34 +0000 Subject: Fix place of esmtprc config file: esmtprc should put in $sysconfdir, but it's always put in /etc (Sasajima). --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 09ebee6..5745d8d 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,8 @@ else AC_MSG_ERROR(libESMTP library not found) fi +AC_SUBST( sysconfdir ) + adl_FUNC_GETOPT_LONG AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3