Raised version number to 0.4
Showing
1 changed file
with
7 additions
and
2 deletions
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | # Foundation, Inc. | 17 | # Foundation, Inc. |
18 | # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | 19 | ||
20 | AC_INIT([GNU Mailutils], [0.3.2], [bug-mailutils@gnu.org], [mailutils]) | 20 | AC_INIT([GNU Mailutils], [0.4], [bug-mailutils@gnu.org], [mailutils]) |
21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) | 21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) |
22 | AC_CONFIG_AUX_DIR([scripts]) | 22 | AC_CONFIG_AUX_DIR([scripts]) |
23 | AC_CANONICAL_TARGET([]) | 23 | AC_CANONICAL_TARGET([]) |
... | @@ -248,7 +248,7 @@ AC_MSG_RESULT($log_facility) | ... | @@ -248,7 +248,7 @@ AC_MSG_RESULT($log_facility) |
248 | dnl Check for headers | 248 | dnl Check for headers |
249 | AC_HEADER_STDC | 249 | AC_HEADER_STDC |
250 | AC_HEADER_DIRENT | 250 | AC_HEADER_DIRENT |
251 | AC_CHECK_HEADERS(errno.h fcntl.h getopt.h inttypes.h libgen.h limits.h\ | 251 | AC_CHECK_HEADERS(errno.h fcntl.h inttypes.h libgen.h limits.h\ |
252 | malloc.h obstack.h paths.h shadow.h socket.h sys/socket.h stdarg.h stdio.h\ | 252 | malloc.h obstack.h paths.h shadow.h socket.h sys/socket.h stdarg.h stdio.h\ |
253 | stdlib.h string.h strings.h sys/file.h sysexits.h syslog.h termcap.h\ | 253 | stdlib.h string.h strings.h sys/file.h sysexits.h syslog.h termcap.h\ |
254 | termios.h termio.h sgtty.h utmp.h utmpx.h unistd.h) | 254 | termios.h termio.h sgtty.h utmp.h utmpx.h unistd.h) |
... | @@ -340,6 +340,11 @@ MU_CHECK_FUNCS(fgetpwent strtok_r getline strndup strnlen strchrnul) | ... | @@ -340,6 +340,11 @@ MU_CHECK_FUNCS(fgetpwent strtok_r getline strndup strnlen strchrnul) |
340 | ## Check for presence of utmp.h and utmp-related functions | 340 | ## Check for presence of utmp.h and utmp-related functions |
341 | MU_CHECK_UTMP | 341 | MU_CHECK_UTMP |
342 | 342 | ||
343 | AC_CHECK_HEADER([getopt.h], | ||
344 | AC_DEFINE(HAVE_GETOPT_H,1,[Define if the system has getopt.h]), | ||
345 | MU_HEADER(getopt.h)) | ||
346 | MU_REPLACE_GNU_GETOPT | ||
347 | |||
343 | dnl Check for libraries | 348 | dnl Check for libraries |
344 | USE_INCLUDED_ARGP= | 349 | USE_INCLUDED_ARGP= |
345 | AC_ARG_WITH([included-argp], | 350 | AC_ARG_WITH([included-argp], | ... | ... |
-
Please register or sign in to post a comment