summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
|
* * Makefile.in: Run autogen/copy_autogen if autogen.sh fails,Paul Eggert2012-09-17
| | | | | | | | | | to create 'configure'; problem reported by Andreas Schwab in <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>. * autogen.sh: Exit with status 1 when failing due to missing tools, reverting the 2012-09-10 change to this file. * autogen/copy_autogen: Fail if one of the subsidiary actions fail. Use 'cp -f' for the build-aux files, since the destinations are typically read-only.
* Improve robustness of 'make bootstrap'.Paul Eggert2012-09-09
| | | | | | | | | | | | | | | | | 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
* Set a minimum automake versionGlenn Morris2012-08-06
| | | | | * configure.ac: Require automake 1.11 (fairly arbitrarily). * autogen.sh (automake_min): Get it from configure.ac.
* Avoid needless autoheader after autogen.sh.Paul Eggert2012-08-01
| | | | | | * src/stamp-h.in: Remove from bzr repository; no longer needed there. * .bzrignore: Add it. * autogen.sh: Create it.
* Rename configure.in to configure.ac.Paul Eggert2012-07-08
| | | | Fixes: debbugs:11603
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
|
* Spelling fixes.Paul Eggert2011-12-04
|
* Make autogen.sh respect AUTOCONF etc.Glenn Morris2011-03-27
| | | | | * autogen.sh (get_version): Discard "not found" lines. (check_version): Respect $AUTOCONF etc environment variables.
* Remove some files that autoreconf can supply.Glenn Morris2011-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* copy_autogen tweaks.Glenn Morris2011-03-21
| | | | | | * autogen/copy_autogen: Work from ./ or ../. Fix time-stamps. * autogen.sh: Doc fix.
* (Re)move autotools generated files from the repository.Glenn Morris2011-03-20
| | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00225.html * autogen/: New directory, to be excluded from releases. * autogen/copy_autogen, autogen/update_autogen: New scripts. * autogen/README: New file. * autogen/aclocal.m4, autogen/config.in, autogen/configure: * autogen/Makefile.in: Add auto-updated generated files. * autogen.sh: No longer a no-op, now it tests for autotools and runs them as necessary. * configure.in: Defaule maintainer-mode to on. * aclocal.m4, configure, lib/Makefile.in: Remove files. * src/config.in: Remove file. * INSTALL.BZR, admin/make-tarball.txt: Update instructions.
* Nuke arch-tags.Glenn Morris2011-01-15
|
* Restore executable bit omitted when undeleting files in ↵Chong Yidong2010-12-03
| | | | 2010-12-03T14:45:09Z!yamaoka@jpl.org.
* Restore files that I seem to have mistakenly deleted.Katsumi Yamaoka2010-12-03
|
* gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.Julien Danjou2010-12-03
|
* * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.Karl Fogel2009-12-27
| | | | * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
* Update filename in "please read" message.Thien-Thi Nguyen2004-04-24
|
* Add arch taglinesMiles Bader2003-09-01
|
* * autogen.sh: New file.Karl Fogel2002-11-20