/[mailutils]/mailutils/configure.ac
ViewVC logotype

Diff of /mailutils/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by polak, Sat Sep 27 10:47:25 2003 UTC revision 1.62 by gray, Mon Oct 6 13:08:31 2003 UTC
# Line 17  Line 17 
17  # Foundation, Inc.  # Foundation, Inc.
18  # 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  # 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19    
20  AC_INIT([GNU Mailutils], [0.3.2], [bug-mailutils@gnu.org], [mailutils])  AC_INIT([GNU Mailutils], [0.4], [bug-mailutils@gnu.org], [mailutils])
21  AC_CONFIG_SRCDIR([mailbox/mailbox.c])  AC_CONFIG_SRCDIR([mailbox/mailbox.c])
22  AC_CONFIG_AUX_DIR([scripts])  AC_CONFIG_AUX_DIR([scripts])
23  AC_CANONICAL_TARGET([])  AC_CANONICAL_TARGET([])
# Line 248  AC_MSG_RESULT($log_facility) Line 248  AC_MSG_RESULT($log_facility)
248  dnl Check for headers  dnl Check for headers
249  AC_HEADER_STDC  AC_HEADER_STDC
250  AC_HEADER_DIRENT  AC_HEADER_DIRENT
251  AC_CHECK_HEADERS(errno.h fcntl.h getopt.h inttypes.h libgen.h limits.h\  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\   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\   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)   termios.h termio.h sgtty.h utmp.h utmpx.h unistd.h)
# Line 340  MU_CHECK_FUNCS(fgetpwent strtok_r getlin Line 340  MU_CHECK_FUNCS(fgetpwent strtok_r getlin
340  ## Check for presence of utmp.h and utmp-related functions  ## Check for presence of utmp.h and utmp-related functions
341  MU_CHECK_UTMP  MU_CHECK_UTMP
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    
348  dnl Check for libraries  dnl Check for libraries
349  USE_INCLUDED_ARGP=  USE_INCLUDED_ARGP=
350  AC_ARG_WITH([included-argp],  AC_ARG_WITH([included-argp],

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26