Bumped version number to 0.1
Showing
1 changed file
with
20 additions
and
3 deletions
1 | dnl Process this file with autoconf to procude a configure script. | 1 | # Configuration for GNU mailutils - a suite of utilities for electronic mail |
2 | AC_INIT([GNU Mailutils], [0.0.9e], [bug-mailutils@gnu.org]) | 2 | # |
3 | # Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | ||
4 | # | ||
5 | # This program is free software; you can redistribute it and/or modify | ||
6 | # 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) | ||
8 | # any later version. | ||
9 | # | ||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | # GNU General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU General Public License | ||
16 | # along with this program; if not, write to the Free Software | ||
17 | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
18 | # | ||
19 | |||
20 | AC_INIT([GNU Mailutils], [0.1], [bug-mailutils@gnu.org]) | ||
3 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) | 21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) |
4 | AC_CANONICAL_TARGET([]) | 22 | AC_CANONICAL_TARGET([]) |
5 | AM_INIT_AUTOMAKE | 23 | AM_INIT_AUTOMAKE |
... | @@ -509,7 +527,6 @@ AC_CONFIG_FILES([Makefile mailutils.spec | ... | @@ -509,7 +527,6 @@ AC_CONFIG_FILES([Makefile mailutils.spec |
509 | comsat/Makefile | 527 | comsat/Makefile |
510 | mail.local/Makefile | 528 | mail.local/Makefile |
511 | mail.remote/Makefile | 529 | mail.remote/Makefile |
512 | mh/Makefile | ||
513 | dotlock/Makefile | 530 | dotlock/Makefile |
514 | ]) | 531 | ]) |
515 | AC_OUTPUT | 532 | AC_OUTPUT | ... | ... |
-
Please register or sign in to post a comment