Commit c03d9519 c03d9519d3671473db16d8355fc1150261be5a09 by Sergey Poznyakoff

Bumped version number to 0.1

1 parent 250a70d5
dnl Process this file with autoconf to procude a configure script.
AC_INIT([GNU Mailutils], [0.0.9e], [bug-mailutils@gnu.org])
# Configuration for GNU mailutils - a suite of utilities for electronic mail
#
# Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
AC_INIT([GNU Mailutils], [0.1], [bug-mailutils@gnu.org])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE
......@@ -509,7 +527,6 @@ AC_CONFIG_FILES([Makefile mailutils.spec
comsat/Makefile
mail.local/Makefile
mail.remote/Makefile
mh/Makefile
dotlock/Makefile
])
AC_OUTPUT
......