aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-19 19:48:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-19 19:48:35 +0000
commit4a3ee4cee740ac1cda420bef0bb33662688e2f74 (patch)
tree9f22e63dd3ab0e9952b942a33c9b248ad4c6d391
parent246c8f01a79961423b23bd61650f66a72932d27e (diff)
downloadwydawca-4a3ee4cee740ac1cda420bef0bb33662688e2f74.tar.gz
wydawca-4a3ee4cee740ac1cda420bef0bb33662688e2f74.tar.bz2
* configure.ac: Use AM_GNU_MAILUTILS
* README-hacking: Note mailutils. git-svn-id: file:///svnroot/wydawca/trunk@322 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
-rw-r--r--ChangeLog5
-rw-r--r--README-hacking1
-rw-r--r--configure.ac10
3 files changed, 7 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f606a..1741f15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-19 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac: Use AM_GNU_MAILUTILS
+ * README-hacking: Note mailutils.
+
2007-09-23 Sergey Poznyakoff <gray@gnu.org.ua>
* src/verify.c: Add a fixme comment
diff --git a/README-hacking b/README-hacking
index a7e251e..19b957a 100644
--- a/README-hacking
+++ b/README-hacking
@@ -13,6 +13,7 @@ so please make sure that you have the latest stable version.
- Gnulib <http://www.gnu.org/software/gnulib/>
- Flex <http://flex.sourceforge.net/>
- M4 <http://www.gnu.org/software/m4/>
+- Mailutils <http://www.gnu.org/software/mailutils/>
- Subversion <http://subversion.tigris.org/>
- Texinfo <http://www.gnu.org/software/texinfo>
diff --git a/configure.ac b/configure.ac
index 2a9f89a..31750b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,15 +77,7 @@ fi
# **********************
status_mailutils=no
-AC_PATH_PROG(MU_CONFIG, mailutils-config, none, $PATH)
-if test "$MU_CONFIG" != "none"; then
- status_mailutils=yes
- AC_SUBST(MAILUTILS_VERSION, `$MU_CONFIG --info version|sed s/.*=//`)
- AC_SUBST(MAILUTILS_INCLUDES, `$MU_CONFIG --compile`)
- AC_SUBST(MAILUTILS_LIBS, `$MU_CONFIG --link mailer`)
-else
- AC_MSG_FAILURE([The requested library libmailutils is not found])
-fi
+AM_GNU_MAILUTILS(1.0, [mailer], [:])
# **********************
# MySQL

Return to:

Send suggestions and report system problems to the System administrator.