| OLD | NEW |
| 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 Loading... |
| 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]) |
| OLD | NEW |