Skip Menu |
 

To: krb5-bugs@MIT.EDU
Subject: Autoconf 2.60 datarootdir issue
Date: Fri, 30 Jun 2006 01:51:26 -0400 (EDT)
From: hartmans@MIT.EDU (Sam Hartman)


AUtoconf 2.60 introduces datarootdir. It's not clear that we support it correctly.
At least it gives warnings about our code.

--Sam
From: Russ Allbery <rra@stanford.edu>
To: rt@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #3965] Autoconf 2.60 datarootdir issue
Date: Fri, 30 Jun 2006 09:14:56 -0700
RT-Send-Cc:
Sam Hartman via RT <rt-comment@krbdev.mit.edu> writes:

Show quoted text
> AUtoconf 2.60 introduces datarootdir. It's not clear that we support it
> correctly. At least it gives warnings about our code.

Autoconf will do the right thing if you don't include the datarootdir
variable in version 2.60, although it may not in future versions. Anyway,
here's the patch; sorry, I forgot about that when the Makefiles were being
fixed.

Index: config/pre.in
===================================================================
--- config/pre.in (revision 18288)
+++ config/pre.in (working copy)
@@ -194,6 +194,7 @@
INSTALL_PREFIX=$(prefix)
INSTALL_EXEC_PREFIX=@exec_prefix@
exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
SHLIB_TAIL_COMP=@SHLIB_TAIL_COMP@

datadir = @datadir@

--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
commit gate failed; updating manually

From: rra@MIT.EDU
Subject: svn rev #18444: trunk/src/config/
To: cvs-krb5@MIT.EDU
Date: Tue, 15 Aug 2006 18:49:57 -0400 (EDT)
Reply-To: krbdev@MIT.EDU

Commit By: rra
Log Message:
Ticket: 3965
Component: krb5-build
Version_Reported: 1.5
Tags: pullup
Target_Version: 1.5.1

Set datarootdir in each Makefile to make Autoconf 2.60 happier.



Changed Files:
U trunk/src/config/pre.in
From: tlyu@mit.edu
Subject: SVN Commit
pull up r18444 from trunk

r18444@cathode-dark-space: rra | 2006-08-15 18:49:57 -0400
Ticket: 3965
Component: krb5-build
Version_Reported: 1.5
Tags: pullup
Target_Version: 1.5.1

Set datarootdir in each Makefile to make Autoconf 2.60 happier.



Commit By: tlyu



Revision: 18737
Changed Files:
_U branches/krb5-1-5/
U branches/krb5-1-5/src/config/pre.in