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
525f259e
...
525f259ede41bf77bb1c564a6a64d093996ee0d9
authored
2003-06-07 19:54:30 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(AM_GNU_GETTEXT_VERSION): Bump to 0.12.1.
(INTLINCS): Added `-I../intl'.
1 parent
c84cc5d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
36 deletions
configure.ac
configure.ac
View file @
525f259
...
...
@@ -37,12 +37,12 @@ AM_PROG_LEX
dnl Internationalization macros.
AM_GNU_GETTEXT(no-libtool, need-ngettext)
AM_GNU_GETTEXT_VERSION(0.1
1.5
)
AM_GNU_GETTEXT_VERSION(0.1
2.1
)
AC_SUBST(INTLINCS)
if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then
AC_DEFINE(WITH_INCLUDED_LIBINTL,1,
[Define if the included libintl is used])
INTLINCS='-I${top_srcdir}/intl'
INTLINCS='-I
../intl -I
${top_srcdir}/intl'
fi
dnl Check for libraries
...
...
@@ -705,53 +705,61 @@ AC_SUBST(SIEVE_MODDIR)
SIEVE_MODDIR='$(libdir)/$(PACKAGE)'
dnl Output Makefiles
AC_CONFIG_FILES([Makefile mailutils.spec
include/Makefile include/mailutils/Makefile include/mailutils/gnu/Makefile
AC_CONFIG_FILES([Makefile
auth/Makefile
comsat/Makefile
doc/Makefile
doc/man/Makefile
doc/rfc/Makefile
doc/texinfo/Makefile
dotlock/Makefile
examples/Makefile
frm/Makefile
frm/testsuite/Makefile
from/Makefile
from/testsuite/Makefile
guimb/Makefile
guimb/scm/Makefile
imap4d/Makefile
imap4d/testsuite/Makefile
include/Makefile
include/mailutils/Makefile
include/mailutils/gnu/Makefile
intl/Makefile
lib/Makefile
lib/posix/Makefile
libmu_scm/Makefile
libsieve/Makefile
m4/Makefile
intl/Makefile po/Makefile.in
doc/Makefile doc/man/Makefile doc/rfc/Makefile doc/texinfo/Makefile
lib/Makefile lib/posix/Makefile
testsuite/Makefile
mail/Makefile
mail/testsuite/Makefile
mail.local/Makefile
mail.local/testsuite/Makefile
mail.remote/Makefile
mail.remote/testsuite/Makefile
mailbox/Makefile
mailbox/mbox/Makefile
mailbox/mh/Makefile
mailbox/maildir/Makefile
mailbox/pop/Makefile
mailbox/imap/Makefile
mailbox/testsuite/Makefile
examples/Makefile
auth/Makefile
mailbox/include/Makefile
libsieve/Makefile
imap4d/Makefile
imap4d/testsuite/Makefile
from/Makefile
from/testsuite/Makefile
mail/Makefile
mail/testsuite/Makefile
pop3d/Makefile
pop3d/testsuite/Makefile
frm/Makefile
frm/testsuite/Makefile
sieve/Makefile
sieve/testsuite/Makefile
mailbox/testsuite/Makefile
mailutils.spec
messages/Makefile
messages/testsuite/Makefile
mh/Makefile
po/Makefile.in
pop3d/Makefile
pop3d/testsuite/Makefile
readmsg/Makefile
readmsg/testsuite/Makefile
scripts/Makefile
scripts/guile-1.4/Makefile
scripts/guile-1.6/Makefile
libmu_scm/Makefile
guimb/Makefile
guimb/scm/Makefile
readmsg/Makefile
readmsg/testsuite/Makefile
comsat/Makefile
mail.local/Makefile
mail.local/testsuite/Makefile
mail.remote/Makefile
mail.remote/testsuite/Makefile
dotlock/Makefile
mh/Makefile
sieve/Makefile
sieve/testsuite/Makefile
testsuite/Makefile
])
AC_OUTPUT
...
...
Please
register
or
sign in
to post a comment