Commit fb124b99 by Stephen M. Webb Committed by Phil Edwards

acinclude.m4 (GLIBCPP_ENABLE_CHEADERS): Use glibcpp_srcdir when setting C_INCLUDE_DIR.

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.

From-SVN: r44052
parent 3d719162
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.
2001-07-15 Phil Edwards <pme@sources.redhat.com> 2001-07-15 Phil Edwards <pme@sources.redhat.com>
* configure.in: Temporarily force LN_S to copy instead of symlink. * configure.in: Temporarily force LN_S to copy instead of symlink.
......
...@@ -1437,16 +1437,16 @@ changequote([, ]) ...@@ -1437,16 +1437,16 @@ changequote([, ])
case "$enable_cheaders" in case "$enable_cheaders" in
c_shadow) c_shadow)
CSHADOW_FLAGS="-fno-builtin" CSHADOW_FLAGS="-fno-builtin"
C_INCLUDE_DIR='${top_srcdir}/include/c_shadow' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c_shadow'
AC_DEFINE(_GLIBCPP_USE_SHADOW_HEADERS) AC_DEFINE(_GLIBCPP_USE_SHADOW_HEADERS)
;; ;;
c_std) c_std)
CSHADOW_FLAGS="" CSHADOW_FLAGS=""
C_INCLUDE_DIR='${top_srcdir}/include/c_std' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c_std'
;; ;;
c) c)
CSHADOW_FLAGS="" CSHADOW_FLAGS=""
C_INCLUDE_DIR='${top_srcdir}/include/c' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c'
;; ;;
esac esac
......
...@@ -1449,16 +1449,16 @@ changequote([, ]) ...@@ -1449,16 +1449,16 @@ changequote([, ])
case "$enable_cheaders" in case "$enable_cheaders" in
c_shadow) c_shadow)
CSHADOW_FLAGS="-fno-builtin" CSHADOW_FLAGS="-fno-builtin"
C_INCLUDE_DIR='${top_srcdir}/include/c_shadow' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c_shadow'
AC_DEFINE(_GLIBCPP_USE_SHADOW_HEADERS) AC_DEFINE(_GLIBCPP_USE_SHADOW_HEADERS)
;; ;;
c_std) c_std)
CSHADOW_FLAGS="" CSHADOW_FLAGS=""
C_INCLUDE_DIR='${top_srcdir}/include/c_std' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c_std'
;; ;;
c) c)
CSHADOW_FLAGS="" CSHADOW_FLAGS=""
C_INCLUDE_DIR='${top_srcdir}/include/c' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c'
;; ;;
esac esac
......
...@@ -721,7 +721,7 @@ target_alias=${target_alias-$target} ...@@ -721,7 +721,7 @@ target_alias=${target_alias-$target}
# Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.50+, can also # Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.50+, can also
# be 'cp -p' if linking isn't available. # be 'cp -p' if linking isn't available.
ac_cv_prog_LN_S='cp -p' #ac_cv_prog_LN_S='cp -p'
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
echo "configure:727: checking whether ln -s works" >&5 echo "configure:727: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
...@@ -3614,7 +3614,7 @@ fi ...@@ -3614,7 +3614,7 @@ fi
case "$enable_cheaders" in case "$enable_cheaders" in
c_shadow) c_shadow)
CSHADOW_FLAGS="-fno-builtin" CSHADOW_FLAGS="-fno-builtin"
C_INCLUDE_DIR='${top_srcdir}/include/c_shadow' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c_shadow'
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
#define _GLIBCPP_USE_SHADOW_HEADERS 1 #define _GLIBCPP_USE_SHADOW_HEADERS 1
EOF EOF
...@@ -3622,11 +3622,11 @@ EOF ...@@ -3622,11 +3622,11 @@ EOF
;; ;;
c_std) c_std)
CSHADOW_FLAGS="" CSHADOW_FLAGS=""
C_INCLUDE_DIR='${top_srcdir}/include/c_std' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c_std'
;; ;;
c) c)
CSHADOW_FLAGS="" CSHADOW_FLAGS=""
C_INCLUDE_DIR='${top_srcdir}/include/c' C_INCLUDE_DIR='${glibcpp_srcdir}/include/c'
;; ;;
esac esac
......
...@@ -38,7 +38,7 @@ AC_SUBST(target_alias) ...@@ -38,7 +38,7 @@ AC_SUBST(target_alias)
# Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.50+, can also # Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.50+, can also
# be 'cp -p' if linking isn't available. # 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 AC_PROG_LN_S
# We use these options to decide which functions to include. # We use these options to decide which functions to include.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment