Module Name: src
Committed By: mrg
Date: Tue Mar 4 09:12:09 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3: acinclude.m4 configure
Log Message:
don't look for po/Makefile.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libstdc++-v3/configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4:1.1.1.2 src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4:1.2
--- src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4:1.1.1.2 Sat Mar 1 08:41:19 2014
+++ src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 Tue Mar 4 09:12:09 2014
@@ -49,7 +49,7 @@ AC_DEFUN([GLIBCXX_CONFIGURE], [
# 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
Index: src/external/gpl3/gcc/dist/libstdc++-v3/configure
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/configure:1.2 src/external/gpl3/gcc/dist/libstdc++-v3/configure:1.3
--- src/external/gpl3/gcc/dist/libstdc++-v3/configure:1.2 Sat Mar 1 09:44:51 2014
+++ src/external/gpl3/gcc/dist/libstdc++-v3/configure Tue Mar 4 09:12:09 2014
@@ -73187,7 +73187,7 @@ ac_config_files="$ac_config_files doc/xs
# 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"