summaryrefslogtreecommitdiff
path: root/libcody/config.h.in
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2021-01-11 08:50:21 -0800
committerNathan Sidwell <nathan@acm.org>2021-01-12 10:32:27 -0800
commite2aa8a5f98286a9b2ab2e229d72d23fe8850f807 (patch)
treee40df9c7c52d6e1a28202add1307db2b860d44e2 /libcody/config.h.in
parent248feb2fa2c0dfc8950566010b30351879c9d057 (diff)
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.
Diffstat (limited to 'libcody/config.h.in')
-rw-r--r--libcody/config.h.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/libcody/config.h.in b/libcody/config.h.in
index 85425472a16..6330033df2d 100644
--- a/libcody/config.h.in
+++ b/libcody/config.h.in
@@ -1,9 +1,6 @@
/* config.h.in. Generated from configure.ac by autoheader. */
-/* Bug reporting location */
-#undef BUGURL
-
-/* Enable checking */
+/* Define to 1 if you want more run-time sanity checks. */
#undef NMS_CHECKING
/* Define to the address where bug reports for this package should be sent. */