diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-06-30 17:40:13 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-06-30 17:40:13 +0000 |
commit | 44f0760eaea8e0c2842b438248c52b380d128571 (patch) | |
tree | 79ab677d9c621f919633e2ce4a3e2f51b62f9c44 /libstdc++-v3/po | |
parent | ec097612bcc64d6a0cc887994bf3a62970a6bc30 (diff) | |
download | gcc-44f0760eaea8e0c2842b438248c52b380d128571.zip gcc-44f0760eaea8e0c2842b438248c52b380d128571.tar.gz gcc-44f0760eaea8e0c2842b438248c52b380d128571.tar.bz2 |
acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch.
2003-06-30 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch.
* aclocal.m4: Regenerate.
* configure.in (GLIBCPP_CHECK_PCH): Move, change to
GLIBCPP_ENABLE_PCH, default to yes.
* configure: Regenerate.
* docs/html/configopts.html: Add --enable-pch.
From-SVN: r68715
Diffstat (limited to 'libstdc++-v3/po')
-rw-r--r-- | libstdc++-v3/po/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in index 8a63051..74159f1 100644 --- a/libstdc++-v3/po/Makefile.in +++ b/libstdc++-v3/po/Makefile.in @@ -120,7 +120,7 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_FLAGS = @WARN_FLAGS@ WERROR = @WERROR@ -baseline_file = @baseline_file@ +baseline_dir = @baseline_dir@ check_msgfmt = @check_msgfmt@ enable_shared = @enable_shared@ enable_static = @enable_static@ |