12 Commits

Author SHA1 Message Date
G. Branden Robinson
c553cb57fc bootstrap: Resync with upstream. 2026-01-21 11:36:13 -06:00
G. Branden Robinson
18287e343e bootstrap: Resync with gnulib upstream. 2025-10-07 14:40:02 -05:00
G. Branden Robinson
e4eb6c519c bootstrap: Resync with gnulib upstream. 2025-01-02 07:37:18 -06:00
G. Branden Robinson
c415e26da9 bootstrap: Resync with gnulib upstream.
* bootstrap: Resync with gnulib upstream.  Thanks to Collin Funk for the
  suggestion.

* ANNOUNCE: Acknowledge Collin.
2024-07-16 07:27:23 -05:00
G. Branden Robinson
20051ef338 Fix Savannah #64058 (shebang line space myth).
* arch/djgpp/config.site:
* arch/misc/shdeps.sh:
* bootstrap:
* contrib/chem/chem.pl:
* contrib/eqn2graph/eqn2graph.sh:
* contrib/gdiffmk/tests/runtests.sh:
* contrib/glilypond/glilypond.pl:
* contrib/gperl/gperl.pl:
* contrib/gpinyin/gpinyin.pl:
* contrib/grap2graph/grap2graph.sh:
* contrib/pdfmark/pdfroff.sh:
* contrib/pic2graph/pic2graph.sh:
* font/devdvi/generate/CompileFonts:
* font/devps/generate/afmname:
* font/devps/generate/make-zapfdr:
* font/util/make-Rproto:
* gendef.sh:
* m4/groff.m4:
* mdate.pl:
* src/devices/grops/grops.1.man:
* src/devices/xditview/ad2c:
* src/libs/libgroff/config.charset:
* src/libs/libgroff/make-uniuni:
* src/preproc/eqn/neqn.sh:
* src/roff/nroff/nroff.sh:
* src/utils/afmtodit/make-afmtodit-tables:
* test-groff.in:
* tmac/hyphenex.pl: Stop endorsing shebang line space myth.  Fixes
  <https://savannah.gnu.org/bugs/?64058>.
2023-07-17 03:50:41 -05:00
Bertrand Garrigues
f55d8f4189 Update gnulib submodule
* gnulib now points on c8b8f3bbcde37a53cd226f4c9cebd0dde6aca37f

* bootstrap: merge the latest version from gnulib/build-aux (groff's
  bootstrap has a patch for OS x).

* bootstrap.conf: update copyright date.
2022-04-23 17:59:17 +02:00
Bertrand Garrigues
54f7ea974e Revert "Update copyright"
This reverts commit a2e955e07354c83939fabffebcf720d3333d1f6b.

Some files (COPYING, FDL, bootstrap) should not have been updated
2020-10-25 22:19:26 +01:00
Bertrand Garrigues
a2e955e073 Update copyright
Use gnulib's update-copyright script.

* src/roff/groff/groff.cpp: update the printf displayed when 'groff -v' is invoked.

* FOR-RELEASE: mention this point.
2020-10-25 01:54:21 +02:00
Bertrand Garrigues
2fb110eabc Update copyright (use gnulib's update-copyright script) 2018-07-03 00:22:35 +02:00
Bertrand Garrigues
33bb99f905 Fix build on MacOS X
See https://savannah.gnu.org/bugs/?49651
2017-10-04 23:23:39 +02:00
Bertrand Garrigues
70c3b9e27d * bootstrap: update with latest version from gnulib.
* gnulib: update the git submodule with latest version (commit
4084b3a1094372b960ce4a97634e08f4538c8bdd from gnulib).
2017-02-23 22:52:31 +01:00
Bertrand Garrigues
5fec19d453 Gnulib integration
Applied the following command:

  git submodule add git://git.sv.gnu.org/gnulib.git

This added gnulib in .git/index and created an empty `gnulib'
directory.  This directory contains all the gnulib code, but is not
distributed. gnulib m4 dir are now in `gnulib_m4', while gnulib .c
files are located in `lib'.  `gnulib_m4' and `lib' are generated and
distributed.

* .gitsubmodules: new file.
* src/libs/gnulib: removed.

Minimal Automake support.  Makefile in non-recursive style.

Removed old build system Makefile.*.  Removed various files that are
now generated by the bootstrap script: `configure',
`src/include/config.hin', various helper scripts (`config.guess',
`config.rpath' etc...) that are now installed by in `build-aux'.
Added the minimal code in Makefile.am to build the gnulib.

* Makefile.am: new file (moved and adapted from Makefile.in).
* acinclude.m4: new file (moved from aclocal.m4, which is now generated).
* INSTALL.extra: new file (moved from the original INSTALL file, which
  is now a symlink to gnulib/doc/INSTALL).
* THANKS, AUTHORS: new empty files.
* TESTS: new file to sum up the tests that were done for the Automake
  migration.
2015-01-27 23:13:13 +01:00