This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

texinfo config tweek


I was just noticing that we hadn't kept the texinfo configury
up to date.


r~

	* config.guess, config.sub: Use toplevel file.

#!/bin/sh
# Use the top-level config.guess so that we don't have two of them.
guesssys=`echo $0 | sed 's|config.guess|../config.guess|'`
exec ${guesssys} "$@"

#!/bin/sh
# Use the top-level config.sub so that we don't have two of them.
subsys=`echo $0 | sed 's|config.sub|../config.sub|'`
exec ${subsys} "$@"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]