- 05 Jun, 2014 2 commits
-
-
Dmitry Antipov authored
-
Paul Eggert authored
* INSTALL: Remove apparently unmaintained documentation about what --without-all exactly means.
-
- 16 May, 2014 1 commit
-
-
Paul Eggert authored
* INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * INSTALL.REPO: pkg-config is no longer required to build from the repository. * autogen.sh: Don't check for pkg-config. (progs): Remove pkg-config. (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH): Remove. All uses removed. * m4/pkg.m4: New file, built by admin/merge-pkg-config. * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us. (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug, as we use pkg.m4 from a newer pkg-config. * admin/merge-pkg-config: New script. * admin/notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4. * etc/NEWS: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * etc/PROBLEMS (Build-time-problems): Remove pkg-config problem that is no longer an issue. * nt/INSTALL: Remove no-longer-needed notes about pkg-config.
-
- 13 May, 2014 1 commit
-
-
Dmitry Antipov authored
* INSTALL: Mention it. * etc/PROBLEMS: Mention potential problems with --enable-link-time-optimization and clang on Fedora 20.
-
- 27 Mar, 2014 1 commit
-
-
Glenn Morris authored
Ref: http://debbugs.gnu.org/16717#45 If no-one objects, we can then start getting rid of some of the convoluted Makefile hacks that exist to support non-GNU makes. * configure.ac: Require GNU make. (HAVE_GNU_MAKE): Remove. * INSTALL, etc/NEWS, etc/PROBLEMS: Update for this change. * Makefile.in: Comment.
-
- 22 Mar, 2014 1 commit
-
-
Glenn Morris authored
The class of problems that this was designed to detect, namely .elc files getting corrupted by being passed around by email via uuencode or somesuch, has not been a relevant concern for many years. * lib-src/test-distrib.c, lib-src/testfile: Remove. * lib-src/Makefile.in (DONT_INSTALL): Remove test-distrib. (test-distrib${EXEEXT}): Remove rule. * make-dist: Do not distribute lib-src/testfile. * admin/quick-install-emacs (AVOID): Remove testfile and test-distrib. * INSTALL, etc/PROBLEMS, admin/notes/unicode: Remove references to test-distrib and testfile.
-
- 23 Jan, 2014 1 commit
-
-
Glenn Morris authored
and even http://lesstif.sourceforge.net/ recommends it over LessTif.
-
- 09 Jan, 2014 1 commit
-
-
Eric S. Raymond authored
-
- 08 Jan, 2014 1 commit
-
-
Eric S. Raymond authored
-
- 01 Jan, 2014 1 commit
-
-
Paul Eggert authored
-
- 16 Dec, 2013 1 commit
-
-
Paul Eggert authored
-
- 13 Dec, 2013 1 commit
-
-
Glenn Morris authored
* src/lread.c: (dump_path): Remove. (load-path-default): Remove `changed' argument. Do not set dump_path permanently. Simplify. (init_lread): Simplify. (syms_of_lread): Remove dump_path. * lisp/loadup.el (load-path): Warn if site-load or site-init changes it. No more need to reset it when bootstrapping. * doc/lispref/internals.texi (Building Emacs): * doc/lispref/loading.texi (Library Search): Mention that site-load, site-init cannot change load-path. * INSTALL: No longer mention load-path and site-init/site-load. * etc/NEWS: Mention this. Fixes: debbugs:16107
-
- 20 Sep, 2013 2 commits
-
-
Glenn Morris authored
-
Xue Fuqiao authored
-
- 29 Jul, 2013 2 commits
-
-
Michael Albinus authored
--without-file-notification to --without-all.
-
Xue Fuqiao authored
-
- 09 Jul, 2013 1 commit
-
-
Glenn Morris authored
Fixes: debbugs:14833
-
- 29 May, 2013 1 commit
-
-
Xue Fuqiao authored
-
- 06 Mar, 2013 1 commit
-
-
Paul Eggert authored
-
- 01 Jan, 2013 1 commit
-
-
Paul Eggert authored
-
- 10 Sep, 2012 1 commit
-
-
Paul Eggert authored
Run autogen.sh after bootstrap-clean, to avoid bzr pull issues. * INSTALL, README: Document autogen.sh. * Makefile.in (Makefile): Mark it as precious, since it's updated atomically. (MAKE_CONFIG_STATUS): New macro. (config.status, bootstrap): Use it. This causes 'make bootstrap' to run config.status with the --recheck option, which is more appropriate for a bootstrap. (bootstrap): Run autogen.sh right after cleaning. Don't worry about failures due to missing tools. * autogen.sh: Exit with status 101 when failing due to missing tools. * make-dist: Distribute autogen.sh. Fixes: debbugs:12376
-
- 08 Aug, 2012 1 commit
-
-
Dmitry Antipov authored
* configure.ac (--disable-features): Rename to --without-all. (OPTION_DEFAULT_ON): Change to use with_features. * INSTALL: Fix description. * etc/NEWS: Mention --without-all and --enable-link-time-optimization.
-
- 07 Aug, 2012 2 commits
-
-
Glenn Morris authored
-
Dmitry Antipov authored
(OPTION_DEFAULT_ON): Change to use enable_features. * INSTALL: Explain --disable-features.
-
- 06 Aug, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Aug, 2012 1 commit
-
-
Michael Albinus authored
-
- 31 Jul, 2012 2 commits
-
-
Glenn Morris authored
(in the massively pointless "Configuration By Hand" section)
-
Glenn Morris authored
-
- 09 Jul, 2012 1 commit
-
-
Paul Eggert authored
Fixes: debbugs:11603
-
- 28 Jun, 2012 1 commit
-
-
Dmitry Antipov authored
(CPPFLAGS): Remove conditional -DXASSERTS=1. Add --enable-link-time-optimization. * INSTALL: Mention this.
-
- 27 Jun, 2012 1 commit
-
-
Glenn Morris authored
* lisp/info.el (Info-default-directory-list): Move here from paths.el. * lisp/paths.el: Remove file, which is now empty. * lisp/loadup.el: No longer load "paths". * src/lisp.mk (lisp): Remove paths.elc. * lib-src/makefile.w32-in (lisp2): Remove paths.el. * INSTALL: Remove references to paths.el.
-
- 06 Jun, 2012 1 commit
-
-
Glenn Morris authored
* lib-src/vcdiff: Remove file. * lib-src/Makefile.in (SCRIPTS, STAMP_SCRIPTS): Remove vcdiff. (stamp-vcdiff): Remove. * INSTALL, make-dist: Remove vcdiff. * lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
-
- 03 Jun, 2012 1 commit
-
-
Glenn Morris authored
This script isn't used by Emacs, and I can't imagine anyone else is using it any more either... From the commentary: "This script is intended to be used to convert files with an old-Emacs-style version history for use with VC (the Emacs 19 version-control interface), which likes to use RCS as its back end." * lib-src/rcs-checkin: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS, STAMP_INST_SCRIPTS): Remove rcs-checkin. (stamp-rcs-checkin): Remove. * INSTALL, make-dist: Remove rcs-checkin. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin. * doc/man/rcs-checkin.1: Remove.
-
- 17 Apr, 2012 1 commit
-
-
Paul Eggert authored
-
- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 13 Nov, 2011 1 commit
-
-
Glenn Morris authored
-
- 28 Sep, 2011 1 commit
-
-
Eli Zaretskii authored
-
- 07 Jun, 2011 1 commit
-
-
Paul Eggert authored
* configure.in: Add --with-wide-int. * INSTALL: Mention this. [etc/ChangeLog] * NEWS: Mention new configure option --with-wide-int.
-
- 18 May, 2011 1 commit
-
-
Glenn Morris authored
* lib-src/fakemail.c: Remove file. * lib-src/Makefile.in (UTILITIES): Remove fakemail${EXEEXT}. (fakemail${EXEEXT}): Remove rule. * lib-src/makefile.w32-in ($(BLD)/fakemail.exe, fakemail) ($(BLD)/fakemail.$(O)): Remove. * lisp/mail/sendmail.el (sendmail-program): Fall back to just "sendmail". * lisp/mail/feedmail.el: Update commentary. * doc/emacs/ack.texi (Acknowledgments): Remove fakemail.c. * etc/NEWS: Mention this. * INSTALL: Remove fakemail.
-