diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-06-14 08:17:50 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-06-14 08:17:50 +0000 |
commit | a104c397e762939248436df5128bf6d6a6f04edc (patch) | |
tree | 2f00d5946b4f17160d50e6763ada3440fb4e2d86 /libiberty/aclocal.m4 | |
parent | 2b58cd72465861cd3bf4fb7249da406326ed98bc (diff) | |
download | gdb-a104c397e762939248436df5128bf6d6a6f04edc.zip gdb-a104c397e762939248436df5128bf6d6a6f04edc.tar.gz gdb-a104c397e762939248436df5128bf6d6a6f04edc.tar.bz2 |
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* aclocal.m4: Include config/warnings.m4.
* configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
* configure: Regenerate.
Diffstat (limited to 'libiberty/aclocal.m4')
-rw-r--r-- | libiberty/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 index 0b49d03..643939e 100644 --- a/libiberty/aclocal.m4 +++ b/libiberty/aclocal.m4 @@ -1,5 +1,6 @@ sinclude(../config/acx.m4) sinclude(../config/no-executables.m4) +sinclude(../config/warnings.m4) dnl See whether strncmp reads past the end of its string parameters. dnl On some versions of SunOS4 at least, strncmp reads a word at a time |