Commit e1db594c e1db594cce2512790f08f5295bf6a05ce93640e6 by Sergey Poznyakoff

Autobuild setup.

* configure.ac: Add AB_INIT.
* gnulib.modules: Add autobuild.
1 parent 04ba133b
2008-08-18 Sergey Poznyakoff <gray@gnu.org.ua>
Autobuild setup.
* configure.ac: Add AB_INIT.
* gnulib.modules: Add autobuild.
Bugfixes.
* TODO: Update.
* imap4d/fetch.c: Prevent coredumps on inexpected end of statement
(e.g. `FETCH 1:* (uid')
* imap4d/imap4d.h (imap4d_select0): Update prototype.
* imap4d/select.c (imap4d_select0): Do not advertise actual
mailbox name with a NO response.
......
......@@ -25,6 +25,9 @@ AC_CONFIG_HEADERS([config.h])
AC_PREREQ(2.60)
dnl Autobuild stuff
AB_INIT
dnl Library versioning
AC_SUBST(VI_CURRENT, 3)
AC_SUBST(VI_REVISION, 2)
......
......@@ -7,6 +7,7 @@
# m4/inttostr.m4, is set in bootstrap.conf.
alloca
autobuild
argp
crypto/des
fnmatch
......
......@@ -60,6 +60,7 @@ fnmatch.c
fnmatch.h
fnmatch.in.h
fnmatch_loop.c
fseeko.c
fstatat.c
getcwd.c
getdelim.c
......@@ -84,6 +85,7 @@ libmailutils.la
libmuaux.la
localcharset.c
localcharset.h
lseek.c
lstat.c
lstat.h
malloc.c
......@@ -135,6 +137,7 @@ stdbool.h
stdbool.in.h
stdint.h
stdint.in.h
stdio-impl.h
stdio.h
stdio.in.h
stdlib.h
......
......@@ -3,6 +3,7 @@ Makefile.in
absolute-header.m4
alloca.m4
argp.m4
autobuild.m4
canonicalize-lgpl.m4
chdir-long.m4
chown.m4
......@@ -26,6 +27,7 @@ fcntl-safer.m4
fcntl_h.m4
float_h.m4
fnmatch.m4
fseeko.m4
getcwd-abort-bug.m4
getcwd-path-max.m4
getcwd.m4
......@@ -60,6 +62,7 @@ lib-prefix.m4
localcharset.m4
longdouble.m4
longlong.m4
lseek.m4
lstat.m4
malloc.m4
malloca.m4
......