zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: cope with autoconf change
@ 2006-05-27 14:18 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-05-27 14:18 UTC (permalink / raw)
  To: zsh-workers

Something changed in autoconf CVS, and now datadir is set to
${datarootdir} by default, which means the build breaks if this isn't
there.

Index: Config/defs.mk.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Config/defs.mk.in,v
retrieving revision 1.10
diff -u -r1.10 defs.mk.in
--- Config/defs.mk.in	20 Jul 2005 16:08:22 -0000	1.10
+++ Config/defs.mk.in	27 May 2006 14:14:44 -0000
@@ -40,6 +40,7 @@
 MODDIR          = $(libdir)/$(tzsh)/$(VERSION)
 infodir         = @infodir@
 mandir          = @mandir@
+datarootdir     = @datarootdir@
 datadir         = @datadir@
 fndir           = @fndir@
 sitefndir       = @sitefndir@


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-27 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-27 14:18 PATCH: cope with autoconf change Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).