RT RT/krbdev.mit.edu: Ticket #1588 We need --enable-maintainer-mode Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
1588
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • krb5-build
Version_reported
Version_Fixed
  • 1.4
Target_Version
Tags
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Tue Jun 10 22:47:44 2003
Starts: Not set
Started: Fri Sep 26 20:16:27 2003
Last Contact: Fri Sep 26 20:16:29 2003
Due: Not set
Updated: Mon Nov 15 22:21:57 2004 by tlyu
 

 People  
Owner
 raeburn
Requestors
 hartmans@mit.edu
Cc
 
AdminCc
 
 

 More about Sam Hartman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Tue Jun 10 22:47:45 2003  hartmans - Ticket created    
     
To: krb5-bugs@mit.edu
Subject: We need --enable-maintainer-mode
Date: Tue, 10 Jun 2003 22:46:52 -0400 (EDT)
From: hartmans@MIT.EDU (Sam Hartman)


Many autoconf packages that support running autoconf automatically
default to not doing so and provide a --enable-maintainer-mode switch
to configure to enable this feature.

Krb5 should gain this functionality.  Without this functionality,it is
difficult to correctly store krb5 in a CVS repository or to apply
patches during an automated build process without breaking timestamps.



Download (untitled) 385b
      Fri Aug 29 18:47:16 2003  raeburn - Component krb5-build added    
      Fri Sep 26 20:04:03 2003  raeburn - Taken    
      Fri Sep 26 20:16:27 2003  raeburn - Status changed from new to open    
      Fri Sep 26 20:16:27 2003  raeburn - Correspondence added    
     
From: raeburn@mit.edu
Subject: CVS Commit

Add --enable-maintainer-mode option to configure, and prevent rebuilding of
include/krb5/autoconf.h.in and */configure if it's not enabled.  Anything else
we should only rebuild in maintainer mode?

* aclocal.m4 (KRB5_AC_MAINTAINER_MODE): New macro.
(CONFIG_RULES): Invoke it.
* config/post.in (configure): Make configure depend on configure.in and
aclocal.m4 only if maintainer mode is enabled.
* include/Makefile.in ($(srcdir)/krb5/autoconf.h.in): Depend on autoconf.stmp
only if maintainer mode is enabled.


To generate a diff of this commit:



	cvs diff -r5.416 -r5.417 krb5/src/ChangeLog
	cvs diff -r1.265 -r1.266 krb5/src/aclocal.m4
	cvs diff -r5.187 -r5.188 krb5/src/config/ChangeLog
	cvs diff -r1.50 -r1.51 krb5/src/config/post.in
	cvs diff -r1.391 -r1.392 krb5/src/include/ChangeLog
	cvs diff -r1.50 -r1.51 krb5/src/include/Makefile.in


Download (untitled) 847b
      Fri Oct  3 20:14:06 2003  raeburn - Status changed from open to resolved    
      Mon Nov 15 22:21:56 2004  tlyu - Version_Fixed 1.4 added