Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 don't look for po/Makefile.
details: https://anonhg.NetBSD.org/src/rev/8226362db801
branches: trunk
changeset: 327306:8226362db801
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Mar 04 09:12:09 2014 +0000
description:
don't look for po/Makefile.
diffstat:
external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/configure | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9b27d2b29842 -r 8226362db801 external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4
--- a/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 Tue Mar 04 08:56:52 2014 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 Tue Mar 04 09:12:09 2014 +0000
@@ -49,7 +49,7 @@
# Keep these sync'd with the list in Makefile.am. The first provides an
# expandable list at autoconf time; the second provides an expandable list
# (i.e., shell variable) at configure time.
- m4_define([glibcxx_SUBDIRS],[include libsupc++ python src src/c++98 src/c++11 doc po testsuite])
+ m4_define([glibcxx_SUBDIRS],[include libsupc++ python src src/c++98 src/c++11 doc testsuite])
SUBDIRS='glibcxx_SUBDIRS'
# These need to be absolute paths, yet at the same time need to
diff -r 9b27d2b29842 -r 8226362db801 external/gpl3/gcc/dist/libstdc++-v3/configure
--- a/external/gpl3/gcc/dist/libstdc++-v3/configure Tue Mar 04 08:56:52 2014 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/configure Tue Mar 04 09:12:09 2014 +0000
@@ -73187,7 +73187,7 @@
# append it here. Only modify Makefiles that have just been created.
#
# Also, get rid of this simulated-VPATH thing that automake does.
-ac_config_files="$ac_config_files include/Makefile libsupc++/Makefile python/Makefile src/Makefile src/c++98/Makefile src/c++11/Makefile doc/Makefile po/Makefile"
+ac_config_files="$ac_config_files include/Makefile libsupc++/Makefile python/Makefile src/Makefile src/c++98/Makefile src/c++11/Makefile doc/Makefile"
ac_config_commands="$ac_config_commands generate-headers"
Home |
Main Index |
Thread Index |
Old Index