diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-22 13:41:50 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2009-08-22 13:41:50 +0000 |
commit | 70fa0efaf45ff915bb26641c5fbaa162d25bfa7d (patch) | |
tree | 39111a2db2e981d7c6aeda673b9baa036f4f994d /libssp | |
parent | 5213506e247206177045f832a0911db0118a8641 (diff) | |
download | gcc-70fa0efaf45ff915bb26641c5fbaa162d25bfa7d.zip gcc-70fa0efaf45ff915bb26641c5fbaa162d25bfa7d.tar.gz gcc-70fa0efaf45ff915bb26641c5fbaa162d25bfa7d.tar.bz2 |
Cleanups after the update to Autoconf 2.64, Automake 1.11.
/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-pdfdir, --with-htmldir switches.
* configure: Regenerate.
gcc/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-htmldir switches. No need to call AC_SUBST for
datarootdir, docdir, htmldir any more.
* configure: Regenerate.
* doc/install.texi (Configuration): Document --datarootdir,
--docdir, --htmldir, --pdfdir; update documentation for
--infodir, --mandir.
(Prerequisites): Bump Autoconf version to 2.64, Automake to
1.11, M4 to 1.4.6.
libgfortran/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libjava/classpath/:
* doc/cp-hacking.texinfo (Needed Tools and Libraries): Bump
Autoconf version to 2.64, Automake to 1.11, M4 to 1.4.6.
libjava/:
* HACKING: Use aclocal-1.11 and autoconf-2.64 in example.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libstdc++-v3/:
* doc/xml/manual/build_hacking.xml: Use tools from Autoconf
2.64 and Automake 1.11 in examples; update link to Autoconf
manual page about quadrigraphs.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libssp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
boehm-gc/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libmudflap/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
zlib/:
* Makefile.am (install-html, install-pdf, html): Remove.
* Makefile.in: Regenerate.
libffi/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libgomp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
From-SVN: r151015
Diffstat (limited to 'libssp')
-rw-r--r-- | libssp/ChangeLog | 3 | ||||
-rw-r--r-- | libssp/Makefile.am | 5 | ||||
-rw-r--r-- | libssp/Makefile.in | 9 |
3 files changed, 7 insertions, 10 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog index bcd3d72..3d0fe80 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,5 +1,8 @@ 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + * Makefile.am (install-html, install-pdf): Remove. + * Makefile.in: Regenerate. + * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.h.in: Regenerate. diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 2c5800a..7b6e946 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -90,10 +90,5 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= -# No install-html or install-pdf support in automake yet -.PHONY: install-html install-pdf -install-html: -install-pdf: - ## ################################################################ diff --git a/libssp/Makefile.in b/libssp/Makefile.in index 26367ef..543e2b6 100644 --- a/libssp/Makefile.in +++ b/libssp/Makefile.in @@ -791,6 +791,8 @@ install-dvi-am: install-exec-am: install-multi install-toolexeclibLTLIBRARIES +install-html: install-html-am + install-html-am: install-info: install-info-am @@ -799,6 +801,8 @@ install-info-am: install-man: +install-pdf: install-pdf-am + install-pdf-am: install-ps: install-ps-am @@ -856,11 +860,6 @@ uninstall-am: uninstall-nobase_libsubincludeHEADERS \ uninstall-toolexeclibLTLIBRARIES -# No install-html or install-pdf support in automake yet -.PHONY: install-html install-pdf -install-html: -install-pdf: - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |