diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-16 17:43:54 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-16 17:43:54 +0000 |
commit | 5d2e3b0feb8affd606954a3ebe98f6cbe4a24b90 (patch) | |
tree | 138702334fe22f9db3e98bb350b414b9c652b444 /libstdc++-v3/configure.in | |
parent | f0ff0d78f04848a3360e9e934b5ebd4327a242ca (diff) | |
download | gcc-5d2e3b0feb8affd606954a3ebe98f6cbe4a24b90.tar.gz |
2001-07-16 Stephen M. Webb <stephen@bregmasoft.com>
* acinclude.m4 (GLIBCPP_ENABLE_CHEADERS): Use glibcpp_srcdir when
setting C_INCLUDE_DIR.
* configure.in: Revert yesterday's LN_S change.
* aclocal.m4: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index ab09bcea82f..45099b04940 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -38,7 +38,7 @@ AC_SUBST(target_alias) # Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.50+, can also # be 'cp -p' if linking isn't available. -ac_cv_prog_LN_S='cp -p' +#ac_cv_prog_LN_S='cp -p' AC_PROG_LN_S # We use these options to decide which functions to include. |