Commit 7c761556 7c7615568ee42e22db29caf9a02052bd60f7bde2 by Wojciech Polak

(AC_PREREQ): Bump to 2.59.

(AC_CONFIG_FILES): Added libsieve/extensions/Makefile.
1 parent dea4e5f6
1 # Configuration for GNU mailutils - a suite of utilities for electronic mail 1 dnl Configuration for GNU Mailutils -- a suite of utilities for electronic mail
2 # 2 dnl
3 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 3 dnl Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
4 # 4 dnl
5 # GNU Mailutils is free software; you can redistribute it and/or modify 5 dnl GNU Mailutils is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by 6 dnl it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option) 7 dnl the Free Software Foundation; either version 2, or (at your option)
8 # any later version. 8 dnl any later version.
9 # 9 dnl
10 # GNU Mailutils is distributed in the hope that it will be useful, 10 dnl GNU Mailutils is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details. 13 dnl GNU General Public License for more details.
14 # 14 dnl
15 # You should have received a copy of the GNU General Public License 15 dnl You should have received a copy of the GNU General Public License
16 # along with GNU Mailutils; if not, write to the Free Software 16 dnl along with GNU Mailutils; if not, write to the Free Software
17 # Foundation, Inc. 17 dnl Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 18
20 AC_INIT([GNU Mailutils], [0.4.1], [bug-mailutils@gnu.org], [mailutils]) 19 AC_INIT([GNU Mailutils], [0.4.1], [bug-mailutils@gnu.org], [mailutils])
21 AC_CONFIG_SRCDIR([mailbox/mailbox.c]) 20 AC_CONFIG_SRCDIR([mailbox/mailbox.c])
...@@ -24,7 +23,7 @@ AC_CANONICAL_TARGET([]) ...@@ -24,7 +23,7 @@ AC_CANONICAL_TARGET([])
24 AM_INIT_AUTOMAKE 23 AM_INIT_AUTOMAKE
25 AC_CONFIG_HEADERS([config.h]) 24 AC_CONFIG_HEADERS([config.h])
26 25
27 AC_PREREQ(2.54) 26 AC_PREREQ(2.59)
28 27
29 dnl Check for programs 28 dnl Check for programs
30 AC_PROG_CC 29 AC_PROG_CC
...@@ -744,6 +743,7 @@ AC_CONFIG_FILES([Makefile ...@@ -744,6 +743,7 @@ AC_CONFIG_FILES([Makefile
744 lib/Makefile 743 lib/Makefile
745 libmu_scm/Makefile 744 libmu_scm/Makefile
746 libsieve/Makefile 745 libsieve/Makefile
746 libsieve/extensions/Makefile
747 m4/Makefile 747 m4/Makefile
748 mail/Makefile 748 mail/Makefile
749 mail/testsuite/Makefile 749 mail/testsuite/Makefile
......