tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
238 stars 42 forks source link

lukem/build aux #63

Closed lukem closed 1 year ago

lukem commented 1 year ago

Various improvements:

  1. update config.rpath from gettext 0.21.1. previous copy was 17 years old
  2. rename config/ to system/ to reduce tab completion conflict with configure.
  3. fix installation of tcsh.man when building out of source
  4. use build-aux/ as the autoconf aux dir, so config.guess, config.rpath, config.sub, and install-sh can be moved moved to ./build-aux/, to reduce tab completion conflict with configure.
  5. manually move config.rpath (etc) from ./ to build-aux/ (because autopoint won't run nor do we want it to - see commit e3440c4), and then run autoreconf to update configure and aclocal.m4.