Gnus development mailing list
 help / color / mirror / Atom feed
* Makefile bug.
@ 2001-05-16  6:46 Gaute B Strokkenes
  2001-05-16  9:41 ` Kai Großjohann
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Gaute B Strokkenes @ 2001-05-16  6:46 UTC (permalink / raw)



I'm not sure if this is the right place to report this, but when I did
a make install with CVS gnus as of a few minutes ago, make tried to
create a directory called /emacs and died.  If my analysis is correct
this is due to a missing datadir = @datadir@ in gnus/etc/Makefile.in


Additionally, the install target could not deal with a gnus configured
like this:

  $ ./configure --prefix=~/elisp/gnus

It worked when I changed it to

  $ ./configure --prefix=$HOME/elisp/gnus

I'm not certain if this is supposed to work or not, but I don't see
why it shouldn't.  The failure symptoms are mkinstalldirs silently
failing to create the necessary directories.

-- 
Big Gaute                               http://www.srcf.ucam.org/~gs234/
I'm having a MID-WEEK CRISIS!

Index: Makefile.in
===================================================================
RCS file: /usr/local/cvsroot/gnus/etc/Makefile.in,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.in
--- Makefile.in	2000/12/25 05:48:41	1.2
+++ Makefile.in	2001/05/16 06:43:26
@@ -1,3 +1,4 @@
+datadir = @datadir@
 infodir = @infodir@
 prefix = @prefix@
 srcdir = @srcdir@


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2001-05-17  8:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-16  6:46 Makefile bug Gaute B Strokkenes
2001-05-16  9:41 ` Kai Großjohann
2001-05-16  9:51   ` Peter Makholm
2001-05-16 10:09   ` Gaute B Strokkenes
2001-05-16 10:50     ` Kai Großjohann
2001-05-16 12:32       ` Denys Duchier
2001-05-16 13:11         ` Kai Großjohann
2001-05-16 15:18           ` Denys Duchier
2001-05-16 14:20         ` Gaute B Strokkenes
2001-05-16 15:03           ` Kai Großjohann
2001-05-17  0:19             ` Gaute B Strokkenes
2001-05-17  8:45               ` Kai Großjohann
2001-05-16 12:38       ` Michael.Cook
2001-05-16 14:27       ` Karl Kleinpaste
2001-05-16 15:07         ` Kai Großjohann
2001-05-16 16:34           ` Alexandre Oliva
2001-05-17  0:21             ` Gaute B Strokkenes
2001-05-16 18:55 ` Raja R Harinath
2001-05-17  8:45 ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).