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

Side by Side Diff: gdb/testsuite/configure.ac

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/testsuite/configure ('k') | gdb/testsuite/dg-extract-results.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- Autoconf -*- 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script. 2 # Process this file with autoconf to produce a configure script.
3 3
4 # Copyright 2002-2005, 2009-2012 Free Software Foundation, Inc. 4 # Copyright 2002-2005, 2009-2012 Free Software Foundation, Inc.
5 # 5 #
6 # This program is free software; you can redistribute it and/or modify 6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or 8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version. 9 # (at your option) any later version.
10 # 10 #
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 AC_SUBST(RPATH_ENVVAR) 84 AC_SUBST(RPATH_ENVVAR)
85 85
86 AC_CHECK_HEADERS(pthread.h) 86 AC_CHECK_HEADERS(pthread.h)
87 87
88 AC_EXEEXT 88 AC_EXEEXT
89 89
90 AC_OUTPUT([Makefile \ 90 AC_OUTPUT([Makefile \
91 gdb.ada/Makefile \ 91 gdb.ada/Makefile \
92 gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ 92 gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \
93 gdb.cell/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile \ 93 gdb.cell/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile \
94 gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile \ 94 gdb.fortran/Makefile gdb.go/Makefile gdb.server/Makefile gdb.java/Makefile \
95 gdb.hp/Makefile gdb.hp/gdb.objdbg/Makefile gdb.hp/gdb.base-hp/Makefile \ 95 gdb.hp/Makefile gdb.hp/gdb.objdbg/Makefile gdb.hp/gdb.base-hp/Makefile \
96 gdb.hp/gdb.aCC/Makefile gdb.hp/gdb.compat/Makefile \ 96 gdb.hp/gdb.aCC/Makefile gdb.hp/gdb.compat/Makefile \
97 gdb.hp/gdb.defects/Makefile gdb.linespec/Makefile \ 97 gdb.hp/gdb.defects/Makefile gdb.linespec/Makefile \
98 gdb.mi/Makefile gdb.modula2/Makefile gdb.multi/Makefile \ 98 gdb.mi/Makefile gdb.modula2/Makefile gdb.multi/Makefile \
99 gdb.objc/Makefile gdb.opencl/Makefile gdb.opt/Makefile gdb.pascal/Makefile \ 99 gdb.objc/Makefile gdb.opencl/Makefile gdb.opt/Makefile gdb.pascal/Makefile \
100 gdb.python/Makefile gdb.reverse/Makefile gdb.stabs/Makefile \ 100 gdb.python/Makefile gdb.reverse/Makefile gdb.stabs/Makefile \
101 gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile]) 101 gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile])
OLDNEW
« no previous file with comments | « gdb/testsuite/configure ('k') | gdb/testsuite/dg-extract-results.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698