[rtems-crossrpms commit] Update to automake-1.12.6.
Joel Sherrill
joel.sherrill at OARcorp.com
Wed Mar 13 17:45:22 UTC 2013
Thanks for bumping this.
I don't recall you mentioning why we are still using 1.12.x
and not 1.13.x now that 1.13.1 has been out a couple of
months. Are there technical issues holding us back?
I see from the 1.13 release announcement that some features
were obsoleted and the minimum versions of supporting tools
went up.
--joel
On 3/13/2013 12:23 PM, Ralf Corsepius wrote:
> Module: rtems-crossrpms
> Branch: rtems-4-10-branch
> Commit: 29dcf4e8ddb91069b700295154ed2819287d83ae
> Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=29dcf4e8ddb91069b700295154ed2819287d83ae
>
> Author: Ralf Corsépius <ralf.corsepius at rtems.org>
> Date: Tue Mar 12 17:32:09 2013 +0100
>
> Update to automake-1.12.6.
>
> ---
>
> INSTALL | 8 ++--
> config.guess | 33 ++++++++++++++-----
> config.sub | 61 ++++++++++++++++++++++++++----------
> install-sh | 14 ++++----
> missing | 99 ++++++++++++++++++++++++++++-----------------------------
> 5 files changed, 128 insertions(+), 87 deletions(-)
>
> diff --git a/INSTALL b/INSTALL
> index a1e89e1..6e90e07 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -1,7 +1,7 @@
> Installation Instructions
> *************************
>
> -Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
> +Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
> Inc.
>
> Copying and distribution of this file, with or without modification,
> @@ -309,9 +309,10 @@ causes the specified `gcc' to be used as the C compiler (unless it is
> overridden in the site shell script).
>
> Unfortunately, this technique does not work for `CONFIG_SHELL' due to
> -an Autoconf bug. Until the bug is fixed you can use this workaround:
> +an Autoconf limitation. Until the limitation is lifted, you can use
> +this workaround:
>
> - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
> + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
>
> `configure' Invocation
> ======================
> @@ -367,4 +368,3 @@ operates.
>
> `configure' also accepts some other, not widely useful, options. Run
> `configure --help' for more details.
> -
> diff --git a/config.guess b/config.guess
> index 49ba16f..872b96a 100755
> --- a/config.guess
> +++ b/config.guess
> @@ -4,7 +4,7 @@
> # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
> # 2011, 2012 Free Software Foundation, Inc.
>
> -timestamp='2012-01-01'
> +timestamp='2012-09-25'
>
> # This file is free software; you can redistribute it and/or modify it
> # under the terms of the GNU General Public License as published by
> @@ -17,9 +17,7 @@ timestamp='2012-01-01'
> # General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> -# along with this program; if not, write to the Free Software
> -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
> -# 02110-1301, USA.
> +# along with this program; if not, see <http://www.gnu.org/licenses/>.
> #
> # As a special exception to the GNU General Public License, if you
> # distribute this file as part of a program that contains a
> @@ -202,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
> # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
> echo "${machine}-${os}${release}"
> exit ;;
> + *:Bitrig:*:*)
> + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
> + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
> + exit ;;
> *:OpenBSD:*:*)
> UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
> echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
> @@ -304,7 +306,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
> arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
> echo arm-acorn-riscix${UNAME_RELEASE}
> exit ;;
> - arm:riscos:*:*|arm:RISCOS:*:*)
> + arm*:riscos:*:*|arm*:RISCOS:*:*)
> echo arm-unknown-riscos
> exit ;;
> SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
> @@ -803,6 +805,9 @@ EOF
> i*:CYGWIN*:*)
> echo ${UNAME_MACHINE}-pc-cygwin
> exit ;;
> + *:MINGW64*:*)
> + echo ${UNAME_MACHINE}-pc-mingw64
> + exit ;;
> *:MINGW*:*)
> echo ${UNAME_MACHINE}-pc-mingw32
> exit ;;
> @@ -863,6 +868,13 @@ EOF
> i*86:Minix:*:*)
> echo ${UNAME_MACHINE}-pc-minix
> exit ;;
> + aarch64:Linux:*:*)
> + echo ${UNAME_MACHINE}-unknown-linux-gnu
> + exit ;;
> + aarch64_be:Linux:*:*)
> + UNAME_MACHINE=aarch64_be
> + echo ${UNAME_MACHINE}-unknown-linux-gnu
> + exit ;;
> alpha:Linux:*:*)
> case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
> EV5) UNAME_MACHINE=alphaev5 ;;
> @@ -1196,6 +1208,9 @@ EOF
> BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
> echo i586-pc-haiku
> exit ;;
> + x86_64:Haiku:*:*)
> + echo x86_64-unknown-haiku
> + exit ;;
> SX-4:SUPER-UX:*:*)
> echo sx4-nec-superux${UNAME_RELEASE}
> exit ;;
> @@ -1251,7 +1266,7 @@ EOF
> NEO-?:NONSTOP_KERNEL:*:*)
> echo neo-tandem-nsk${UNAME_RELEASE}
> exit ;;
> - NSE-?:NONSTOP_KERNEL:*:*)
> + NSE-*:NONSTOP_KERNEL:*:*)
> echo nse-tandem-nsk${UNAME_RELEASE}
> exit ;;
> NSR-?:NONSTOP_KERNEL:*:*)
> @@ -1320,11 +1335,11 @@ EOF
> i*86:AROS:*:*)
> echo ${UNAME_MACHINE}-pc-aros
> exit ;;
> + x86_64:VMkernel:*:*)
> + echo ${UNAME_MACHINE}-unknown-esx
> + exit ;;
> esac
>
> -#echo '(No uname command or uname output not recognized.)' 1>&2
> -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
> -
> eval $set_cc_for_build
> cat >$dummy.c <<EOF
> #ifdef _SEQUENT_
> diff --git a/config.sub b/config.sub
> index d6b6b3c..8df5511 100755
> --- a/config.sub
> +++ b/config.sub
> @@ -4,7 +4,7 @@
> # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
> # 2011, 2012 Free Software Foundation, Inc.
>
> -timestamp='2012-01-01'
> +timestamp='2012-12-06'
>
> # This file is (in principle) common to ALL GNU software.
> # The presence of a machine in this file suggests that SOME GNU software
> @@ -21,9 +21,7 @@ timestamp='2012-01-01'
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> -# along with this program; if not, write to the Free Software
> -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
> -# 02110-1301, USA.
> +# along with this program; if not, see <http://www.gnu.org/licenses/>.
> #
> # As a special exception to the GNU General Public License, if you
> # distribute this file as part of a program that contains a
> @@ -125,13 +123,17 @@ esac
> maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
> case $maybe_os in
> nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
> - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
> + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
> knetbsd*-gnu* | netbsd*-gnu* | \
> kopensolaris*-gnu* | \
> storm-chaos* | os2-emx* | rtmk-nova*)
> os=-$maybe_os
> basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
> ;;
> + android-linux)
> + os=-linux-android
> + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
> + ;;
> *)
> basic_machine=`echo $1 | sed 's/-[^-]*$//'`
> if [ $basic_machine != $1 ]
> @@ -154,7 +156,7 @@ case $os in
> -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
> -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
> -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
> - -apple | -axis | -knuth | -cray | -microblaze)
> + -apple | -axis | -knuth | -cray | -microblaze*)
> os=
> basic_machine=$1
> ;;
> @@ -223,6 +225,12 @@ case $os in
> -isc*)
> basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
> ;;
> + -lynx*178)
> + os=-lynxos178
> + ;;
> + -lynx*5)
> + os=-lynxos5
> + ;;
> -lynx*)
> os=-lynxos
> ;;
> @@ -247,11 +255,14 @@ case $basic_machine in
> # Some are omitted here because they have special meanings below.
> 1750a | 580 \
> | a29k \
> + | aarch64 | aarch64_be \
> | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
> | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
> | am33_2.0 \
> - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
> - | be32 | be64 \
> + | arc \
> + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
> + | avr | avr32 \
> + | be32 | be64 \
> | bfin \
> | c4x | clipper \
> | d10v | d30v | dlx | dsp16xx \
> @@ -264,7 +275,7 @@ case $basic_machine in
> | le32 | le64 \
> | lm32 \
> | m32c | m32r | m32rle | m68000 | m68k | m88k \
> - | maxq | mb | microblaze | mcore | mep | metag \
> + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
> | mips | mipsbe | mipseb | mipsel | mipsle \
> | mips16 \
> | mips64 | mips64el \
> @@ -319,7 +330,7 @@ case $basic_machine in
> c6x)
> basic_machine=tic6x-unknown
> ;;
> - m6811 | m68hc11 | m6812 | m68hc12 | picochip)
> + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
> basic_machine=$basic_machine-unknown
> os=-none
> ;;
> @@ -332,7 +343,10 @@ case $basic_machine in
> strongarm | thumb | xscale)
> basic_machine=arm-unknown
> ;;
> -
> + xgate)
> + basic_machine=$basic_machine-unknown
> + os=-none
> + ;;
> xscaleeb)
> basic_machine=armeb-unknown
> ;;
> @@ -355,6 +369,7 @@ case $basic_machine in
> # Recognize the basic CPU types with company name.
> 580-* \
> | a29k-* \
> + | aarch64-* | aarch64_be-* \
> | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
> | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
> | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
> @@ -376,7 +391,8 @@ case $basic_machine in
> | lm32-* \
> | m32c-* | m32r-* | m32rle-* \
> | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
> - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
> + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
> + | microblaze-* | microblazeel-* \
> | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
> | mips16-* \
> | mips64-* | mips64el-* \
> @@ -775,9 +791,13 @@ case $basic_machine in
> basic_machine=ns32k-utek
> os=-sysv
> ;;
> - microblaze)
> + microblaze*)
> basic_machine=microblaze-xilinx
> ;;
> + mingw64)
> + basic_machine=x86_64-pc
> + os=-mingw64
> + ;;
> mingw32)
> basic_machine=i386-pc
> os=-mingw32
> @@ -1006,7 +1026,11 @@ case $basic_machine in
> basic_machine=i586-unknown
> os=-pw32
> ;;
> - rdos)
> + rdos | rdos64)
> + basic_machine=x86_64-pc
> + os=-rdos
> + ;;
> + rdos32)
> basic_machine=i386-pc
> os=-rdos
> ;;
> @@ -1339,15 +1363,15 @@ case $os in
> | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
> | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
> | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
> - | -openbsd* | -solidbsd* \
> + | -bitrig* | -openbsd* | -solidbsd* \
> | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
> | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
> | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
> | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
> | -chorusos* | -chorusrdb* | -cegcc* \
> | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
> - | -mingw32* | -linux-gnu* | -linux-android* \
> - | -linux-newlib* | -linux-uclibc* \
> + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
> + | -linux-newlib* | -linux-musl* | -linux-uclibc* \
> | -uxpv* | -beos* | -mpeix* | -udk* \
> | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
> | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
> @@ -1530,6 +1554,9 @@ case $basic_machine in
> c4x-* | tic4x-*)
> os=-coff
> ;;
> + hexagon-*)
> + os=-elf
> + ;;
> tic54x-*)
> os=-coff
> ;;
> diff --git a/install-sh b/install-sh
> index a9244eb..377bb86 100755
> --- a/install-sh
> +++ b/install-sh
> @@ -1,7 +1,7 @@
> #!/bin/sh
> # install - install a program, script, or datafile
>
> -scriptversion=2011-01-19.21; # UTC
> +scriptversion=2011-11-20.07; # UTC
>
> # This originates from X11R5 (mit/util/scripts/install.sh), which was
> # later released in X11R6 (xc/config/util/install.sh) with the
> @@ -35,7 +35,7 @@ scriptversion=2011-01-19.21; # UTC
> # FSF changes to this file are in the public domain.
> #
> # Calling this script install-sh is preferred over install.sh, to prevent
> -# `make' implicit rules from creating a file called install from it
> +# 'make' implicit rules from creating a file called install from it
> # when there is no Makefile.
> #
> # This script is compatible with the BSD install script, but was written
> @@ -156,7 +156,7 @@ while test $# -ne 0; do
> -s) stripcmd=$stripprog;;
>
> -t) dst_arg=$2
> - # Protect names problematic for `test' and other utilities.
> + # Protect names problematic for 'test' and other utilities.
> case $dst_arg in
> -* | [=\(\)!]) dst_arg=./$dst_arg;;
> esac
> @@ -190,7 +190,7 @@ if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
> fi
> shift # arg
> dst_arg=$arg
> - # Protect names problematic for `test' and other utilities.
> + # Protect names problematic for 'test' and other utilities.
> case $dst_arg in
> -* | [=\(\)!]) dst_arg=./$dst_arg;;
> esac
> @@ -202,7 +202,7 @@ if test $# -eq 0; then
> echo "$0: no input file specified." >&2
> exit 1
> fi
> - # It's OK to call `install-sh -d' without argument.
> + # It's OK to call 'install-sh -d' without argument.
> # This can happen when creating conditional directories.
> exit 0
> fi
> @@ -240,7 +240,7 @@ fi
>
> for src
> do
> - # Protect names problematic for `test' and other utilities.
> + # Protect names problematic for 'test' and other utilities.
> case $src in
> -* | [=\(\)!]) src=./$src;;
> esac
> @@ -354,7 +354,7 @@ do
> if test -z "$dir_arg" || {
> # Check for POSIX incompatibilities with -m.
> # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
> - # other-writeable bit of parent directory when it shouldn't.
> + # other-writable bit of parent directory when it shouldn't.
> # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
> ls_ld_tmpdir=`ls -ld "$tmpdir"`
> case $ls_ld_tmpdir in
> diff --git a/missing b/missing
> index 86a8fc3..9a55648 100755
> --- a/missing
> +++ b/missing
> @@ -1,10 +1,9 @@
> #! /bin/sh
> # Common stub for a few missing GNU programs while installing.
>
> -scriptversion=2012-01-06.13; # UTC
> +scriptversion=2012-01-06.18; # UTC
>
> -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
> -# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
> +# Copyright (C) 1996-2012 Free Software Foundation, Inc.
> # Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
>
> # This program is free software; you can redistribute it and/or modify
> @@ -26,7 +25,7 @@ scriptversion=2012-01-06.13; # UTC
> # the same distribution terms that you use for the rest of that program.
>
> if test $# -eq 0; then
> - echo 1>&2 "Try \`$0 --help' for more information"
> + echo 1>&2 "Try '$0 --help' for more information"
> exit 1
> fi
>
> @@ -34,7 +33,7 @@ run=:
> sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
> sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
>
> -# In the cases where this matters, `missing' is being run in the
> +# In the cases where this matters, 'missing' is being run in the
> # srcdir already.
> if test -f configure.ac; then
> configure_ac=configure.ac
> @@ -65,7 +64,7 @@ case $1 in
> echo "\
> $0 [OPTION]... PROGRAM [ARGUMENT]...
>
> -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
> +Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
> error status if there is no known handling for PROGRAM.
>
> Options:
> @@ -74,20 +73,20 @@ Options:
> --run try to run the given command, and emulate it if it fails
>
> Supported PROGRAM values:
> - aclocal touch file \`aclocal.m4'
> - autoconf touch file \`configure'
> - autoheader touch file \`config.h.in'
> + aclocal touch file 'aclocal.m4'
> + autoconf touch file 'configure'
> + autoheader touch file 'config.h.in'
> autom4te touch the output file, or create a stub one
> - automake touch all \`Makefile.in' files
> - bison create \`y.tab.[ch]', if possible, from existing .[ch]
> - flex create \`lex.yy.c', if possible, from existing .c
> + automake touch all 'Makefile.in' files
> + bison create 'y.tab.[ch]', if possible, from existing .[ch]
> + flex create 'lex.yy.c', if possible, from existing .c
> help2man touch the output file
> - lex create \`lex.yy.c', if possible, from existing .c
> + lex create 'lex.yy.c', if possible, from existing .c
> makeinfo touch the output file
> - yacc create \`y.tab.[ch]', if possible, from existing .[ch]
> + yacc create 'y.tab.[ch]', if possible, from existing .[ch]
>
> -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
> -\`g' are ignored when checking the name.
> +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
> +'g' are ignored when checking the name.
>
> Send bug reports to <bug-automake at gnu.org>."
> exit $?
> @@ -99,8 +98,8 @@ Send bug reports to <bug-automake at gnu.org>."
> ;;
>
> -*)
> - echo 1>&2 "$0: Unknown \`$1' option"
> - echo 1>&2 "Try \`$0 --help' for more information"
> + echo 1>&2 "$0: Unknown '$1' option"
> + echo 1>&2 "Try '$0 --help' for more information"
> exit 1
> ;;
>
> @@ -127,7 +126,7 @@ case $1 in
> exit 1
> elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
> # Could not run --version or --help. This is probably someone
> - # running `$TOOL --version' or `$TOOL --help' to check whether
> + # running '$TOOL --version' or '$TOOL --help' to check whether
> # $TOOL exists and not knowing $TOOL uses missing.
> exit 1
> fi
> @@ -139,27 +138,27 @@ esac
> case $program in
> aclocal*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> - you modified \`acinclude.m4' or \`${configure_ac}'. You might want
> - to install the \`Automake' and \`Perl' packages. Grab them from
> +WARNING: '$1' is $msg. You should only need it if
> + you modified 'acinclude.m4' or '${configure_ac}'. You might want
> + to install the Automake and Perl packages. Grab them from
> any GNU archive site."
> touch aclocal.m4
> ;;
>
> autoconf*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> - you modified \`${configure_ac}'. You might want to install the
> - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
> +WARNING: '$1' is $msg. You should only need it if
> + you modified '${configure_ac}'. You might want to install the
> + Autoconf and GNU m4 packages. Grab them from any GNU
> archive site."
> touch configure
> ;;
>
> autoheader*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> - you modified \`acconfig.h' or \`${configure_ac}'. You might want
> - to install the \`Autoconf' and \`GNU m4' packages. Grab them
> +WARNING: '$1' is $msg. You should only need it if
> + you modified 'acconfig.h' or '${configure_ac}'. You might want
> + to install the Autoconf and GNU m4 packages. Grab them
> from any GNU archive site."
> files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
> test -z "$files" && files="config.h"
> @@ -176,9 +175,9 @@ WARNING: \`$1' is $msg. You should only need it if
>
> automake*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
> - You might want to install the \`Automake' and \`Perl' packages.
> +WARNING: '$1' is $msg. You should only need it if
> + you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
> + You might want to install the Automake and Perl packages.
> Grab them from any GNU archive site."
> find . -type f -name Makefile.am -print |
> sed 's/\.am$/.in/' |
> @@ -187,10 +186,10 @@ WARNING: \`$1' is $msg. You should only need it if
>
> autom4te*)
> echo 1>&2 "\
> -WARNING: \`$1' is needed, but is $msg.
> +WARNING: '$1' is needed, but is $msg.
> You might have modified some files without having the
> proper tools for further handling them.
> - You can get \`$1' as part of \`Autoconf' from any GNU
> + You can get '$1' as part of Autoconf from any GNU
> archive site."
>
> file=`echo "$*" | sed -n "$sed_output"`
> @@ -210,10 +209,10 @@ WARNING: \`$1' is needed, but is $msg.
>
> bison*|yacc*)
> echo 1>&2 "\
> -WARNING: \`$1' $msg. You should only need it if
> - you modified a \`.y' file. You may need the \`Bison' package
> +WARNING: '$1' $msg. You should only need it if
> + you modified a '.y' file. You may need the Bison package
> in order for those modifications to take effect. You can get
> - \`Bison' from any GNU archive site."
> + Bison from any GNU archive site."
> rm -f y.tab.c y.tab.h
> if test $# -ne 1; then
> eval LASTARG=\${$#}
> @@ -240,10 +239,10 @@ WARNING: \`$1' $msg. You should only need it if
>
> lex*|flex*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> - you modified a \`.l' file. You may need the \`Flex' package
> +WARNING: '$1' is $msg. You should only need it if
> + you modified a '.l' file. You may need the Flex package
> in order for those modifications to take effect. You can get
> - \`Flex' from any GNU archive site."
> + Flex from any GNU archive site."
> rm -f lex.yy.c
> if test $# -ne 1; then
> eval LASTARG=\${$#}
> @@ -263,10 +262,10 @@ WARNING: \`$1' is $msg. You should only need it if
>
> help2man*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> +WARNING: '$1' is $msg. You should only need it if
> you modified a dependency of a manual page. You may need the
> - \`Help2man' package in order for those modifications to take
> - effect. You can get \`Help2man' from any GNU archive site."
> + Help2man package in order for those modifications to take
> + effect. You can get Help2man from any GNU archive site."
>
> file=`echo "$*" | sed -n "$sed_output"`
> test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
> @@ -281,12 +280,12 @@ WARNING: \`$1' is $msg. You should only need it if
>
> makeinfo*)
> echo 1>&2 "\
> -WARNING: \`$1' is $msg. You should only need it if
> - you modified a \`.texi' or \`.texinfo' file, or any other file
> +WARNING: '$1' is $msg. You should only need it if
> + you modified a '.texi' or '.texinfo' file, or any other file
> indirectly affecting the aspect of the manual. The spurious
> - call might also be the consequence of using a buggy \`make' (AIX,
> - DU, IRIX). You might want to install the \`Texinfo' package or
> - the \`GNU make' package. Grab either from any GNU archive site."
> + call might also be the consequence of using a buggy 'make' (AIX,
> + DU, IRIX). You might want to install the Texinfo package or
> + the GNU make package. Grab either from any GNU archive site."
> # The file to touch is that specified with -o ...
> file=`echo "$*" | sed -n "$sed_output"`
> test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
> @@ -310,12 +309,12 @@ WARNING: \`$1' is $msg. You should only need it if
>
> *)
> echo 1>&2 "\
> -WARNING: \`$1' is needed, and is $msg.
> +WARNING: '$1' is needed, and is $msg.
> You might have modified some files without having the
> - proper tools for further handling them. Check the \`README' file,
> + proper tools for further handling them. Check the 'README' file,
> it often tells you about the needed prerequisites for installing
> this package. You may also peek at any GNU archive site, in case
> - some other package would contain this missing \`$1' program."
> + some other package would contain this missing '$1' program."
> exit 1
> ;;
> esac
>
> _______________________________________________
> rtems-vc mailing list
> rtems-vc at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-vc
--
Joel Sherrill, Ph.D. Director of Research & Development
joel.sherrill at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the devel
mailing list