m4-patches
[Top][All Lists]
Advanced

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

FYI: allow autoreconf override in bootstrap [m4--devo--1.0--patch-17]


From: Gary V. Vaughan
Subject: FYI: allow autoreconf override in bootstrap [m4--devo--1.0--patch-17]
Date: Thu, 7 Jul 2005 12:26:16 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/m4--devo--1.0--patch-16 to compare with
  * comparing to address@hidden/m4--devo--1.0--patch-16
  M  bootstrap
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Ralf Wildenhues  <address@hidden>
  
        * bootstrap (AUTORECONF): New variable to allow user overriding of
        autoreconf path.
  
  --- orig/bootstrap
  +++ mod/bootstrap
  @@ -3,10 +3,11 @@
   # helps bootstrapping M4, when checked out from CVS
   # requires GNU Autoconf, GNU Automake, GNU Gettext and GNU Libtool
   
  -: ${AWK="awk"}
  -: ${SED="sed"}
  -: ${RM="rm -f"}
  -: ${GNULIB_TOOL="gnulib-tool"}
  +: ${AWK=awk}
  +: ${SED=sed}
  +: ${RM=rm -f}
  +: ${GNULIB_TOOL=gnulib-tool}
  +: ${AUTORECONF=autoreconf}
   
   ltdldir=ltdl
   config_aux_dir=$ltdldir/config
  @@ -72,8 +73,8 @@
   func_echo "running: libtoolize --ltdl=\"$ltdldir\" --force --copy"
   libtoolize --ltdl="$ltdldir" --force --copy
   
  -func_echo "running: autoreconf --force --verbose --install"
  -autoreconf --force --verbose --install
  +func_echo "running: $AUTORECONF --force --verbose --install"
  +$AUTORECONF --force --verbose --install
   
   (
     func_echo "generating testsuite"
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFCzRFXFRMICSmD1gYRAkjPAKCL30TgWxLXs7dfWlgy1K33JDxP5wCgysNk
jE+T3vmSN/aiVMMZS5ow5Q8=
=5olj
-----END PGP SIGNATURE-----




reply via email to

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