libcody: Simplify configure [PR 98414, 98509]
authorNathan Sidwell <nathan@acm.org>
Mon, 11 Jan 2021 16:50:21 +0000 (08:50 -0800)
committerNathan Sidwell <nathan@acm.org>
Tue, 12 Jan 2021 18:32:27 +0000 (10:32 -0800)
commite2aa8a5f98286a9b2ab2e229d72d23fe8850f807
treee40df9c7c52d6e1a28202add1307db2b860d44e2
parent248feb2fa2c0dfc8950566010b30351879c9d057
libcody: Simplify configure [PR 98414, 98509]

Libcody's configurey was overly 'clever'.  That didn't play well with
GCC's structure.  This removes lots of that overengineering, using
libcpp as an example.

libcody/
* Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
check compiler name here.
* Makesub.in: Delete.
* build-aux/config.guess: Delete.
* build-aux/config.sub: Delete.
* build-aux/install-sh: Delete.
* dox.cfg.in: Delete.
* gdbinit.in: Delete.
* internal.hh (BuildNote): Delete.
* fatal.cc (BuildNote): Delete.
* config.m4: Remove unneeded fns.
* configure.ac: Remove unneccessary checks and configures.
* configure: Rebuilt.
* config.h.in: Rebuilt.
13 files changed:
libcody/Makefile.in
libcody/Makesub.in [deleted file]
libcody/build-aux/config.guess [deleted file]
libcody/build-aux/config.sub [deleted file]
libcody/build-aux/install-sh [deleted file]
libcody/config.h.in
libcody/config.m4
libcody/configure
libcody/configure.ac
libcody/dox.cfg.in [deleted file]
libcody/fatal.cc
libcody/gdbinit.in [deleted file]
libcody/internal.hh