This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] autoconf 2.59 fixups


tested x86/linux

...this allows the current top-of-release-tree autoconf to work with libstdc++. 

Automake, however, still has problems, see below. If somebody will be so
kind as to tell me how to fixup this bit, I'll do that too.

%automake --version
automake (GNU automake) 1.8.2

%automake
Makefile.am:63: user variable `MULTISRCTOP' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake variable `MULTISRCTOP' defined here
Makefile.am:64: user variable `MULTIBUILDTOP' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake variable `MULTIBUILDTOP' defined here
Makefile.am:65: user variable `MULTIDIRS' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake variable `MULTIDIRS' defined here
Makefile.am:66: user variable `MULTISUBDIR' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake variable `MULTISUBDIR' defined here
Makefile.am:67: user variable `MULTIDO' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake variable `MULTIDO' defined here
Makefile.am:68: user variable `MULTICLEAN' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake variable `MULTICLEAN' defined here
Makefile.am:81: user target `all-multi' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake target `all-multi' defined here
Makefile.am:83: user target `install-multi' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake target `install-multi' defined here
Makefile.am:85: user target `mostlyclean-multi' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake target `mostlyclean-multi' defined here
Makefile.am:87: user target `clean-multi' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake target `clean-multi' defined here
Makefile.am:89: user target `distclean-multi' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake target `distclean-multi' defined here
Makefile.am:91: user target `maintainer-clean-multi' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/multilib.am: ... overrides Automake target `maintainer-clean-multi' defined here
Makefile.am:96: user target `TAGS' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/tags.am: ... overrides Automake target `TAGS' defined here
include/Makefile.am:617: user target `.PRECIOUS' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/configure.am: ... overrides Automake target `.PRECIOUS' defined here
libsupc++/Makefile.am:149: user target `install-glibcxxinstallHEADERS' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/data.am: ... overrides Automake target `install-glibcxxinstallHEADERS' defined here
libsupc++/Makefile.am:72:   while processing `glibcxxinstall_HEADERS'
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/header.am:   `/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/data.am' included from here
libsupc++/Makefile.am:159: user target `uninstall-glibcxxinstallHEADERS' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/data.am: ... overrides Automake target `uninstall-glibcxxinstallHEADERS' defined here
libsupc++/Makefile.am:72:   while processing `glibcxxinstall_HEADERS'
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/header.am:   `/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/data.am' included from here
po/Makefile.am:39: user variable `DISTFILES' defined here...
/mnt/hd/bld/H-x86-autotools/share/automake-1.8/am/distdir.am: ... overrides Automake variable `DISTFILES' defined here

Attachment: p.20040301-2.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]