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
12d6c725
...
12d6c72522de0e1a258f491418f7c6b93889a26f
authored
2001-07-20 05:28:41 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Nuke Trailing spaces.
1 parent
1e042612
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
configure.in
configure.in
View file @
12d6c72
...
...
@@ -12,7 +12,7 @@ AC_PROG_YACC
AM_PROG_LEX
MU_MAINTAINER_MODE
dnl Check for arguments
AC_ARG_ENABLE(pam,
[ --disable-pam disable pam],
...
...
@@ -46,7 +46,7 @@ AC_ARG_WITH(mail-rc,
*) SITE_MAIL_RC="\$(sysconfdir)/${withval}";;
esac],
[SITE_MAIL_RC="\$(sysconfdir)/mail.rc"])
AC_ARG_WITH(db2,
[ --with-db2 use Berkeley DB],
[case "${withval}" in
...
...
@@ -166,7 +166,7 @@ dnl Check for GNU Readline
AC_SUBST(READLINE_LIBS)
if test x"$usereadline" = x"yes"; then
AC_CHECK_LIB(readline, readline,
[AC_CHECK_HEADERS(readline/readline.h,
[AC_CHECK_HEADERS(readline/readline.h,
AC_DEFINE(WITH_READLINE))
READLINE_LIBS="-lcurses -lreadline"],
:,
...
...
@@ -188,7 +188,7 @@ if test x$GUILE_CONFIG != xno; then
GUILE_LIBS=`guile-config link`
# NOTE: uncomment this when debug_print clash is resolved.
# GUIMB=guimb
AC_SUBST(GUIMB)
AC_SUBST(GUIMB)
# MU_SCM=libmu_scm.a
AC_SUBST(MU_SCM)
fi
...
...
@@ -197,5 +197,5 @@ dnl Output Makefiles
AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
m4/Makefile doc/Makefile argp/Makefile lib/Makefile mailbox/Makefile
imap4d/Makefile mailbox/include/Makefile from/Makefile mail/Makefile
pop3d/Makefile frm/Makefile sieve/Makefile
pop3d/Makefile frm/Makefile sieve/Makefile
scripts/Makefile libmu_scm/Makefile guimb/Makefile)
...
...
Please
register
or
sign in
to post a comment