all messages for Emacs-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.