Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: gdb/gnulib/aclocal.m4

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/gnulib/Makefile.in ('k') | gdb/gnulib/config.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*- 1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2 2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation 5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it, 6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved. 7 # with or without modifications, as long as this notice is preserved.
8 8
9 # This program is distributed in the hope that it will be useful, 9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 # absolute PATH. The drawback is that using absolute paths prevent a 101 # absolute PATH. The drawback is that using absolute paths prevent a
102 # configured tree to be moved without reconfiguration. 102 # configured tree to be moved without reconfiguration.
103 103
104 AC_DEFUN([AM_AUX_DIR_EXPAND], 104 AC_DEFUN([AM_AUX_DIR_EXPAND],
105 [dnl Rely on autoconf to set up CDPATH properly. 105 [dnl Rely on autoconf to set up CDPATH properly.
106 AC_PREREQ([2.50])dnl 106 AC_PREREQ([2.50])dnl
107 # expand $ac_aux_dir to an absolute path 107 # expand $ac_aux_dir to an absolute path
108 am_aux_dir=`cd $ac_aux_dir && pwd` 108 am_aux_dir=`cd $ac_aux_dir && pwd`
109 ]) 109 ])
110 110
111
112 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005
113 # Free Software Foundation, Inc.
114 #
115 # This file is free software; the Free Software Foundation
116 # gives unlimited permission to copy and/or distribute it,
117 # with or without modifications, as long as this notice is preserved.
118
119 # serial 4
120
121 # This was merged into AC_PROG_CC in Autoconf.
122
123 AU_DEFUN([AM_PROG_CC_STDC],
124 [AC_PROG_CC
125 AC_DIAGNOSE([obsolete], [$0:
126 your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
127 `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when
128 you adjust the code. You can also remove the above call to
129 AC_PROG_CC if you already called it elsewhere.])
130 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
131 ])
132 AU_DEFUN([fp_PROG_CC_STDC])
133
111 # AM_CONDITIONAL -*- Autoconf -*- 134 # AM_CONDITIONAL -*- Autoconf -*-
112 135
113 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 136 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
114 # Free Software Foundation, Inc. 137 # Free Software Foundation, Inc.
115 # 138 #
116 # This file is free software; the Free Software Foundation 139 # This file is free software; the Free Software Foundation
117 # gives unlimited permission to copy and/or distribute it, 140 # gives unlimited permission to copy and/or distribute it,
118 # with or without modifications, as long as this notice is preserved. 141 # with or without modifications, as long as this notice is preserved.
119 142
120 # serial 9 143 # serial 9
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 if test x"${install_sh}" != xset; then 582 if test x"${install_sh}" != xset; then
560 case $am_aux_dir in 583 case $am_aux_dir in
561 *\ * | *\ *) 584 *\ * | *\ *)
562 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 585 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
563 *) 586 *)
564 install_sh="\${SHELL} $am_aux_dir/install-sh" 587 install_sh="\${SHELL} $am_aux_dir/install-sh"
565 esac 588 esac
566 fi 589 fi
567 AC_SUBST(install_sh)]) 590 AC_SUBST(install_sh)])
568 591
592 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
593 #
594 # This file is free software; the Free Software Foundation
595 # gives unlimited permission to copy and/or distribute it,
596 # with or without modifications, as long as this notice is preserved.
597
598 # serial 2
599
600 # Check whether the underlying file-system supports filenames
601 # with a leading dot. For instance MS-DOS doesn't.
602 AC_DEFUN([AM_SET_LEADING_DOT],
603 [rm -rf .tst 2>/dev/null
604 mkdir .tst 2>/dev/null
605 if test -d .tst; then
606 am__leading_dot=.
607 else
608 am__leading_dot=_
609 fi
610 rmdir .tst 2>/dev/null
611 AC_SUBST([am__leading_dot])])
612
569 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 613 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
570 # From Jim Meyering 614 # From Jim Meyering
571 615
572 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 616 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
573 # Free Software Foundation, Inc. 617 # Free Software Foundation, Inc.
574 # 618 #
575 # This file is free software; the Free Software Foundation 619 # This file is free software; the Free Software Foundation
576 # gives unlimited permission to copy and/or distribute it, 620 # gives unlimited permission to copy and/or distribute it,
577 # with or without modifications, as long as this notice is preserved. 621 # with or without modifications, as long as this notice is preserved.
578 622
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 fi 1005 fi
962 done 1006 done
963 rm -rf conftest.dir 1007 rm -rf conftest.dir
964 1008
965 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) 1009 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
966 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) 1010 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
967 AC_SUBST([am__tar]) 1011 AC_SUBST([am__tar])
968 AC_SUBST([am__untar]) 1012 AC_SUBST([am__untar])
969 ]) # _AM_PROG_TAR 1013 ]) # _AM_PROG_TAR
970 1014
971 m4_include([../config/acx.m4]) 1015 m4_include([import/m4/00gnulib.m4])
972 m4_include([../config/depstand.m4]) 1016 m4_include([import/m4/alloca.m4])
973 m4_include([../config/gettext-sister.m4]) 1017 m4_include([import/m4/codeset.m4])
974 m4_include([../config/largefile.m4]) 1018 m4_include([import/m4/configmake.m4])
975 m4_include([../config/lead-dot.m4]) 1019 m4_include([import/m4/extensions.m4])
976 m4_include([../config/nls.m4]) 1020 m4_include([import/m4/fcntl-o.m4])
977 m4_include([../config/override.m4]) 1021 m4_include([import/m4/fnmatch.m4])
978 m4_include([../config/plugins.m4]) 1022 m4_include([import/m4/glibc21.m4])
979 m4_include([../config/po.m4]) 1023 m4_include([import/m4/gnulib-common.m4])
980 m4_include([../config/progtest.m4]) 1024 m4_include([import/m4/gnulib-comp.m4])
981 m4_include([../config/stdint.m4]) 1025 m4_include([import/m4/include_next.m4])
982 m4_include([../libtool.m4]) 1026 m4_include([import/m4/inttypes-pri.m4])
983 m4_include([../ltoptions.m4]) 1027 m4_include([import/m4/inttypes.m4])
984 m4_include([../ltsugar.m4]) 1028 m4_include([import/m4/localcharset.m4])
985 m4_include([../ltversion.m4]) 1029 m4_include([import/m4/locale-fr.m4])
986 m4_include([../lt~obsolete.m4]) 1030 m4_include([import/m4/locale-ja.m4])
987 m4_include([bfd.m4]) 1031 m4_include([import/m4/locale-zh.m4])
988 m4_include([warning.m4]) 1032 m4_include([import/m4/longlong.m4])
989 m4_include([acinclude.m4]) 1033 m4_include([import/m4/mbrtowc.m4])
1034 m4_include([import/m4/mbsinit.m4])
1035 m4_include([import/m4/mbsrtowcs.m4])
1036 m4_include([import/m4/mbstate_t.m4])
1037 m4_include([import/m4/memchr.m4])
1038 m4_include([import/m4/memmem.m4])
1039 m4_include([import/m4/mmap-anon.m4])
1040 m4_include([import/m4/multiarch.m4])
1041 m4_include([import/m4/onceonly.m4])
1042 m4_include([import/m4/stdbool.m4])
1043 m4_include([import/m4/stddef_h.m4])
1044 m4_include([import/m4/stdint.m4])
1045 m4_include([import/m4/string_h.m4])
1046 m4_include([import/m4/warn-on-use.m4])
1047 m4_include([import/m4/wchar_h.m4])
1048 m4_include([import/m4/wchar_t.m4])
1049 m4_include([import/m4/wctype_h.m4])
1050 m4_include([import/m4/wint_t.m4])
OLDNEW
« no previous file with comments | « gdb/gnulib/Makefile.in ('k') | gdb/gnulib/config.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698