diff options
author | Alan Modra <amodra@gmail.com> | 2016-11-21 20:18:41 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-21 21:12:37 +1030 |
commit | 2d7f2507d4d26430da7e32e8fc75f045f634fced (patch) | |
tree | c97afd3c5bdbec515911181fdb9e979ef1a88e8a /gas/doc | |
parent | 081f6b931dbc4a1f27ac003e2f75a389444ce9e9 (diff) | |
download | gdb-2d7f2507d4d26430da7e32e8fc75f045f634fced.zip gdb-2d7f2507d4d26430da7e32e8fc75f045f634fced.tar.gz gdb-2d7f2507d4d26430da7e32e8fc75f045f634fced.tar.bz2 |
Use ACX_PROG_CMP_IGNORE_INITIAL in gas
* configure.ac: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
* Makefile.am (comparison): Rewrite using do_compare.
* configure: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 474bd48..7110192 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -257,6 +257,7 @@ builddir = @builddir@ cgen_cpu_prefix = @cgen_cpu_prefix@ datadir = @datadir@ datarootdir = @datarootdir@ +do_compare = @do_compare@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ |