mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
configure.in: Temporarily force LN_S to copy instead of symlink.
2001-07-15 Phil Edwards <pme@sources.redhat.com> * configure.in: Temporarily force LN_S to copy instead of symlink. * configure: Regenerate. From-SVN: r44028
This commit is contained in:
parent
22fb740dcc
commit
25dfa34d50
@ -1,3 +1,8 @@
|
||||
2001-07-15 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* configure.in: Temporarily force LN_S to copy instead of symlink.
|
||||
* configure: Regenerate.
|
||||
|
||||
2001-07-13 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* include/bits/std_sstream.h (basic_stringbuf::basic_stringbuf(string):
|
||||
|
1691
libstdc++-v3/configure
vendored
1691
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -38,6 +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_PROG_LN_S
|
||||
|
||||
# We use these options to decide which functions to include.
|
||||
|
Loading…
x
Reference in New Issue
Block a user