unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Changing configure.in and make-tarball.txt
@ 2003-09-12 23:05 Kim F. Storm
  2003-09-13 15:12 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Kim F. Storm @ 2003-09-12 23:05 UTC (permalink / raw)



I'm no expert on autoconf etc. but shouldn't item 4 in
make-tarball.txt recommend removing src/config.in before make
bootstrap (or perhaps to run autoheader manually)?

And shouldn't item 5 recommend to commit it?

I noticed this because I was looking for instructions for changing
configure.in, i.e. what files to regenerate (and how to do that) and
commit back to CVS.

I suppose (read: guess) the proper steps are:

        edit configure.in
        rm -f configure src/config.in config.status
        autoconf
        autoheader
        ./configure
        make bootstrap
        [test that it works]
        commit configure.in configure src/config.in

Maybe we could add such guidelines to admin/README.


-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: Changing configure.in and make-tarball.txt
  2003-09-12 23:05 Changing configure.in and make-tarball.txt Kim F. Storm
@ 2003-09-13 15:12 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2003-09-13 15:12 UTC (permalink / raw)
  Cc: emacs-devel

no-spam@cua.dk (Kim F. Storm) writes:

> I suppose (read: guess) the proper steps are:
>
>         edit configure.in
>         rm -f configure src/config.in config.status
>         autoconf
>         autoheader

That shouldn't be needed if you configure with --enable-maintainer-mode.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

end of thread, other threads:[~2003-09-13 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 23:05 Changing configure.in and make-tarball.txt Kim F. Storm
2003-09-13 15:12 ` Andreas Schwab

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

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).