aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-24 10:45:45 -0600
committerTom Tromey <tromey@redhat.com>2013-11-08 12:29:26 -0700
commit3266f10be2daf35319101f299ae988aa2bbd5297 (patch)
treee630e7c209a981097d1398996f40518cdf55810f /gdb/configure.ac
parentdb0fec5c4881dc2e65eeba47cd574379c03a4cf4 (diff)
downloadgdb-3266f10be2daf35319101f299ae988aa2bbd5297.zip
gdb-3266f10be2daf35319101f299ae988aa2bbd5297.tar.gz
gdb-3266f10be2daf35319101f299ae988aa2bbd5297.tar.bz2
introduce common.m4
It has bothered me for a while that files in common/ use macros defined via autoconf checks, but rely on each configure.ac doing the proper checks independently. This patch introduces common/common.m4 which consolidates the checks assumed by code in common. The rule I propose is that if something is needed or used by common, it should be checked for by common.m4. However, if the check is also needed by gdb or gdbserver, then it should be duplicated there. Built and regtested on x86-64 Fedora 18 (though this is hardly the most strenuous case) and using the Fedora 18 mingw cross compilers. I also examined the config.in diffs to ensure that symbols did not go missing. 2013-11-08 Tom Tromey <tromey@redhat.com> * acinclude.m4: Include common.m4. * common/common.m4: New file. * configure, config.in: Rebuild. * configure.ac: Use GDB_AC_COMMON. 2013-11-08 Tom Tromey <tromey@redhat.com> * acinclude.m4: Include common.m4, codeset.m4. * configure, config.in: Rebuild. * configure.ac: Use GDB_AC_COMMON.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index e5984df..3558d6a 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1168,6 +1168,7 @@ AC_CHECK_FUNCS([canonicalize_file_name realpath getrusage getuid getgid \
setrlimit getrlimit posix_madvise waitpid lstat \
fdwalk pipe2 ptrace64])
AM_LANGINFO_CODESET
+GDB_AC_COMMON
# Check the return and argument types of ptrace. No canned test for
# this, so roll our own.