]> granicus.if.org Git - gc/commitdiff
* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Feb 2004 23:27:53 +0000 (23:27 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:24 +0000 (10:54 +0400)
* Makefile.in: Regenerate.

* configure.in: Remove bogus duplicate invocation of
AM_MAINTAINER_MODE.  Remove obsolete comment.
* configure: Regenerate.

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

ChangeLog
Makefile.am
Makefile.in
configure
configure.in

index 6324b0a29c5828d4349348bef870957f5b295b6e..112bc0cfcb40c8acccb684ecd723fc0e620bf668 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+       * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
+       * Makefile.in: Regenerate.
+
+       * configure.in: Remove bogus duplicate invocation of
+       AM_MAINTAINER_MODE.  Remove obsolete comment.
+       * configure: Regenerate.
+
        * acinclude.m4: Remove GC_CONFIGURE macro; move contents
        to configure.in.
        * aclocal.m4: Regenerate.
index f169c4fe83b2bc96a5f0bdaef527355e955da5e3..286a34c5a7889cc4fd7054ead699cefaea352dac 100644 (file)
@@ -90,8 +90,6 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
        $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS) 
 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
 
-AM_CFLAGS = @GC_CFLAGS@
-
 # Work around what appears to be a GNU make bug handling MAKEFLAGS
 # values defined in terms of make variables, as is the case for CC and
 # friends when we are called from the top level Makefile.
index 1abd33b8ed4ee32ed8bbc31fba998486c758ab6e..b64617c036c7baf967b02246cb84c9be23b17749 100644 (file)
@@ -154,7 +154,6 @@ libgcjgc_convenience_la_LIBADD = @addobjs@
 libgcjgc_convenience_la_DEPENDENCIES = @addobjs@
 
 AM_CXXFLAGS = @GC_CFLAGS@
-
 AM_CFLAGS = @GC_CFLAGS@
 
 check_PROGRAMS = gctest
index 8033dd55f1fc43700722c7c8325b9740cb965239..c6e2ebb802bd7a7a4f1a7e7237e0bf41314c8294 100755 (executable)
--- a/configure
+++ b/configure
@@ -4700,30 +4700,6 @@ if test "${with_cross_host+set}" = set; then
 
 fi;
 
-echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
-    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
-if test "${enable_maintainer_mode+set}" = set; then
-  enableval="$enable_maintainer_mode"
-  USE_MAINTAINER_MODE=$enableval
-else
-  USE_MAINTAINER_MODE=no
-fi;
-  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
-
-
-if test $USE_MAINTAINER_MODE = yes; then
-  MAINTAINER_MODE_TRUE=
-  MAINTAINER_MODE_FALSE='#'
-else
-  MAINTAINER_MODE_TRUE='#'
-  MAINTAINER_MODE_FALSE=
-fi
-  MAINT=$MAINTAINER_MODE_TRUE
-
-
-
 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
index 0ab5a84a3793d1cf6d782285adb7b069a6aa0803..81f00f270c1b1a4d8c3e6165543e0fd284bbb065 100644 (file)
@@ -24,7 +24,6 @@ AC_INIT(gcj_mlc.c)
 # exported.
 ORIGINAL_LD_FOR_MULTILIBS=$LD
 
-dnl Can't be done in GC_CONFIGURE because that confuses automake.
 AC_CONFIG_AUX_DIR(.)
 
 dnl Default to --enable-multilib
@@ -124,8 +123,6 @@ AC_ARG_WITH(target-subdir,
 AC_ARG_WITH(cross-host,
 [  --with-cross-host=HOST  configuring with a cross compiler])
 
-AM_MAINTAINER_MODE
-
 AC_MSG_CHECKING([for thread model used by GCC])
 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
 if test -z "$THREADS"; then