Commit b24f7f6b by Laurynas Biveinis Committed by Laurynas Biveinis

re PR bootstrap/20437 (bootstrap --enable-maintainer-mode broken)

fixincludes:
2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	PR bootstrap/20437
	* Makefile.in (configure, config.h.in): change into $(srcdir)
	before autoconf or autoheader call.

gcc:
2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	PR bootstrap/20437
	* Makefile.in (configure): add missing aclocal.m4 and acinclude.m4
	dependencies.

From-SVN: r115310
parent 65a15d8e
2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
PR bootstrap/20437
* Makefile.in (configure, config.h.in): change into $(srcdir)
before autoconf or autoheader call.
2006-06-23 Steve Ellcey <sje@cup.hp.com> 2006-06-23 Steve Ellcey <sje@cup.hp.com>
PR target/28084 PR target/28084
......
...@@ -160,10 +160,10 @@ config.status: $(srcdir)/configure ...@@ -160,10 +160,10 @@ config.status: $(srcdir)/configure
$(SHELL) ./config.status --recheck $(SHELL) ./config.status --recheck
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac
autoconf cd $(srcdir) && autoconf
$(srcdir)/config.h.in: @MAINT@ $(srcdir)/configure.ac $(srcdir)/config.h.in: @MAINT@ $(srcdir)/configure.ac
autoheader cd $(srcdir) && autoheader
$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal.m4 $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal.m4
cp $(srcdir)/../gcc/aclocal.m4 . cp $(srcdir)/../gcc/aclocal.m4 .
......
2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
PR bootstrap/20437
* Makefile.in (configure): add missing aclocal.m4 and acinclude.m4
dependencies.
2006-07-08 Matthias Klose <doko@debian.org> 2006-07-08 Matthias Klose <doko@debian.org>
* doc/sourcebuild.texi: Fix typo. * doc/sourcebuild.texi: Fix typo.
......
...@@ -1218,7 +1218,8 @@ cs-tm_p.h: Makefile ...@@ -1218,7 +1218,8 @@ cs-tm_p.h: Makefile
# might be on a read-only file system. If configured for maintainer mode # might be on a read-only file system. If configured for maintainer mode
# then do allow autoconf to be run. # then do allow autoconf to be run.
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/aclocal.m4 \
$(srcdir)/acinclude.m4
(cd $(srcdir) && autoconf) (cd $(srcdir) && autoconf)
gccbug: $(srcdir)/gccbug.in gccbug: $(srcdir)/gccbug.in
......
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