Autobuild setup.
* configure.ac: Add AB_INIT. * gnulib.modules: Add autobuild.
Showing
5 changed files
with
15 additions
and
0 deletions
1 | 2008-08-18 Sergey Poznyakoff <gray@gnu.org.ua> | 1 | 2008-08-18 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 2 | ||
3 | Autobuild setup. | ||
4 | * configure.ac: Add AB_INIT. | ||
5 | * gnulib.modules: Add autobuild. | ||
6 | |||
3 | Bugfixes. | 7 | Bugfixes. |
4 | * TODO: Update. | 8 | * TODO: Update. |
5 | * imap4d/fetch.c: Prevent coredumps on inexpected end of statement | 9 | * imap4d/fetch.c: Prevent coredumps on inexpected end of statement |
6 | (e.g. `FETCH 1:* (uid') | 10 | (e.g. `FETCH 1:* (uid') |
11 | |||
7 | * imap4d/imap4d.h (imap4d_select0): Update prototype. | 12 | * imap4d/imap4d.h (imap4d_select0): Update prototype. |
8 | * imap4d/select.c (imap4d_select0): Do not advertise actual | 13 | * imap4d/select.c (imap4d_select0): Do not advertise actual |
9 | mailbox name with a NO response. | 14 | mailbox name with a NO response. | ... | ... |
... | @@ -25,6 +25,9 @@ AC_CONFIG_HEADERS([config.h]) | ... | @@ -25,6 +25,9 @@ AC_CONFIG_HEADERS([config.h]) |
25 | 25 | ||
26 | AC_PREREQ(2.60) | 26 | AC_PREREQ(2.60) |
27 | 27 | ||
28 | dnl Autobuild stuff | ||
29 | AB_INIT | ||
30 | |||
28 | dnl Library versioning | 31 | dnl Library versioning |
29 | AC_SUBST(VI_CURRENT, 3) | 32 | AC_SUBST(VI_CURRENT, 3) |
30 | AC_SUBST(VI_REVISION, 2) | 33 | AC_SUBST(VI_REVISION, 2) | ... | ... |
... | @@ -60,6 +60,7 @@ fnmatch.c | ... | @@ -60,6 +60,7 @@ fnmatch.c |
60 | fnmatch.h | 60 | fnmatch.h |
61 | fnmatch.in.h | 61 | fnmatch.in.h |
62 | fnmatch_loop.c | 62 | fnmatch_loop.c |
63 | fseeko.c | ||
63 | fstatat.c | 64 | fstatat.c |
64 | getcwd.c | 65 | getcwd.c |
65 | getdelim.c | 66 | getdelim.c |
... | @@ -84,6 +85,7 @@ libmailutils.la | ... | @@ -84,6 +85,7 @@ libmailutils.la |
84 | libmuaux.la | 85 | libmuaux.la |
85 | localcharset.c | 86 | localcharset.c |
86 | localcharset.h | 87 | localcharset.h |
88 | lseek.c | ||
87 | lstat.c | 89 | lstat.c |
88 | lstat.h | 90 | lstat.h |
89 | malloc.c | 91 | malloc.c |
... | @@ -135,6 +137,7 @@ stdbool.h | ... | @@ -135,6 +137,7 @@ stdbool.h |
135 | stdbool.in.h | 137 | stdbool.in.h |
136 | stdint.h | 138 | stdint.h |
137 | stdint.in.h | 139 | stdint.in.h |
140 | stdio-impl.h | ||
138 | stdio.h | 141 | stdio.h |
139 | stdio.in.h | 142 | stdio.in.h |
140 | stdlib.h | 143 | stdlib.h | ... | ... |
... | @@ -3,6 +3,7 @@ Makefile.in | ... | @@ -3,6 +3,7 @@ Makefile.in |
3 | absolute-header.m4 | 3 | absolute-header.m4 |
4 | alloca.m4 | 4 | alloca.m4 |
5 | argp.m4 | 5 | argp.m4 |
6 | autobuild.m4 | ||
6 | canonicalize-lgpl.m4 | 7 | canonicalize-lgpl.m4 |
7 | chdir-long.m4 | 8 | chdir-long.m4 |
8 | chown.m4 | 9 | chown.m4 |
... | @@ -26,6 +27,7 @@ fcntl-safer.m4 | ... | @@ -26,6 +27,7 @@ fcntl-safer.m4 |
26 | fcntl_h.m4 | 27 | fcntl_h.m4 |
27 | float_h.m4 | 28 | float_h.m4 |
28 | fnmatch.m4 | 29 | fnmatch.m4 |
30 | fseeko.m4 | ||
29 | getcwd-abort-bug.m4 | 31 | getcwd-abort-bug.m4 |
30 | getcwd-path-max.m4 | 32 | getcwd-path-max.m4 |
31 | getcwd.m4 | 33 | getcwd.m4 |
... | @@ -60,6 +62,7 @@ lib-prefix.m4 | ... | @@ -60,6 +62,7 @@ lib-prefix.m4 |
60 | localcharset.m4 | 62 | localcharset.m4 |
61 | longdouble.m4 | 63 | longdouble.m4 |
62 | longlong.m4 | 64 | longlong.m4 |
65 | lseek.m4 | ||
63 | lstat.m4 | 66 | lstat.m4 |
64 | malloc.m4 | 67 | malloc.m4 |
65 | malloca.m4 | 68 | malloca.m4 | ... | ... |
-
Please register or sign in to post a comment