* Please add AM_MAINTAINER_MODE to configure.in
@ 2007-01-04 13:22 Steinar H. Gunderson
2007-02-04 22:37 ` Neil Brown
0 siblings, 1 reply; 4+ messages in thread
From: Steinar H. Gunderson @ 2007-01-04 13:22 UTC (permalink / raw)
To: nfs
Hi,
Could you please add AM_MAINTAINER_MODE to configure.in? I'd like to set
--enable-maintainer-mode in the Debian packages (to prevent configure and
friends from being regenerated from possibly broken or incompatible autofoo),
but the macro needs to be in place in configure.in (which should probably be
renamed to configure.ac by now?) for the switch to exist.
/* Steinar */
--
Homepage: http://www.sesse.net/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Please add AM_MAINTAINER_MODE to configure.in
2007-01-04 13:22 Please add AM_MAINTAINER_MODE to configure.in Steinar H. Gunderson
@ 2007-02-04 22:37 ` Neil Brown
2007-02-04 23:45 ` Steinar H. Gunderson
2007-02-05 14:41 ` Kevin Coffman
0 siblings, 2 replies; 4+ messages in thread
From: Neil Brown @ 2007-02-04 22:37 UTC (permalink / raw)
To: Steinar H. Gunderson; +Cc: nfs
On Thursday January 4, sgunderson@bigfoot.com wrote:
> Hi,
>
> Could you please add AM_MAINTAINER_MODE to configure.in? I'd like to set
> --enable-maintainer-mode in the Debian packages (to prevent configure and
> friends from being regenerated from possibly broken or incompatible autofoo),
> but the macro needs to be in place in configure.in (which should probably be
> renamed to configure.ac by now?) for the switch to exist.
From my limited reading, --enable-maintainer-mode effective negates
the effect of putting AM_MAINTAINER_MODE in configure.in. So I'm
confused.
And there is a suggestion of that AM_MAINTAINER_MODE is a bad thing:
http://www.gnu.org/software/automake/manual/html_node/maintainer-mode.html
So I need more information before I know how to proceed.
NeilBrown
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Please add AM_MAINTAINER_MODE to configure.in
2007-02-04 22:37 ` Neil Brown
@ 2007-02-04 23:45 ` Steinar H. Gunderson
2007-02-05 14:41 ` Kevin Coffman
1 sibling, 0 replies; 4+ messages in thread
From: Steinar H. Gunderson @ 2007-02-04 23:45 UTC (permalink / raw)
To: Neil Brown; +Cc: nfs
On Mon, Feb 05, 2007 at 09:37:19AM +1100, Neil Brown wrote:
> From my limited reading, --enable-maintainer-mode effective negates
> the effect of putting AM_MAINTAINER_MODE in configure.in. So I'm
> confused.
AM_MAINTAINER_MODE simply puts the option in there. The default doesn't
change AFAICS.
> And there is a suggestion of that AM_MAINTAINER_MODE is a bad thing:
>
> http://www.gnu.org/software/automake/manual/html_node/maintainer-mode.html
>
> So I need more information before I know how to proceed.
It is primarily useful for packagers. I need to know that my package builds
the same regardless of what's on the system (except for dependencies, of
course) -- by default the builds break if the user has autoconf installed but
none of the other dependencies. (As most of our builds are done fully
automated, there's simply no such control, unless I go to great lengths to
annoy users.) --enable-maintainer-mode simply removes all the magic from the
build and gives the builder control -- which is useful for a distribution
packager, but perhaps less so for a developer.
/* Steinar */
--
Homepage: http://www.sesse.net/
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Please add AM_MAINTAINER_MODE to configure.in
2007-02-04 22:37 ` Neil Brown
2007-02-04 23:45 ` Steinar H. Gunderson
@ 2007-02-05 14:41 ` Kevin Coffman
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Coffman @ 2007-02-05 14:41 UTC (permalink / raw)
To: Neil Brown; +Cc: Steinar H. Gunderson, nfs
On 2/4/07, Neil Brown <neilb@suse.de> wrote:
> On Thursday January 4, sgunderson@bigfoot.com wrote:
> > Hi,
> >
> > Could you please add AM_MAINTAINER_MODE to configure.in? I'd like to set
> > --enable-maintainer-mode in the Debian packages (to prevent configure and
> > friends from being regenerated from possibly broken or incompatible autofoo),
> > but the macro needs to be in place in configure.in (which should probably be
> > renamed to configure.ac by now?) for the switch to exist.
>
> From my limited reading, --enable-maintainer-mode effective negates
> the effect of putting AM_MAINTAINER_MODE in configure.in. So I'm
> confused.
>
> And there is a suggestion of that AM_MAINTAINER_MODE is a bad thing:
>
> http://www.gnu.org/software/automake/manual/html_node/maintainer-mode.html
>
> So I need more information before I know how to proceed.
I've been working for a few weeks with this included. As a developer
actively making changes to Makefile.am, etc., I just configure with
--enable-maintainer-mode.
I've run into the timestamp problem in the past on machines with older
versions of autoconf where the makefile thinks that autoconf needs to
be re-run. That can be a pain.
K.C.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-02-05 14:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04 13:22 Please add AM_MAINTAINER_MODE to configure.in Steinar H. Gunderson
2007-02-04 22:37 ` Neil Brown
2007-02-04 23:45 ` Steinar H. Gunderson
2007-02-05 14:41 ` Kevin Coffman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox