Commit 6de94858 by Jeff Law

libchill, libf2c, libobjc:

        * configure.in (AC_PREREQ): Update to 2.13.
        (AC_EXEEXT): Call to find possible file extension.
        (compiler_name): Use.
        * configure: Regenerate.
libio, libstdc++
        * configure.in: Test for ${compiler_name}.exe as well.

From-SVN: r27050
parent 3d3fcaef
Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
* configure.in (AC_EXEEXT): Remove call.
(compiler_name): Explicitly check with no extension and .exe
extension.
* configure: Regenerate.
Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu> Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (AC_PREREQ): Update to 2.13. * configure.in (AC_PREREQ): Update to 2.13.
......
...@@ -35,11 +35,6 @@ dnl This is needed for a multilibbed build in the source tree so ...@@ -35,11 +35,6 @@ dnl This is needed for a multilibbed build in the source tree so
dnl that install-sh and config.sub get found. dnl that install-sh and config.sub get found.
AC_CONFIG_AUX_DIR($topsrcdir) AC_CONFIG_AUX_DIR($topsrcdir)
# We have to handle 3 cases -- native, cross and canadian cross -- and
# the extension returned from this macro needs to be treated as a possible
# scenario and not the only one.
AC_EXEEXT
# If the language specific compiler does not exist, but the "gcc" directory # If the language specific compiler does not exist, but the "gcc" directory
# does, we do not build anything. Note, $r is set by the top-level Makefile. # does, we do not build anything. Note, $r is set by the top-level Makefile.
# Note that when we look for the compiler, we search both with and without # Note that when we look for the compiler, we search both with and without
...@@ -52,7 +47,7 @@ AC_CACHE_VAL(chill_cv_compiler_exists, ...@@ -52,7 +47,7 @@ AC_CACHE_VAL(chill_cv_compiler_exists,
if test -n "$r"; then if test -n "$r"; then
if test -d "$r"/gcc; then if test -d "$r"/gcc; then
if test -f "$r"/gcc/$compiler_name \ if test -f "$r"/gcc/$compiler_name \
|| test -f "$r"/gcc/$compiler_name$EXEEXT; then || test -f "$r"/gcc/$compiler_name.exe; then
true true
else else
chill_cv_compiler_exists=no chill_cv_compiler_exists=no
......
Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
* configure.in (AC_EXEEXT): Remove call.
(compiler_name): Explicitly check with no extension and .exe
extension.
* configure: Regenerate.
Mon May 10 17:33:45 1999 Craig Burley <craig@jcb-sc.com> Mon May 10 17:33:45 1999 Craig Burley <craig@jcb-sc.com>
Update to Netlib version of 1999-05-10: Update to Netlib version of 1999-05-10:
......
...@@ -35,11 +35,6 @@ dnl This is needed for a multilibbed build in the source tree so ...@@ -35,11 +35,6 @@ dnl This is needed for a multilibbed build in the source tree so
dnl that install-sh and config.sub get found. dnl that install-sh and config.sub get found.
AC_CONFIG_AUX_DIR($topsrcdir) AC_CONFIG_AUX_DIR($topsrcdir)
# We have to handle 3 cases -- native, cross and canadian cross -- and
# the extension returned from this macro needs to be treated as a possible
# scenario and not the only one.
AC_EXEEXT
# If the language specific compiler does not exist, but the "gcc" directory # If the language specific compiler does not exist, but the "gcc" directory
# does, we do not build anything. Note, $r is set by the top-level Makefile. # does, we do not build anything. Note, $r is set by the top-level Makefile.
# Note that when we look for the compiler, we search both with and without # Note that when we look for the compiler, we search both with and without
...@@ -52,7 +47,7 @@ AC_CACHE_VAL(g77_cv_compiler_exists, ...@@ -52,7 +47,7 @@ AC_CACHE_VAL(g77_cv_compiler_exists,
if test -n "$r"; then if test -n "$r"; then
if test -d "$r"/gcc; then if test -d "$r"/gcc; then
if test -f "$r"/gcc/$compiler_name \ if test -f "$r"/gcc/$compiler_name \
|| test -f "$r"/gcc/$compiler_name$EXEEXT; then || test -f "$r"/gcc/$compiler_name.exe; then
true true
else else
g77_cv_compiler_exists=no g77_cv_compiler_exists=no
......
1999-05-20 Angela Marie Thomas <angela@cygnus.com>
* configure.in: Test for ${compiler_name}.exe as well.
1999-05-17 Mark Kettenis <kettenis@gnu.org> 1999-05-17 Mark Kettenis <kettenis@gnu.org>
* libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined. * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined.
......
...@@ -2,18 +2,6 @@ ...@@ -2,18 +2,6 @@
# necessary for a configure script to process the program in # necessary for a configure script to process the program in
# this directory. For more information, look at ../configure. # this directory. For more information, look at ../configure.
# find a possible extension of the just-built C++ compiler. Note that this
# is not the only choice, taking into cross and canadian cross into
# account, and we need to search for with and without the extension.
case "${host_alias}" in
*cygwin* | *mingw32*)
EXEEXT=.exe
;;
*)
EXEEXT=
;;
esac
# If the language specific compiler does not exist, but the "gcc" directory # If the language specific compiler does not exist, but the "gcc" directory
# does, we do not build anything. Note, $r is set by the top-level Makefile. # does, we do not build anything. Note, $r is set by the top-level Makefile.
# Note that when we look for the compiler, we search both with and without # Note that when we look for the compiler, we search both with and without
...@@ -25,7 +13,7 @@ rm -f skip-this-dir ...@@ -25,7 +13,7 @@ rm -f skip-this-dir
if test -n "$r" && [ -z "$norecursion" ] ; then if test -n "$r" && [ -z "$norecursion" ] ; then
if test -d "$r"/gcc; then if test -d "$r"/gcc; then
if test -f "$r"/gcc/$compiler_name \ if test -f "$r"/gcc/$compiler_name \
|| test -f "$r"/gcc/$compiler_name$EXEEXT; then || test -f "$r"/gcc/$compiler_name.exe; then
true true
else else
echo "rm -f multilib.out" > skip-this-dir echo "rm -f multilib.out" > skip-this-dir
......
Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
* configure.in (AC_EXEEXT): Remove call.
(compiler_name): Explicitly check with no extension and .exe
extension.
* configure: Regenerate.
Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu> Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in (CC1OBJ): Define in terms of CC. * Makefile.in (CC1OBJ): Define in terms of CC.
......
...@@ -36,11 +36,6 @@ dnl This is needed for a multilibbed build in the source tree so ...@@ -36,11 +36,6 @@ dnl This is needed for a multilibbed build in the source tree so
dnl that install-sh and config.sub get found. dnl that install-sh and config.sub get found.
AC_CONFIG_AUX_DIR($topsrcdir) AC_CONFIG_AUX_DIR($topsrcdir)
# We have to handle 3 cases -- native, cross and canadian cross -- and
# the extension returned from this macro needs to be treated as a possible
# scenario and not the only one.
AC_EXEEXT
# If the language specific compiler does not exist, but the "gcc" directory # If the language specific compiler does not exist, but the "gcc" directory
# does, we do not build anything. Note, $r is set by the top-level Makefile. # does, we do not build anything. Note, $r is set by the top-level Makefile.
# Note that when we look for the compiler, we search both with and without # Note that when we look for the compiler, we search both with and without
...@@ -53,7 +48,7 @@ AC_CACHE_VAL(objc_cv_compiler_exists, ...@@ -53,7 +48,7 @@ AC_CACHE_VAL(objc_cv_compiler_exists,
if test -n "$r"; then if test -n "$r"; then
if test -d "$r"/gcc; then if test -d "$r"/gcc; then
if test -f "$r"/gcc/$compiler_name \ if test -f "$r"/gcc/$compiler_name \
|| test -f "$r"/gcc/$compiler_name$EXEEXT; then || test -f "$r"/gcc/$compiler_name.exe; then
true true
else else
objc_cv_compiler_exists=no objc_cv_compiler_exists=no
......
1999-05-20 Angela Marie Thomas <angela@cygnus.com>
* configure.in: Test for ${compiler_name}.exe as well.
1999-05-15 Mark Kettenis <kettenis@gnu.org> 1999-05-15 Mark Kettenis <kettenis@gnu.org>
* configure.in: Add shared library support for the Hurd * configure.in: Add shared library support for the Hurd
......
...@@ -2,18 +2,6 @@ ...@@ -2,18 +2,6 @@
# necessary for a configure script to process the program in # necessary for a configure script to process the program in
# this directory. For more information, look at ../configure. # this directory. For more information, look at ../configure.
# find a possible extension of the just-built C++ compiler. Note that this
# is not the only choice, taking into cross and canadian cross into
# account, and we need to search for with and without the extension.
case "${host_alias}" in
*cygwin* | *mingw32*)
EXEEXT=.exe
;;
*)
EXEEXT=
;;
esac
# If the language specific compiler does not exist, but the "gcc" directory # If the language specific compiler does not exist, but the "gcc" directory
# does, we do not build anything. Note, $r is set by the top-level Makefile. # does, we do not build anything. Note, $r is set by the top-level Makefile.
# Note that when we look for the compiler, we search both with and without # Note that when we look for the compiler, we search both with and without
...@@ -25,7 +13,7 @@ rm -f skip-this-dir ...@@ -25,7 +13,7 @@ rm -f skip-this-dir
if test -n "$r" && [ -z "$norecursion" ] ; then if test -n "$r" && [ -z "$norecursion" ] ; then
if test -d "$r"/gcc; then if test -d "$r"/gcc; then
if test -f "$r"/gcc/$compiler_name \ if test -f "$r"/gcc/$compiler_name \
|| test -f "$r"/gcc/$compiler_name$EXEEXT; then || test -f "$r"/gcc/$compiler_name.exe; then
true true
else else
echo "rm -f multilib.out" > skip-this-dir echo "rm -f multilib.out" > skip-this-dir
......
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