Version 0.6
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License | ... | @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License |
16 | dnl 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 | dnl Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | dnl Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | 18 | ||
19 | AC_INIT([GNU Mailutils], [0.5.1], [bug-mailutils@gnu.org], [mailutils]) | 19 | AC_INIT([GNU Mailutils], [0.6], [bug-mailutils@gnu.org], [mailutils]) |
20 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) | 20 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) |
21 | AC_CONFIG_AUX_DIR([scripts]) | 21 | AC_CONFIG_AUX_DIR([scripts]) |
22 | AC_CANONICAL_TARGET([]) | 22 | AC_CANONICAL_TARGET([]) |
... | @@ -134,7 +134,7 @@ if test "x$WITH_GSSAPI" != "xno"; then | ... | @@ -134,7 +134,7 @@ if test "x$WITH_GSSAPI" != "xno"; then |
134 | fi | 134 | fi |
135 | fi | 135 | fi |
136 | 136 | ||
137 | MU_CHECK_GSASL(0.0.2, [ | 137 | MU_CHECK_GSASL(0.2.3, [ |
138 | AC_DEFINE(WITH_GSASL,1,[Define if mailutils is using GNU SASL]) | 138 | AC_DEFINE(WITH_GSASL,1,[Define if mailutils is using GNU SASL]) |
139 | AUTHLIBS="$AUTHLIBS $GSASL_LIBS" | 139 | AUTHLIBS="$AUTHLIBS $GSASL_LIBS" |
140 | IMAP_AUTHOBJS="$IMAP_AUTHOBJS auth_gsasl.o"]) | 140 | IMAP_AUTHOBJS="$IMAP_AUTHOBJS auth_gsasl.o"]) | ... | ... |
-
Please register or sign in to post a comment