From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31233 Path: main.gmane.org!not-for-mail From: Linus Nordberg Newsgroups: gmane.emacs.gnus.general Subject: Building gnus in separate directory Date: 27 May 2000 21:45:22 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167672 12885 80.91.224.250 (21 Oct 2002 02:34:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:34:32 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id AB9ECD051E for ; Sat, 27 May 2000 15:46:06 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB14346; Sat, 27 May 2000 14:45:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 27 May 2000 14:45:11 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA16418 for ; Sat, 27 May 2000 14:45:02 -0500 (CDT) Original-Received: from king.swox.se (king.swox.se [212.247.3.130]) by mailhost.sclp.com (Postfix) with ESMTP id 0E810D051E for ; Sat, 27 May 2000 15:45:24 -0400 (EDT) Original-Received: by king.swox.se (Postfix, from userid 1548) id C1CAD3187; Sat, 27 May 2000 21:45:22 +0200 (CEST) Original-To: ding@gnus.org Original-Lines: 47 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31233 Hi, When configuring gnus in other dir than the source dir, building texi/gnus fails because makeinfo can't find gnus-faq.texi, @include'd in gnus.texi. Couldn't we simply make a symlink into the build directory before building texi/gnus? --linus Index: configure.in =================================================================== RCS file: /usr/local/cvsroot/gnus/configure.in,v retrieving revision 5.1 diff -c -p -c -r5.1 configure.in *** configure.in 1998/08/29 17:42:59 5.1 --- configure.in 2000/05/26 19:38:15 *************** *** 1,6 **** --- 1,7 ---- AC_INIT(lisp/gnus.el) AC_SET_MAKE AC_PROG_INSTALL + AC_PROG_LN_S AM_PATH_LISPDIR AC_PATH_PROG(MAKEINFO, makeinfo, no) AC_OUTPUT(Makefile lisp/Makefile texi/Makefile) Index: Makefile.in =================================================================== RCS file: /usr/local/cvsroot/gnus/texi/Makefile.in,v retrieving revision 5.9 diff -c -p -c -r5.9 Makefile.in *** Makefile.in 2000/05/01 12:21:43 5.9 --- Makefile.in 2000/05/26 19:40:39 *************** INSTALL = @INSTALL@ *** 19,24 **** --- 19,27 ---- INSTALL_DATA = @INSTALL_DATA@ SHELL = /bin/sh PAPERTYPE=a4 + LN_S = @LN_S@ + #FIXME: Use LN_S to symlink $(srcdir)/gnus-faq.texi to build dir before + # making gnus. all: gnus message emacs-mime