diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-25 00:14:31 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-25 00:14:31 -0700 |
commit | f6ca84c095f29a92f5e651c7ec4f7abec7e5bc43 (patch) | |
tree | 0348c42a278c6327cf133ce5a70e2031b4568824 /INSTALL.BZR | |
parent | 577c4ec0579864e6e2e243e64cc6662c9fcc8bce (diff) | |
download | emacs-f6ca84c095f29a92f5e651c7ec4f7abec7e5bc43.tar.gz |
Remove some files that autoreconf can supply.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00863.html
* compile, config.guess, config.sub, depcomp, install-sh, missing:
Remove; autoreconf can supply them.
* Makefile.in (sync-from-gnulib): Don't sync config.sub,
config.guess, install-sh. Pass -i to autoreconf.
* autogen/update_autogen (genfiles): Add compile, config.guess,
config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
Discard non-error output from autoreconf in -q case.
* autogen/compile, autogen/config.guess, autogen/config.sub:
* autogen/depcomp, autogen/install-sh, autogen/missing: New files.
* autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
* autogen/README: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
* INSTALL.BZR, admin/make-tarball.txt: Add -i to autoreconf args.
* .bzrignore: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
Diffstat (limited to 'INSTALL.BZR')
-rw-r--r-- | INSTALL.BZR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.BZR b/INSTALL.BZR index 3859e3cd4fc..abb98fd796b 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -21,7 +21,7 @@ First, generate the `configure' script: $ ./autogen.sh -(or you can just run `autoreconf -I m4'). +(or you can just run `autoreconf -i -I m4'). You can then configure your build (use `./configure --help' to see options you can set): |