texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Mon Oct 11 14:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Mon Oct 11 14:22:01 EDT 2004)
Date: Mon, 11 Oct 2004 14:22:10 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.397
retrieving revision 1.398
diff -c -r1.397 -r1.398
*** ChangeLog   8 Oct 2004 22:05:51 -0000       1.397
--- ChangeLog   11 Oct 2004 18:16:46 -0000      1.398
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-10-11  Stepan Kasal  <address@hidden>
+ 
+       * configure.ac: Add a short explanation about cross compile.
+ 
  2004-10-08  Karl Berry  <address@hidden>
  
        * info/Makefile.am (generated_sources): remove.  Found by Stepan.
Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.40
retrieving revision 1.41
diff -c -r1.40 -r1.41
*** configure.ac        8 Oct 2004 22:01:14 -0000       1.40
--- configure.ac        11 Oct 2004 18:16:46 -0000      1.41
***************
*** 1,5 ****
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.40 2004/10/08 22:01:14 karl Exp $
  #
  # This file is free software; as a special exception the author gives
  # unlimited permission to copy and/or distribute it, with or without
--- 1,5 ----
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.41 2004/10/11 18:16:46 karl Exp $
  #
  # This file is free software; as a special exception the author gives
  # unlimited permission to copy and/or distribute it, with or without
***************
*** 79,88 ****
  # term library.
  AC_CANONICAL_BUILD
  
  if test "$cross_compiling" = no; then
      native_tools=
  else
-     # Make twice, once locally, then with host compiler.
      native_tools=tools
      test -d "$native_tools" || mkdir "$native_tools"
      confdir=`(cd "$srcdir";pwd)`
--- 79,98 ----
  # term library.
  AC_CANONICAL_BUILD
  
+ # We need to run some of our own binaries, most notably makedoc, but as
+ # long as we have this process, we also use our own makeinfo and
+ # install-info.
+ # 
+ # This means that if we are cross compiling, we have to configure the
+ # package twice: once with the native compiler (this is done in a
+ # subdirectory $native_tools), and once with the cross compiler.
+ # The former is invoked automatically here, with --host=$build.
+ # $native_tools is also added to SUBDIRS in the main Makefile.am,
+ # so that make compiles the native tools first.
+ #
  if test "$cross_compiling" = no; then
      native_tools=
  else
      native_tools=tools
      test -d "$native_tools" || mkdir "$native_tools"
      confdir=`(cd "$srcdir";pwd)`
P ChangeLog
P configure.ac


reply via email to

[Prev in Thread] Current Thread [Next in Thread]