diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-12-04 17:08:09 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-12-04 17:08:09 +0000 | 
| commit | 4c3c403e5c73273497d72584701d0e4a79328d05 (patch) | |
| tree | f25eac871a7948610ebdd334dbbffd2ccf0e075b /contrib/libg++/libstdc++/stl/configure.in | |
| parent | e3dd383f0088d7ec9c67022680e31a5b756d4258 (diff) | |
Diffstat (limited to 'contrib/libg++/libstdc++/stl/configure.in')
| -rw-r--r-- | contrib/libg++/libstdc++/stl/configure.in | 37 | 
1 files changed, 0 insertions, 37 deletions
| diff --git a/contrib/libg++/libstdc++/stl/configure.in b/contrib/libg++/libstdc++/stl/configure.in deleted file mode 100644 index d452935df77f..000000000000 --- a/contrib/libg++/libstdc++/stl/configure.in +++ /dev/null @@ -1,37 +0,0 @@ -# This file is a shell script fragment that supplies the information -# necessary for a configure script to process the program in -# this directory.  For more information, look at ../../configure. - -configdirs= -srctrigger=iterator.h -srcname="Standard Template Library" -package_makefile_frag=Make.pack - -# per-host: - -# per-target: - -target_makefile_frag=../target-mkfrag - -LIBDIR=yes -TO_TOPDIR=../../ -ALL='stl.list' -EXTRA_MOSTLYCLEAN=stl.list -XCXXINCLUDES="-I${srcdir} -I${srcdir}/.. -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio" -(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} - -# post-target: - -# We need multilib support. -case ${srcdir} in -.) -  if [ "${with_target_subdir}" != "." ] ; then -    . ${srcdir}/${with_multisrctop}../../../config-ml.in -  else -    . ${srcdir}/${with_multisrctop}../../config-ml.in -  fi -  ;; -*) -  . ${srcdir}/../../config-ml.in -  ;; -esac | 
