]> granicus.if.org Git - gc/commitdiff
* acinclude.m4: Remove obsolete and bogus constructs.
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Feb 2004 18:32:47 +0000 (18:32 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:24 +0000 (10:54 +0400)
* aclocal.m4: Regenerate.
* configure: Regnerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78510 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
acinclude.m4
aclocal.m4
configure

index 62879da7987691bec039f181d891103ce637f72b..a8bb7226ab83baeff6a53e58c7238f9c2a836209 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * acinclude.m4: Remove obsolete and bogus constructs.
+       * aclocal.m4: Regenerate.
+       * configure: Regnerate.
+
 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * acinclude.m4: De-precious CC and CXX so that the right flags
index 3ae1c1771c7ea7d53308491219c3b022f79d02d1..7ac39d2b2921d5603b8ff4cb0419156a0eafc13a 100644 (file)
@@ -41,21 +41,6 @@ AC_PROG_INSTALL
 
 AM_MAINTAINER_MODE
 
-# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
-# at least currently, we never actually build a program, so we never
-# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
-# fails, because we are probably configuring with a cross compiler
-# which can't create executables.  So we include AC_EXEEXT to keep
-# automake happy, but we don't execute it, since we don't care about
-# the result.
-if false; then
-  # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
-  # to nothing, so nothing would remain between `then' and `fi' if it
-  # were not for the `:' below.
-  :
-  AC_EXEEXT
-fi
-
 . [$]{srcdir}/configure.host
 
 case [$]{gc_basedir} in
@@ -74,9 +59,7 @@ dnl gc_cflags="[$]{gc_cflags} -fno-builtin"
 
 GC_CFLAGS=${gc_cflags}
 AC_SUBST(GC_CFLAGS)
-]))
-
-))))
+])
 
 sinclude(../libtool.m4)
 dnl The line below arranges for aclocal not to bring a definition of
index 8c5eed0386f8d66aa039d33dce6ecedd5253d1fb..98e62cd04a434d585a00574fd7dbddc450a23243 100644 (file)
@@ -53,21 +53,6 @@ AC_PROG_INSTALL
 
 AM_MAINTAINER_MODE
 
-# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
-# at least currently, we never actually build a program, so we never
-# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
-# fails, because we are probably configuring with a cross compiler
-# which can't create executables.  So we include AC_EXEEXT to keep
-# automake happy, but we don't execute it, since we don't care about
-# the result.
-if false; then
-  # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
-  # to nothing, so nothing would remain between `then' and `fi' if it
-  # were not for the `:' below.
-  :
-  AC_EXEEXT
-fi
-
 . [$]{srcdir}/configure.host
 
 case [$]{gc_basedir} in
@@ -86,9 +71,7 @@ dnl gc_cflags="[$]{gc_cflags} -fno-builtin"
 
 GC_CFLAGS=${gc_cflags}
 AC_SUBST(GC_CFLAGS)
-]))
-
-))))
+])
 
 sinclude(../libtool.m4)
 dnl The line below arranges for aclocal not to bring a definition of
index dc4bc83815e36239d759858d4d5c0222aad4a693..b5ff18c571452f07ffb233e6a7efa7fd21c0108e 100755 (executable)
--- a/configure
+++ b/configure
@@ -3393,21 +3393,6 @@ fi
 
 
 
-# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
-# at least currently, we never actually build a program, so we never
-# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
-# fails, because we are probably configuring with a cross compiler
-# which can't create executables.  So we include AC_EXEEXT to keep
-# automake happy, but we don't execute it, since we don't care about
-# the result.
-if false; then
-  # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
-  # to nothing, so nothing would remain between `then' and `fi' if it
-  # were not for the `:' below.
-  :
-
-fi
-
 . ${srcdir}/configure.host
 
 case ${gc_basedir} in
@@ -3833,6 +3818,7 @@ deplibs_check_method=$lt_cv_deplibs_check_method
 
 
 
+
 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
 # Only perform the check for file, if the check method requires it
@@ -4168,7 +4154,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
 case $host in
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 4171 "configure"' > conftest.$ac_ext
+  echo '#line 4157 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?