Nuke Trailing spaces.
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -12,7 +12,7 @@ AC_PROG_YACC | ... | @@ -12,7 +12,7 @@ AC_PROG_YACC |
12 | AM_PROG_LEX | 12 | AM_PROG_LEX |
13 | 13 | ||
14 | MU_MAINTAINER_MODE | 14 | MU_MAINTAINER_MODE |
15 | 15 | ||
16 | dnl Check for arguments | 16 | dnl Check for arguments |
17 | AC_ARG_ENABLE(pam, | 17 | AC_ARG_ENABLE(pam, |
18 | [ --disable-pam disable pam], | 18 | [ --disable-pam disable pam], |
... | @@ -46,7 +46,7 @@ AC_ARG_WITH(mail-rc, | ... | @@ -46,7 +46,7 @@ AC_ARG_WITH(mail-rc, |
46 | *) SITE_MAIL_RC="\$(sysconfdir)/${withval}";; | 46 | *) SITE_MAIL_RC="\$(sysconfdir)/${withval}";; |
47 | esac], | 47 | esac], |
48 | [SITE_MAIL_RC="\$(sysconfdir)/mail.rc"]) | 48 | [SITE_MAIL_RC="\$(sysconfdir)/mail.rc"]) |
49 | 49 | ||
50 | AC_ARG_WITH(db2, | 50 | AC_ARG_WITH(db2, |
51 | [ --with-db2 use Berkeley DB], | 51 | [ --with-db2 use Berkeley DB], |
52 | [case "${withval}" in | 52 | [case "${withval}" in |
... | @@ -166,7 +166,7 @@ dnl Check for GNU Readline | ... | @@ -166,7 +166,7 @@ dnl Check for GNU Readline |
166 | AC_SUBST(READLINE_LIBS) | 166 | AC_SUBST(READLINE_LIBS) |
167 | if test x"$usereadline" = x"yes"; then | 167 | if test x"$usereadline" = x"yes"; then |
168 | AC_CHECK_LIB(readline, readline, | 168 | AC_CHECK_LIB(readline, readline, |
169 | [AC_CHECK_HEADERS(readline/readline.h, | 169 | [AC_CHECK_HEADERS(readline/readline.h, |
170 | AC_DEFINE(WITH_READLINE)) | 170 | AC_DEFINE(WITH_READLINE)) |
171 | READLINE_LIBS="-lcurses -lreadline"], | 171 | READLINE_LIBS="-lcurses -lreadline"], |
172 | :, | 172 | :, |
... | @@ -188,7 +188,7 @@ if test x$GUILE_CONFIG != xno; then | ... | @@ -188,7 +188,7 @@ if test x$GUILE_CONFIG != xno; then |
188 | GUILE_LIBS=`guile-config link` | 188 | GUILE_LIBS=`guile-config link` |
189 | # NOTE: uncomment this when debug_print clash is resolved. | 189 | # NOTE: uncomment this when debug_print clash is resolved. |
190 | # GUIMB=guimb | 190 | # GUIMB=guimb |
191 | AC_SUBST(GUIMB) | 191 | AC_SUBST(GUIMB) |
192 | # MU_SCM=libmu_scm.a | 192 | # MU_SCM=libmu_scm.a |
193 | AC_SUBST(MU_SCM) | 193 | AC_SUBST(MU_SCM) |
194 | fi | 194 | fi |
... | @@ -197,5 +197,5 @@ dnl Output Makefiles | ... | @@ -197,5 +197,5 @@ dnl Output Makefiles |
197 | AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile | 197 | AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile |
198 | m4/Makefile doc/Makefile argp/Makefile lib/Makefile mailbox/Makefile | 198 | m4/Makefile doc/Makefile argp/Makefile lib/Makefile mailbox/Makefile |
199 | imap4d/Makefile mailbox/include/Makefile from/Makefile mail/Makefile | 199 | imap4d/Makefile mailbox/include/Makefile from/Makefile mail/Makefile |
200 | pop3d/Makefile frm/Makefile sieve/Makefile | 200 | pop3d/Makefile frm/Makefile sieve/Makefile |
201 | scripts/Makefile libmu_scm/Makefile guimb/Makefile) | 201 | scripts/Makefile libmu_scm/Makefile guimb/Makefile) | ... | ... |
-
Please register or sign in to post a comment