Reference: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13524>
Peter Rosin (1): preproc: add support for relative names in included fragments Stefano Lattarini (5): preproc: enhance and extend tests preproc: prefer '{D}' over '&{D}&' (and similarly for other substs) preproc: better (long) name for built-in '{...}' substitutions NEWS: improve wording about new {RELDIR} preproc support automake: fixups for read_am_file() and calling code NEWS | 11 +++ automake.in | 26 ++++-- doc/automake.texi | 20 +++++ t/list-of-tests.mk | 4 + t/preproc-basics.sh | 106 +++++++++++++++++++++++ t/preproc-c-compile.sh | 118 ++++++++++++++++++++++++++ t/preproc-demo.sh | 222 +++++++++++++++++++++++++++++++++++++++++++++++++ t/preproc-errmsg.sh | 75 +++++++++++++++++ 8 files changed, 576 insertions(+), 6 deletions(-) create mode 100755 t/preproc-basics.sh create mode 100755 t/preproc-c-compile.sh create mode 100755 t/preproc-demo.sh create mode 100755 t/preproc-errmsg.sh -- 1.8.1.1.473.g9a6c84e