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

Side by Side Diff: binutils/bfd/configure.in

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « binutils/bfd/configure.host ('k') | binutils/bfd/doc/Makefile.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 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 dnl 2 dnl
3 3
4 AC_PREREQ(2.59) 4 AC_PREREQ(2.59)
5 AC_INIT 5 AC_INIT
6 AC_CONFIG_SRCDIR([libbfd.c]) 6 AC_CONFIG_SRCDIR([libbfd.c])
7 7
8 AC_CANONICAL_TARGET 8 AC_CANONICAL_TARGET
9 AC_ISC_POSIX 9 AC_ISC_POSIX
10 10
11 AM_INIT_AUTOMAKE(bfd, 2.20) 11 AM_INIT_AUTOMAKE(bfd, 2.20.1)
12 12
13 dnl These must be called before LT_INIT, because it may want 13 dnl These must be called before LT_INIT, because it may want
14 dnl to call AC_CHECK_PROG. 14 dnl to call AC_CHECK_PROG.
15 AC_CHECK_TOOL(AR, ar) 15 AC_CHECK_TOOL(AR, ar)
16 AC_CHECK_TOOL(RANLIB, ranlib, :) 16 AC_CHECK_TOOL(RANLIB, ranlib, :)
17 17
18 dnl Default to a non shared library. This may be overridden by the 18 dnl Default to a non shared library. This may be overridden by the
19 dnl configure option --enable-shared. 19 dnl configure option --enable-shared.
20 AC_DISABLE_SHARED 20 AC_DISABLE_SHARED
21 21
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 po/Makefile.in > po/Makefile]],[[]]) 1108 po/Makefile.in > po/Makefile]],[[]])
1109 1109
1110 dnl Required by html, pdf, install-pdf and install-html 1110 dnl Required by html, pdf, install-pdf and install-html
1111 AC_SUBST(datarootdir) 1111 AC_SUBST(datarootdir)
1112 AC_SUBST(docdir) 1112 AC_SUBST(docdir)
1113 AC_SUBST(htmldir) 1113 AC_SUBST(htmldir)
1114 AC_SUBST(pdfdir) 1114 AC_SUBST(pdfdir)
1115 1115
1116 AC_OUTPUT 1116 AC_OUTPUT
1117 1117
OLDNEW
« no previous file with comments | « binutils/bfd/configure.host ('k') | binutils/bfd/doc/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698