summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-24 10:22:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-24 10:22:02 +0000
commita0444b412a65a4949b40d993319384609109f0e3 (patch)
treed38965820d8f48b4b62bbf61b329d8679a8517b8
parent0db3dbbb2a75aee7d5c1660db49797afc3fd23dd (diff)
downloadmailutils-a0444b412a65a4949b40d993319384609109f0e3.tar.gz
mailutils-a0444b412a65a4949b40d993319384609109f0e3.tar.bz2
Added @INTLINCS@ and @LTLIBINTL@ where appropriate.
-rw-r--r--auth/Makefile.am2
-rw-r--r--comsat/Makefile.am4
-rw-r--r--dotlock/Makefile.am4
-rw-r--r--examples/Makefile.am2
-rw-r--r--frm/Makefile.am4
-rw-r--r--from/Makefile.am4
-rw-r--r--guimb/Makefile.am4
-rw-r--r--imap4d/Makefile.am4
-rw-r--r--libmu_scm/Makefile.am2
-rw-r--r--libsieve/Makefile.am2
-rw-r--r--mail.local/Makefile.am4
-rw-r--r--mail/Makefile.am4
-rw-r--r--mailbox/Makefile.am6
-rw-r--r--messages/Makefile.am4
-rw-r--r--mh/Makefile.am4
-rw-r--r--pop3d/Makefile.am6
-rw-r--r--readmsg/Makefile.am4
-rw-r--r--sieve/Makefile.am4
18 files changed, 34 insertions, 34 deletions
diff --git a/auth/Makefile.am b/auth/Makefile.am
index 54f6dbb85..dfbc1a16f 100644
--- a/auth/Makefile.am
+++ b/auth/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
lib_LTLIBRARIES = libmuauth.la
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 7e5f67f62..a2d95a893 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -2,10 +2,10 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
-comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 4b5f7e027..8efec4975 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -2,12 +2,12 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @INTLINCS@
bin_PROGRAMS = dotlock
#dotlock_SOURCES = dotlock.c
-dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
install-exec-hook:
for i in $(bin_PROGRAMS); do\
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f7be816d3..ee4fcb535 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -16,7 +16,7 @@ noinst_PROGRAMS = \
moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la
numaddr_la_SOURCES = numaddr.c
diff --git a/frm/Makefile.am b/frm/Makefile.am
index da51ff785..739956936 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -2,9 +2,9 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = frm
frm_SOURCES = frm.c
-frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/from/Makefile.am b/from/Makefile.am
index c81454c58..86804f45d 100644
--- a/from/Makefile.am
+++ b/from/Makefile.am
@@ -2,9 +2,9 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = from
-from_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+from_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index b0c5d2da1..acf8623a6 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -3,7 +3,7 @@
# See file COPYING in the distribution root directory for copying conditions.
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
- -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
+ -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS=scm
@@ -11,5 +11,5 @@ bin_PROGRAMS=@GUIMB@
EXTRA_PROGRAMS=guimb
guimb_SOURCES=main.c collect.c util.c guimb.h
guimb_LDADD = ../libmu_scm/libmu_scm.la ../mailbox/libmailbox.la \
- ../lib/libmailutils.la @GUILE_LIBS@
+ ../lib/libmailutils.la @GUILE_LIBS@ @LTLIBINTL@
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 3e3dfd1d4..e9cb9eedd 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -2,12 +2,12 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@ @INTLINCS@
SUBDIRS = testsuite
sbin_PROGRAMS = imap4d
-imap4d_LDADD = @AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la
+imap4d_LDADD = @AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@
imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \
commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \
imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index d087aebc0..2ed7b43f6 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @GUILE_INCLUDES@
+INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
lib_LTLIBRARIES=@MU_SCM@
EXTRA_LTLIBRARIES=libmu_scm.la
diff --git a/libsieve/Makefile.am b/libsieve/Makefile.am
index a3ce43df0..b73eefe57 100644
--- a/libsieve/Makefile.am
+++ b/libsieve/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@
YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap
AM_YFLAGS = -dtv
AM_CPPFLAGS = -DSIEVE_MODDIR=\"@SIEVE_MODDIR@\"
diff --git a/mail.local/Makefile.am b/mail.local/Makefile.am
index 88264f5a1..a02834f13 100644
--- a/mail.local/Makefile.am
+++ b/mail.local/Makefile.am
@@ -2,14 +2,14 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS = testsuite
libexec_PROGRAMS = mail.local
mail_local_SOURCES = main.c mailquota.c script.c mail.local.h
mail_local_LDADD = @LIBMU_SCM@ @GUILE_LIBS@ ../mailbox/libmailbox.la \
- @AUTHLIBS@ ../libsieve/libsieve.la ../lib/libmailutils.la
+ @AUTHLIBS@ ../libsieve/libsieve.la ../lib/libmailutils.la @LTLIBINTL@
install-exec-hook:
diff --git a/mail/Makefile.am b/mail/Makefile.am
index a54f5e335..c712c05af 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -3,13 +3,13 @@
# See file COPYING in the distribution root directory for copying conditions.
AM_YFLAGS=-vt
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
bin_PROGRAMS = mail
mail_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la \
- @READLINE_LIBS@
+ @READLINE_LIBS@ @LTLIBINTL@
EXTRA_DIST = msgset.c
diff --git a/mailbox/Makefile.am b/mailbox/Makefile.am
index 101570d29..5a4f01d18 100644
--- a/mailbox/Makefile.am
+++ b/mailbox/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I${top_srcdir}/include -I$(top_srcdir)/intl -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu
+INCLUDES = -I${top_srcdir}/include -I$(top_srcdir)/intl -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
SUBDIRS = include testsuite
@@ -86,9 +86,9 @@ url_smtp.c \
wicket.c
libmailbox_la_DEPENDENCIES = @MU_LTLIBOBJS@
-libmailbox_la_LIBADD = @MU_LTLIBOBJS@ @LIBINTL@
+libmailbox_la_LIBADD = @MU_LTLIBOBJS@ @LTLIBINTL@
libmailbox_la_LDFLAGS = -version-info 0:0:0
mailutils_config_SOURCES = mailutils-config.c
-mailutils_config_LDADD = ./libmailbox.la ../lib/libmailutils.la
+mailutils_config_LDADD = ./libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
mailutils_config_CFLAGS = -DCOMPILE_FLAGS="\"-I$(includedir)\"" -I$(top_srcdir)/intl -DLINK_FLAGS="\"-L$(libdir)\"" -DAUTHLIBS="\"$(MYSQLLIBS)\"" -DGUILE_LIBS="\"$(GUILE_LIBS)\""
diff --git a/messages/Makefile.am b/messages/Makefile.am
index c3e7790d1..7dcfa4899 100644
--- a/messages/Makefile.am
+++ b/messages/Makefile.am
@@ -2,9 +2,9 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = messages
-messages_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+messages_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/mh/Makefile.am b/mh/Makefile.am
index e279f3019..54c2c6e44 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -31,8 +31,8 @@ mhpath_SOURCES = mhpath.c
folder_SOURCES = folder.c
fmtcheck_SOURCES = fmtcheck.c
repl_SOURCES = repl.c
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
-mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@
+mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
scan_LDADD = $(mh_LIBS) @CURSES_LIBS@
inc_LDADD = $(mh_LIBS)
rmm_LDADD = $(mh_LIBS)
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index c15da760e..b0543a82f 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
sbin_PROGRAMS = pop3d
bin_PROGRAMS = @POPAUTH@
@@ -13,7 +13,7 @@ pop3d_SOURCES = apop.c auth.c capa.c dele.c extra.c pop3d.c pop3d.h \
list.c lock.c noop.c quit.c retr.c rset.c stat.c signal.c top.c uidl.c \
user.c
-pop3d_LDADD = ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la
+pop3d_LDADD = ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@
popauth_SOURCES = popauth.c
-popauth_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+popauth_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/readmsg/Makefile.am b/readmsg/Makefile.am
index 7a42926fd..389710233 100644
--- a/readmsg/Makefile.am
+++ b/readmsg/Makefile.am
@@ -2,10 +2,10 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = readmsg
readmsg_SOURCES = readmsg.c msglist.c readmsg.h
-readmsg_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+readmsg_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 9fa8b4fe2..edd870374 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -2,11 +2,11 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = sieve
sieve_SOURCES = sieve.c
-sieve_LDADD = ../libsieve/libsieve.la ../mailbox/libmailbox.la ../lib/libmailutils.la
+sieve_LDADD = ../libsieve/libsieve.la ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
sieve_LDFLAGS = -export-dynamic

Return to:

Send suggestions and report system problems to the System administrator.