X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Faclocal.m4;h=5d050cb3bd0e0f91633eb5054b36d142d69d48e7;hb=4fcd97eb159fbfdf2b6576762821900345f510b3;hp=f33e0c6218dc5ec05792737189e4ea846b1c762e;hpb=46a100497fa66128ee8dd7759b5455705cabd8d9;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 index f33e0c6218..5d050cb3bd 100644 --- a/libiberty/aclocal.m4 +++ b/libiberty/aclocal.m4 @@ -1,6 +1,7 @@ -sinclude(../config/accross.m4) sinclude(../config/acx.m4) sinclude(../config/no-executables.m4) +sinclude(../config/override.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 @@ -120,15 +121,6 @@ if test $libiberty_cv_decl_needed_$1 = yes; then fi ])dnl -# Work around a bug in autoheader. This can go away when we switch to -# autoconf >2.50. The use of define instead of AC_DEFUN is -# deliberate. -define(AC_DEFINE_NOAUTOHEADER, -[cat >> confdefs.h <<\EOF -[#define] $1 ifelse($#, 2, [$2], $#, 3, [$2], 1) -EOF -]) - # We always want a C version of alloca() compiled into libiberty, # because native-compiler support for the real alloca is so !@#$% # unreliable that GCC has decided to use it only when being compiled