summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-20 18:27:17 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-20 18:27:17 +0000
commit9aab6de79e349b8f48b998ef9fdead9ad4f12f42 (patch)
tree1bb846b112a797c45af68349fe44f83e430af871 /libstdc++-v3/configure.ac
parent0431648b6036a22fb77da11079f8fbb51bc23cb0 (diff)
downloadgcc-9aab6de79e349b8f48b998ef9fdead9ad4f12f42.tar.gz
2003-10-20 Phil Edwards <phil@codesourcery.com>
* configure.ac: Fix comment typo. * configure.host: Add vxworks to host_os switch. * crossconfig.m4: Remove old commented os_include_dir variables left over from autotools transition. (*-vxworks): New stanza. (*-windiss): Add missing symbols. * configure: Regenerate. * config/os/vxworks/ctype_base.h, config/os/vxworks/ctype_inline.h, config/os/vxworks/ctype_noninline.h, config/os/vxworks/os_defines.h: New files. * config/os/windiss/os_defines.h: Define __C9X__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72710 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r--libstdc++-v3/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index 893b6f8a946..7549202b8c3 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -297,7 +297,7 @@ AC_SUBST(LIBSUPCXX_PICFLAGS)
dnl In autoconf 2.5x, AC_OUTPUT is replaced by four AC_CONFIG_* macros,
dnl which can all be called multiple times as needed, plus one (different)
-dnl AC_OUPUT macro. This one lists the files to be created:
+dnl AC_OUTPUT macro. This one lists the files to be created:
AC_CONFIG_FILES( \
Makefile \
AC_FOREACH([DIR], glibcxx_SUBDIRS, [DIR/Makefile ])