m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] refresh the build


From: Eric Blake
Subject: [PATCH 0/3] refresh the build
Date: Mon, 25 Jun 2012 22:34:06 -0600

It's been a while; I finally tried to build m4 on my F17 box,
and hit some immediate FTBFS issues.  I'm pushing the first
two patches now, but I'd like to see if automake can resolve
the back-compat issue with build-aux/missing before I update
to the latest gnulib [1], which will alter the third patch
slightly (as is, the third patch fails 'make syntax-check'
because breaking the symlink to patch the file means that we
pull in a file with looser licensing).  This is the version
for branch-1.4, but similar patches will be pushed to branch-1.6
and HEAD (2.0).

[1] https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00141.html

Eric Blake (3):
  build: deal with newer glibc vs. FORTIFY_SOURCE
  maint: update copyright year
  build: update to latest gnulib

 .gitignore           |    1 +
 AUTHORS              |    2 +-
 BACKLOG              |    2 +-
 ChangeLog            |   17 +++-
 HACKING              |    2 +-
 Makefile.am          |    2 +-
 NEWS                 |    2 +-
 README               |    2 +-
 THANKS               |    2 +-
 TODO                 |    2 +-
 acinclude.m4         |    2 +-
 bootstrap            |    2 +-
 build-aux/missing    |  219 +++++++++++++++++++++++++++++++++++++++++++++++++-
 c-boxes.el           |    2 +-
 cfg.mk               |    2 +-
 checks/Makefile.in   |    2 +-
 checks/check-them    |    2 +-
 checks/get-them      |    2 +-
 checks/stackovf.test |    2 +-
 configure.ac         |   11 ++-
 doc/Makefile.am      |    2 +-
 doc/m4.texinfo       |    2 +-
 examples/COPYING     |    2 +-
 examples/Makefile.am |    2 +-
 gnulib               |    2 +-
 lib/Makefile.am      |    2 +-
 m4/gnulib-cache.m4   |   25 ++++--
 src/Makefile.am      |    2 +-
 src/builtin.c        |    2 +-
 src/debug.c          |    2 +-
 src/eval.c           |    2 +-
 src/format.c         |    2 +-
 src/freeze.c         |    2 +-
 src/input.c          |    2 +-
 src/m4.c             |    2 +-
 src/m4.h             |    2 +-
 src/macro.c          |    2 +-
 src/output.c         |    2 +-
 src/path.c           |    2 +-
 src/symtab.c         |    2 +-
 tests/Makefile.am    |    2 +-
 41 files changed, 298 insertions(+), 47 deletions(-)
 mode change 120000 => 100755 build-aux/missing

-- 
1.7.10.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]