Index: gdb/gnulib/aclocal.m4 |
diff --git a/bfd/aclocal.m4 b/gdb/gnulib/aclocal.m4 |
similarity index 93% |
copy from bfd/aclocal.m4 |
copy to gdb/gnulib/aclocal.m4 |
index d9e743e031f513075881f9a469be00d12a1f5cac..ead4506144b58cb66c6dc846c21270fad58e5897 100644 |
--- a/bfd/aclocal.m4 |
+++ b/gdb/gnulib/aclocal.m4 |
@@ -108,6 +108,29 @@ AC_PREREQ([2.50])dnl |
am_aux_dir=`cd $ac_aux_dir && pwd` |
]) |
+ |
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005 |
+# Free Software Foundation, Inc. |
+# |
+# This file is free software; the Free Software Foundation |
+# gives unlimited permission to copy and/or distribute it, |
+# with or without modifications, as long as this notice is preserved. |
+ |
+# serial 4 |
+ |
+# This was merged into AC_PROG_CC in Autoconf. |
+ |
+AU_DEFUN([AM_PROG_CC_STDC], |
+[AC_PROG_CC |
+AC_DIAGNOSE([obsolete], [$0: |
+ your code should no longer depend upon `am_cv_prog_cc_stdc', but upon |
+ `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when |
+ you adjust the code. You can also remove the above call to |
+ AC_PROG_CC if you already called it elsewhere.]) |
+am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc |
+]) |
+AU_DEFUN([fp_PROG_CC_STDC]) |
+ |
# AM_CONDITIONAL -*- Autoconf -*- |
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 |
@@ -566,6 +589,27 @@ if test x"${install_sh}" != xset; then |
fi |
AC_SUBST(install_sh)]) |
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc. |
+# |
+# This file is free software; the Free Software Foundation |
+# gives unlimited permission to copy and/or distribute it, |
+# with or without modifications, as long as this notice is preserved. |
+ |
+# serial 2 |
+ |
+# Check whether the underlying file-system supports filenames |
+# with a leading dot. For instance MS-DOS doesn't. |
+AC_DEFUN([AM_SET_LEADING_DOT], |
+[rm -rf .tst 2>/dev/null |
+mkdir .tst 2>/dev/null |
+if test -d .tst; then |
+ am__leading_dot=. |
+else |
+ am__leading_dot=_ |
+fi |
+rmdir .tst 2>/dev/null |
+AC_SUBST([am__leading_dot])]) |
+ |
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
# From Jim Meyering |
@@ -968,22 +1012,39 @@ AC_SUBST([am__tar]) |
AC_SUBST([am__untar]) |
]) # _AM_PROG_TAR |
-m4_include([../config/acx.m4]) |
-m4_include([../config/depstand.m4]) |
-m4_include([../config/gettext-sister.m4]) |
-m4_include([../config/largefile.m4]) |
-m4_include([../config/lead-dot.m4]) |
-m4_include([../config/nls.m4]) |
-m4_include([../config/override.m4]) |
-m4_include([../config/plugins.m4]) |
-m4_include([../config/po.m4]) |
-m4_include([../config/progtest.m4]) |
-m4_include([../config/stdint.m4]) |
-m4_include([../libtool.m4]) |
-m4_include([../ltoptions.m4]) |
-m4_include([../ltsugar.m4]) |
-m4_include([../ltversion.m4]) |
-m4_include([../lt~obsolete.m4]) |
-m4_include([bfd.m4]) |
-m4_include([warning.m4]) |
-m4_include([acinclude.m4]) |
+m4_include([import/m4/00gnulib.m4]) |
+m4_include([import/m4/alloca.m4]) |
+m4_include([import/m4/codeset.m4]) |
+m4_include([import/m4/configmake.m4]) |
+m4_include([import/m4/extensions.m4]) |
+m4_include([import/m4/fcntl-o.m4]) |
+m4_include([import/m4/fnmatch.m4]) |
+m4_include([import/m4/glibc21.m4]) |
+m4_include([import/m4/gnulib-common.m4]) |
+m4_include([import/m4/gnulib-comp.m4]) |
+m4_include([import/m4/include_next.m4]) |
+m4_include([import/m4/inttypes-pri.m4]) |
+m4_include([import/m4/inttypes.m4]) |
+m4_include([import/m4/localcharset.m4]) |
+m4_include([import/m4/locale-fr.m4]) |
+m4_include([import/m4/locale-ja.m4]) |
+m4_include([import/m4/locale-zh.m4]) |
+m4_include([import/m4/longlong.m4]) |
+m4_include([import/m4/mbrtowc.m4]) |
+m4_include([import/m4/mbsinit.m4]) |
+m4_include([import/m4/mbsrtowcs.m4]) |
+m4_include([import/m4/mbstate_t.m4]) |
+m4_include([import/m4/memchr.m4]) |
+m4_include([import/m4/memmem.m4]) |
+m4_include([import/m4/mmap-anon.m4]) |
+m4_include([import/m4/multiarch.m4]) |
+m4_include([import/m4/onceonly.m4]) |
+m4_include([import/m4/stdbool.m4]) |
+m4_include([import/m4/stddef_h.m4]) |
+m4_include([import/m4/stdint.m4]) |
+m4_include([import/m4/string_h.m4]) |
+m4_include([import/m4/warn-on-use.m4]) |
+m4_include([import/m4/wchar_h.m4]) |
+m4_include([import/m4/wchar_t.m4]) |
+m4_include([import/m4/wctype_h.m4]) |
+m4_include([import/m4/wint_t.m4]) |