bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug failure when compiling outside the source dir


From: Jordi Mallach
Subject: bug failure when compiling outside the source dir
Date: Sun, 13 Oct 2002 18:40:39 +0200
User-agent: Mutt/1.4i

Hi,

I stumbled uppon another build issue. For Debian, we compile mailutils
in a "build" subdirectory. In this situation, mail.local was failing to
compile, as it didn't find getline.h. Adding mailbox to INCLUDES in the
corresponding Makefile.am fixed it for me. I think it's the correct
thing, as mail/Makefile.am also includes it, but someone should double
check.

diff -urN mailutils-20021007/mail.local/Makefile.am 
mailutils-20021007.new/mail.local/Makefile.am
--- mailutils-20021007/mail.local/Makefile.am   2002-10-07 00:18:32.000000000 
+0200
+++ mailutils-20021007.new/mail.local/Makefile.am       2002-10-13 
17:36:04.000000000 +0200
@@ -3,7 +3,7 @@
 # See file COPYING in the distribution root directory for copying conditions.
 
 AUTOMAKE_OPTIONS = ../lib/ansi2knr
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include 
-I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include 
-I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ -I${top_srcdir}/mailbox
 
 libexec_PROGRAMS = mail.local
 mail_local_SOURCES = main.c mailquota.c script.c mail.local.h

-- 
Jordi Mallach PĂ©rez  --  Debian developer     http://www.debian.org/
address@hidden     address@hidden     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

Attachment: pgpPqrjpMmGm8.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]