Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
47fef894
...
47fef89432ea9a293168b62285811d4c8dda4180
authored
2001-07-09 07:31:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
check for termios.h termio.h sgtty.h
Added MU_MAINTAINER_MODE.
1 parent
5edf5fe3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
configure.in
configure.in
View file @
47fef89
...
...
@@ -11,6 +11,8 @@ AM_PROG_LIBTOOL
AC_PROG_YACC
AM_PROG_LEX
MU_MAINTAINER_MODE
dnl Check for arguments
AC_ARG_ENABLE(pam,
[ --disable-pam disable pam],
...
...
@@ -67,8 +69,8 @@ AC_HEADER_STDC
AC_HEADER_DIRENT
AM_C_PROTOTYPES
AC_CHECK_HEADERS(argp.h errno.h fcntl.h inttypes.h libgen.h limits.h malloc.h \
paths.h shadow.h stdarg.h stdio.h stdlib.h string.h strings.h sys/file.h
syslog.h
\
unistd.h termios.h
)
paths.h shadow.h stdarg.h stdio.h stdlib.h string.h strings.h sys/file.h \
syslog.h termios.h termio.h sgtty.h unistd.h
)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
...
...
Please
register
or
sign in
to post a comment