Changeset 473b4e5 in rtems


Ignore:
Timestamp:
10/04/99 13:30:15 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
936f288
Parents:
9888de3
Message:

Regenerated.

Files:
182 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5757
    5858INSTALL = @INSTALL@
    59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     59INSTALL_PROGRAM = @INSTALL_PROGRAM@
    6060INSTALL_DATA = @INSTALL_DATA@
    6161INSTALL_SCRIPT = @INSTALL_SCRIPT@
     62INSTALL_STRIP_FLAG =
    6263transform = @program_transform_name@
    6364
     
    119120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    120121
    121 TAR = tar
     122TAR = gtar
    122123GZIP_ENV = --best
    123124all: all-redirect
     
    274275          d=$(srcdir); \
    275276          if test -d $$d/$$file; then \
    276             cp -pr $$/$$file $(distdir)/$$file; \
     277            cp -pr $$d/$$file $(distdir)/$$file; \
    277278          else \
    278279            test -f $(distdir)/$$file \
     
    313314all-redirect: all-recursive
    314315install-strip:
    315         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     316        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    316317installdirs: installdirs-recursive
    317318installdirs-am:
  • aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    100101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    101102
    102 TAR = tar
     103TAR = gtar
    103104GZIP_ENV = --best
    104105all: all-redirect
     
    254255          d=$(srcdir); \
    255256          if test -d $$d/$$file; then \
    256             cp -pr $$/$$file $(distdir)/$$file; \
     257            cp -pr $$d/$$file $(distdir)/$$file; \
    257258          else \
    258259            test -f $(distdir)/$$file \
     
    293294all-redirect: all-recursive
    294295install-strip:
    295         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     296        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    296297installdirs: installdirs-recursive
    297298installdirs-am:
  • c/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/configure

    r9888de3 r473b4e5  
    846846
    847847
     848
    848849PACKAGE=rtems-c
    849850
     
    858859missing_dir=`cd $ac_aux_dir && pwd`
    859860echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    860 echo "configure:861: checking for working aclocal" >&5
     861echo "configure:862: checking for working aclocal" >&5
    861862# Run test in a subshell; some versions of sh will print an error if
    862863# an executable is not found, even if stderr is redirected.
     
    871872
    872873echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    873 echo "configure:874: checking for working autoconf" >&5
     874echo "configure:875: checking for working autoconf" >&5
    874875# Run test in a subshell; some versions of sh will print an error if
    875876# an executable is not found, even if stderr is redirected.
     
    884885
    885886echo $ac_n "checking for working automake""... $ac_c" 1>&6
    886 echo "configure:887: checking for working automake" >&5
     887echo "configure:888: checking for working automake" >&5
    887888# Run test in a subshell; some versions of sh will print an error if
    888889# an executable is not found, even if stderr is redirected.
     
    897898
    898899echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    899 echo "configure:900: checking for working autoheader" >&5
     900echo "configure:901: checking for working autoheader" >&5
    900901# Run test in a subshell; some versions of sh will print an error if
    901902# an executable is not found, even if stderr is redirected.
     
    910911
    911912echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    912 echo "configure:913: checking for working makeinfo" >&5
     913echo "configure:914: checking for working makeinfo" >&5
    913914# Run test in a subshell; some versions of sh will print an error if
    914915# an executable is not found, even if stderr is redirected.
     
    924925
    925926echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    926 echo "configure:927: checking whether to enable maintainer-specific portions of Makefiles" >&5
     927echo "configure:928: checking whether to enable maintainer-specific portions of Makefiles" >&5
    927928    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    928929if test "${enable_maintainer_mode+set}" = set; then
     
    990991# Is this a supported CPU?
    991992echo $ac_n "checking if cpu $RTEMS_CPU is supported""... $ac_c" 1>&6
    992 echo "configure:993: checking if cpu $RTEMS_CPU is supported" >&5
     993echo "configure:994: checking if cpu $RTEMS_CPU is supported" >&5
    993994if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then
    994995  echo "$ac_t""yes" 1>&6
     
    10191020 
    10201021echo $ac_n "checking for bsps""... $ac_c" 1>&6
    1021 echo "configure:1022: checking for bsps" >&5
     1022echo "configure:1023: checking for bsps" >&5
    10221023case "${target}" in
    10231024  i[3456]86-go32-rtems*)
     
    10511052    # make sure there is a make/custom file for the bsp
    10521053    echo $ac_n "checking for make/custom/$i.cfg""... $ac_c" 1>&6
    1053 echo "configure:1054: checking for make/custom/$i.cfg" >&5
     1054echo "configure:1055: checking for make/custom/$i.cfg" >&5
    10541055if test -r "$srcdir/$RTEMS_TOPdir/make/custom/$i.cfg"; then
    10551056  echo "$ac_t""yes" 1>&6
  • c/src/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    9899DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    99100
    100 TAR = tar
     101TAR = gtar
    101102GZIP_ENV = --best
    102103all: all-redirect
     
    252253          d=$(srcdir); \
    253254          if test -d $$d/$$file; then \
    254             cp -pr $$/$$file $(distdir)/$$file; \
     255            cp -pr $$d/$$file $(distdir)/$$file; \
    255256          else \
    256257            test -f $(distdir)/$$file \
     
    291292all-redirect: all-recursive
    292293install-strip:
    293         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     294        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    294295installdirs: installdirs-recursive
    295296installdirs-am:
  • c/src/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    111111AC_DEFUN(AM_INIT_AUTOMAKE,
    112112[AC_REQUIRE([AC_PROG_INSTALL])
     113dnl We require 2.13 because we rely on SHELL being computed by configure.
     114AC_PREREQ([2.13])
    113115PACKAGE=[$1]
    114116AC_SUBST(PACKAGE)
  • c/src/configure

    r9888de3 r473b4e5  
    856856
    857857
     858
    858859PACKAGE=rtems-c-src
    859860
     
    868869missing_dir=`cd $ac_aux_dir && pwd`
    869870echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    870 echo "configure:871: checking for working aclocal" >&5
     871echo "configure:872: checking for working aclocal" >&5
    871872# Run test in a subshell; some versions of sh will print an error if
    872873# an executable is not found, even if stderr is redirected.
     
    881882
    882883echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    883 echo "configure:884: checking for working autoconf" >&5
     884echo "configure:885: checking for working autoconf" >&5
    884885# Run test in a subshell; some versions of sh will print an error if
    885886# an executable is not found, even if stderr is redirected.
     
    894895
    895896echo $ac_n "checking for working automake""... $ac_c" 1>&6
    896 echo "configure:897: checking for working automake" >&5
     897echo "configure:898: checking for working automake" >&5
    897898# Run test in a subshell; some versions of sh will print an error if
    898899# an executable is not found, even if stderr is redirected.
     
    907908
    908909echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    909 echo "configure:910: checking for working autoheader" >&5
     910echo "configure:911: checking for working autoheader" >&5
    910911# Run test in a subshell; some versions of sh will print an error if
    911912# an executable is not found, even if stderr is redirected.
     
    920921
    921922echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    922 echo "configure:923: checking for working makeinfo" >&5
     923echo "configure:924: checking for working makeinfo" >&5
    923924# Run test in a subshell; some versions of sh will print an error if
    924925# an executable is not found, even if stderr is redirected.
     
    934935
    935936echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    936 echo "configure:937: checking whether to enable maintainer-specific portions of Makefiles" >&5
     937echo "configure:938: checking whether to enable maintainer-specific portions of Makefiles" >&5
    937938    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    938939if test "${enable_maintainer_mode+set}" = set; then
     
    958959
    959960echo $ac_n "checking for RTEMS_BSP""... $ac_c" 1>&6
    960 echo "configure:961: checking for RTEMS_BSP" >&5
     961echo "configure:962: checking for RTEMS_BSP" >&5
    961962if eval "test \"`echo '$''{'rtems_cv_RTEMS_BSP'+set}'`\" = set"; then
    962963  echo $ac_n "(cached) $ac_c" 1>&6
     
    976977# Is this a supported CPU?
    977978echo $ac_n "checking if cpu $RTEMS_CPU is supported""... $ac_c" 1>&6
    978 echo "configure:979: checking if cpu $RTEMS_CPU is supported" >&5
     979echo "configure:980: checking if cpu $RTEMS_CPU is supported" >&5
    979980if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then
    980981  echo "$ac_t""yes" 1>&6
     
    10211022
    10221023echo $ac_n "checking for make/custom/$RTEMS_BSP.cfg""... $ac_c" 1>&6
    1023 echo "configure:1024: checking for make/custom/$RTEMS_BSP.cfg" >&5
     1024echo "configure:1025: checking for make/custom/$RTEMS_BSP.cfg" >&5
    10241025if test -r "$srcdir/$RTEMS_TOPdir/make/custom/$RTEMS_BSP.cfg"; then
    10251026  echo "$ac_t""yes" 1>&6
  • c/src/exec/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    110111DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    111112
    112 TAR = tar
     113TAR = gtar
    113114GZIP_ENV = --best
    114115DIST_SUBDIRS =  score rtems posix sapi wrapup
     
    265266          d=$(srcdir); \
    266267          if test -d $$d/$$file; then \
    267             cp -pr $$/$$file $(distdir)/$$file; \
     268            cp -pr $$d/$$file $(distdir)/$$file; \
    268269          else \
    269270            test -f $(distdir)/$$file \
     
    304305all-redirect: all-recursive
    305306install-strip:
    306         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     307        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    307308installdirs: installdirs-recursive
    308309installdirs-am:
  • c/src/exec/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/exec/configure

    r9888de3 r473b4e5  
    849849
    850850
     851
    851852PACKAGE=rtems-c-src-exec
    852853
     
    861862missing_dir=`cd $ac_aux_dir && pwd`
    862863echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    863 echo "configure:864: checking for working aclocal" >&5
     864echo "configure:865: checking for working aclocal" >&5
    864865# Run test in a subshell; some versions of sh will print an error if
    865866# an executable is not found, even if stderr is redirected.
     
    874875
    875876echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    876 echo "configure:877: checking for working autoconf" >&5
     877echo "configure:878: checking for working autoconf" >&5
    877878# Run test in a subshell; some versions of sh will print an error if
    878879# an executable is not found, even if stderr is redirected.
     
    887888
    888889echo $ac_n "checking for working automake""... $ac_c" 1>&6
    889 echo "configure:890: checking for working automake" >&5
     890echo "configure:891: checking for working automake" >&5
    890891# Run test in a subshell; some versions of sh will print an error if
    891892# an executable is not found, even if stderr is redirected.
     
    900901
    901902echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    902 echo "configure:903: checking for working autoheader" >&5
     903echo "configure:904: checking for working autoheader" >&5
    903904# Run test in a subshell; some versions of sh will print an error if
    904905# an executable is not found, even if stderr is redirected.
     
    913914
    914915echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    915 echo "configure:916: checking for working makeinfo" >&5
     916echo "configure:917: checking for working makeinfo" >&5
    916917# Run test in a subshell; some versions of sh will print an error if
    917918# an executable is not found, even if stderr is redirected.
     
    927928
    928929echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    929 echo "configure:930: checking whether to enable maintainer-specific portions of Makefiles" >&5
     930echo "configure:931: checking whether to enable maintainer-specific portions of Makefiles" >&5
    930931    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    931932if test "${enable_maintainer_mode+set}" = set; then
     
    10381039
    10391040echo $ac_n "checking for RTEMS_BSP""... $ac_c" 1>&6
    1040 echo "configure:1041: checking for RTEMS_BSP" >&5
     1041echo "configure:1042: checking for RTEMS_BSP" >&5
    10411042if eval "test \"`echo '$''{'rtems_cv_RTEMS_BSP'+set}'`\" = set"; then
    10421043  echo $ac_n "(cached) $ac_c" 1>&6
     
    10571058# Is this a supported CPU?
    10581059echo $ac_n "checking if cpu $RTEMS_CPU is supported""... $ac_c" 1>&6
    1059 echo "configure:1060: checking if cpu $RTEMS_CPU is supported" >&5
     1060echo "configure:1061: checking if cpu $RTEMS_CPU is supported" >&5
    10601061if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then
    10611062  echo "$ac_t""yes" 1>&6
     
    11181119set dummy $ac_prog; ac_word=$2
    11191120echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1120 echo "configure:1121: checking for $ac_word" >&5
     1121echo "configure:1122: checking for $ac_word" >&5
    11211122if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then
    11221123  echo $ac_n "(cached) $ac_c" 1>&6
     
    11621163
    11631164echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1164 echo "configure:1165: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1165echo "configure:1166: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    11651166
    11661167ac_ext=c
     
    11731174cat > conftest.$ac_ext << EOF
    11741175
    1175 #line 1176 "configure"
     1176#line 1177 "configure"
    11761177#include "confdefs.h"
    11771178
    11781179main(){return(0);}
    11791180EOF
    1180 if { (eval echo configure:1181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1181if { (eval echo configure:1182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11811182  ac_cv_prog_cc_works=yes
    11821183  # If we can't run a trivial program, we are probably using a cross compiler.
     
    12041205fi
    12051206echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1206 echo "configure:1207: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1207echo "configure:1208: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    12071208echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    12081209cross_compiling=$ac_cv_prog_cc_cross
    12091210
    12101211echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1211 echo "configure:1212: checking whether we are using GNU C" >&5
     1212echo "configure:1213: checking whether we are using GNU C" >&5
    12121213if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    12131214  echo $ac_n "(cached) $ac_c" 1>&6
     
    12181219#endif
    12191220EOF
    1220 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1221if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12211222  ac_cv_prog_gcc=yes
    12221223else
     
    12331234  CFLAGS=
    12341235  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1235 echo "configure:1236: checking whether ${CC-cc} accepts -g" >&5
     1236echo "configure:1237: checking whether ${CC-cc} accepts -g" >&5
    12361237if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    12371238  echo $ac_n "(cached) $ac_c" 1>&6
     
    12751276
    12761277echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6
    1277 echo "configure:1278: checking whether $CC_FOR_TARGET accepts -specs" >&5
     1278echo "configure:1279: checking whether $CC_FOR_TARGET accepts -specs" >&5
    12781279if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then
    12791280  echo $ac_n "(cached) $ac_c" 1>&6
     
    12961297
    12971298echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6
    1298 echo "configure:1299: checking whether $CC_FOR_TARGET accepts --pipe" >&5
     1299echo "configure:1300: checking whether $CC_FOR_TARGET accepts --pipe" >&5
    12991300if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then
    13001301  echo $ac_n "(cached) $ac_c" 1>&6
     
    13371338 
    13381339echo $ac_n "checking target's ar""... $ac_c" 1>&6
    1339 echo "configure:1340: checking target's ar" >&5
     1340echo "configure:1341: checking target's ar" >&5
    13401341if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    13411342  echo $ac_n "(cached) $ac_c" 1>&6
     
    13701371    # intends
    13711372    echo $ac_n "checking whether environment variable AR_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1372 echo "configure:1373: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
     1373echo "configure:1374: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
    13731374    case "$AR_FOR_TARGET" in
    13741375    /*) # valid
     
    13871388set dummy "$program_prefix"ar; ac_word=$2
    13881389echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1389 echo "configure:1390: checking for $ac_word" >&5
     1390echo "configure:1391: checking for $ac_word" >&5
    13901391if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    13911392  echo $ac_n "(cached) $ac_c" 1>&6
     
    14241425 
    14251426echo $ac_n "checking target's as""... $ac_c" 1>&6
    1426 echo "configure:1427: checking target's as" >&5
     1427echo "configure:1428: checking target's as" >&5
    14271428if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    14281429  echo $ac_n "(cached) $ac_c" 1>&6
     
    14571458    # intends
    14581459    echo $ac_n "checking whether environment variable AS_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1459 echo "configure:1460: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
     1460echo "configure:1461: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
    14601461    case "$AS_FOR_TARGET" in
    14611462    /*) # valid
     
    14741475set dummy "$program_prefix"as; ac_word=$2
    14751476echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1476 echo "configure:1477: checking for $ac_word" >&5
     1477echo "configure:1478: checking for $ac_word" >&5
    14771478if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    14781479  echo $ac_n "(cached) $ac_c" 1>&6
     
    15111512 
    15121513echo $ac_n "checking target's ld""... $ac_c" 1>&6
    1513 echo "configure:1514: checking target's ld" >&5
     1514echo "configure:1515: checking target's ld" >&5
    15141515if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    15151516  echo $ac_n "(cached) $ac_c" 1>&6
     
    15441545    # intends
    15451546    echo $ac_n "checking whether environment variable LD_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1546 echo "configure:1547: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
     1547echo "configure:1548: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
    15471548    case "$LD_FOR_TARGET" in
    15481549    /*) # valid
     
    15611562set dummy "$program_prefix"ld; ac_word=$2
    15621563echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1563 echo "configure:1564: checking for $ac_word" >&5
     1564echo "configure:1565: checking for $ac_word" >&5
    15641565if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    15651566  echo $ac_n "(cached) $ac_c" 1>&6
     
    15981599 
    15991600echo $ac_n "checking target's nm""... $ac_c" 1>&6
    1600 echo "configure:1601: checking target's nm" >&5
     1601echo "configure:1602: checking target's nm" >&5
    16011602if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    16021603  echo $ac_n "(cached) $ac_c" 1>&6
     
    16311632    # intends
    16321633    echo $ac_n "checking whether environment variable NM_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1633 echo "configure:1634: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
     1634echo "configure:1635: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
    16341635    case "$NM_FOR_TARGET" in
    16351636    /*) # valid
     
    16481649set dummy "$program_prefix"nm; ac_word=$2
    16491650echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1650 echo "configure:1651: checking for $ac_word" >&5
     1651echo "configure:1652: checking for $ac_word" >&5
    16511652if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    16521653  echo $ac_n "(cached) $ac_c" 1>&6
     
    16861687 
    16871688echo $ac_n "checking target's ranlib""... $ac_c" 1>&6
    1688 echo "configure:1689: checking target's ranlib" >&5
     1689echo "configure:1690: checking target's ranlib" >&5
    16891690if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    16901691  echo $ac_n "(cached) $ac_c" 1>&6
     
    17191720    # intends
    17201721    echo $ac_n "checking whether environment variable RANLIB_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1721 echo "configure:1722: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
     1722echo "configure:1723: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
    17221723    case "$RANLIB_FOR_TARGET" in
    17231724    /*) # valid
     
    17361737set dummy "$program_prefix"ranlib; ac_word=$2
    17371738echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1738 echo "configure:1739: checking for $ac_word" >&5
     1739echo "configure:1740: checking for $ac_word" >&5
    17391740if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    17401741  echo $ac_n "(cached) $ac_c" 1>&6
     
    17751776   
    17761777echo $ac_n "checking whether $AR_FOR_TARGET -s works""... $ac_c" 1>&6
    1777 echo "configure:1778: checking whether $AR_FOR_TARGET -s works" >&5
     1778echo "configure:1779: checking whether $AR_FOR_TARGET -s works" >&5
    17781779if eval "test \"`echo '$''{'rtems_cv_AR_FOR_TARGET_S'+set}'`\" = set"; then
    17791780  echo $ac_n "(cached) $ac_c" 1>&6
     
    17841785{ return b; }
    17851786EOF
    1786 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:1787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    1787   && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:1788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     1787if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:1788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     1788  && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:1789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    17881789  && test -s conftest.a ; \
    17891790then
     
    18101811 
    18111812echo $ac_n "checking target's objcopy""... $ac_c" 1>&6
    1812 echo "configure:1813: checking target's objcopy" >&5
     1813echo "configure:1814: checking target's objcopy" >&5
    18131814if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    18141815  echo $ac_n "(cached) $ac_c" 1>&6
     
    18431844    # intends
    18441845    echo $ac_n "checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1845 echo "configure:1846: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
     1846echo "configure:1847: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
    18461847    case "$OBJCOPY_FOR_TARGET" in
    18471848    /*) # valid
     
    18601861set dummy "$program_prefix"objcopy; ac_word=$2
    18611862echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1862 echo "configure:1863: checking for $ac_word" >&5
     1863echo "configure:1864: checking for $ac_word" >&5
    18631864if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    18641865  echo $ac_n "(cached) $ac_c" 1>&6
     
    18971898 
    18981899echo $ac_n "checking target's size""... $ac_c" 1>&6
    1899 echo "configure:1900: checking target's size" >&5
     1900echo "configure:1901: checking target's size" >&5
    19001901if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    19011902  echo $ac_n "(cached) $ac_c" 1>&6
     
    19301931    # intends
    19311932    echo $ac_n "checking whether environment variable SIZE_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1932 echo "configure:1933: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
     1933echo "configure:1934: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
    19331934    case "$SIZE_FOR_TARGET" in
    19341935    /*) # valid
     
    19471948set dummy "$program_prefix"size; ac_word=$2
    19481949echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1949 echo "configure:1950: checking for $ac_word" >&5
     1950echo "configure:1951: checking for $ac_word" >&5
    19501951if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    19511952  echo $ac_n "(cached) $ac_c" 1>&6
     
    19841985 
    19851986echo $ac_n "checking target's strip""... $ac_c" 1>&6
    1986 echo "configure:1987: checking target's strip" >&5
     1987echo "configure:1988: checking target's strip" >&5
    19871988if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    19881989  echo $ac_n "(cached) $ac_c" 1>&6
     
    20172018    # intends
    20182019    echo $ac_n "checking whether environment variable STRIP_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2019 echo "configure:2020: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
     2020echo "configure:2021: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
    20202021    case "$STRIP_FOR_TARGET" in
    20212022    /*) # valid
     
    20342035set dummy "$program_prefix"strip; ac_word=$2
    20352036echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2036 echo "configure:2037: checking for $ac_word" >&5
     2037echo "configure:2038: checking for $ac_word" >&5
    20372038if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    20382039  echo $ac_n "(cached) $ac_c" 1>&6
     
    20722073
    20732074echo $ac_n "checking for newlib""... $ac_c" 1>&6
    2074 echo "configure:2075: checking for newlib" >&5
     2075echo "configure:2076: checking for newlib" >&5
    20752076if eval "test \"`echo '$''{'rtems_cv_use_newlib'+set}'`\" = set"; then
    20762077  echo $ac_n "(cached) $ac_c" 1>&6
     
    20812082
    20822083    cat > conftest.$ac_ext <<EOF
    2083 #line 2084 "configure"
     2084#line 2085 "configure"
    20842085#include "confdefs.h"
    20852086extern int not_required_by_rtems() ;
     
    20882089; return 0; }
    20892090EOF
    2090 if { (eval echo configure:2091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2091if { (eval echo configure:2092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20912092  rm -rf conftest*
    20922093  rtems_cv_use_newlib="yes"
     
    20992100    if test -z "$rtems_cv_use_newlib"; then
    21002101      cat > conftest.$ac_ext <<EOF
    2101 #line 2102 "configure"
     2102#line 2103 "configure"
    21022103#include "confdefs.h"
    21032104extern int rtems_provides_crt0 ;
     
    21062107; return 0; }
    21072108EOF
    2108 if { (eval echo configure:2109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2109if { (eval echo configure:2110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21092110  rm -rf conftest*
    21102111  rtems_cv_use_newlib="yes"
     
    21272128# Check if there is custom/*.cfg for this BSP
    21282129echo $ac_n "checking for make/custom/$RTEMS_BSP.cfg""... $ac_c" 1>&6
    2129 echo "configure:2130: checking for make/custom/$RTEMS_BSP.cfg" >&5
     2130echo "configure:2131: checking for make/custom/$RTEMS_BSP.cfg" >&5
    21302131if test -r "$srcdir/$RTEMS_TOPdir/make/custom/$RTEMS_BSP.cfg"; then
    21312132  echo "$ac_t""yes" 1>&6
     
    21352136
    21362137echo $ac_n "checking whether BSP supports multiprocessing""... $ac_c" 1>&6
    2137 echo "configure:2138: checking whether BSP supports multiprocessing" >&5
     2138echo "configure:2139: checking whether BSP supports multiprocessing" >&5
    21382139if eval "test \"`echo '$''{'rtems_cv_HAS_MP'+set}'`\" = set"; then
    21392140  echo $ac_n "(cached) $ac_c" 1>&6
     
    21592160
    21602161echo $ac_n "checking whether BSP supports libposix""... $ac_c" 1>&6
    2161 echo "configure:2162: checking whether BSP supports libposix" >&5
     2162echo "configure:2163: checking whether BSP supports libposix" >&5
    21622163if eval "test \"`echo '$''{'rtems_cv_HAS_POSIX_API'+set}'`\" = set"; then
    21632164  echo $ac_n "(cached) $ac_c" 1>&6
  • c/src/exec/posix/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    107108DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    108109
    109 TAR = tar
     110TAR = gtar
    110111GZIP_ENV = --best
    111112all: all-redirect
     
    261262          d=$(srcdir); \
    262263          if test -d $$d/$$file; then \
    263             cp -pr $$/$$file $(distdir)/$$file; \
     264            cp -pr $$d/$$file $(distdir)/$$file; \
    264265          else \
    265266            test -f $(distdir)/$$file \
     
    300301all-redirect: all-recursive
    301302install-strip:
    302         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     303        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    303304installdirs: installdirs-recursive
    304305installdirs-am:
  • c/src/exec/posix/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/exec/posix/configure

    r9888de3 r473b4e5  
    845845
    846846
     847
    847848PACKAGE=rtems-c-src-exec-posix
    848849
     
    857858missing_dir=`cd $ac_aux_dir && pwd`
    858859echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    859 echo "configure:860: checking for working aclocal" >&5
     860echo "configure:861: checking for working aclocal" >&5
    860861# Run test in a subshell; some versions of sh will print an error if
    861862# an executable is not found, even if stderr is redirected.
     
    870871
    871872echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    872 echo "configure:873: checking for working autoconf" >&5
     873echo "configure:874: checking for working autoconf" >&5
    873874# Run test in a subshell; some versions of sh will print an error if
    874875# an executable is not found, even if stderr is redirected.
     
    883884
    884885echo $ac_n "checking for working automake""... $ac_c" 1>&6
    885 echo "configure:886: checking for working automake" >&5
     886echo "configure:887: checking for working automake" >&5
    886887# Run test in a subshell; some versions of sh will print an error if
    887888# an executable is not found, even if stderr is redirected.
     
    896897
    897898echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    898 echo "configure:899: checking for working autoheader" >&5
     899echo "configure:900: checking for working autoheader" >&5
    899900# Run test in a subshell; some versions of sh will print an error if
    900901# an executable is not found, even if stderr is redirected.
     
    909910
    910911echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    911 echo "configure:912: checking for working makeinfo" >&5
     912echo "configure:913: checking for working makeinfo" >&5
    912913# Run test in a subshell; some versions of sh will print an error if
    913914# an executable is not found, even if stderr is redirected.
     
    923924
    924925echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    925 echo "configure:926: checking whether to enable maintainer-specific portions of Makefiles" >&5
     926echo "configure:927: checking whether to enable maintainer-specific portions of Makefiles" >&5
    926927    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    927928if test "${enable_maintainer_mode+set}" = set; then
     
    10121013
    10131014echo $ac_n "checking for RTEMS_BSP""... $ac_c" 1>&6
    1014 echo "configure:1015: checking for RTEMS_BSP" >&5
     1015echo "configure:1016: checking for RTEMS_BSP" >&5
    10151016if eval "test \"`echo '$''{'rtems_cv_RTEMS_BSP'+set}'`\" = set"; then
    10161017  echo $ac_n "(cached) $ac_c" 1>&6
     
    10311032# Is this a supported CPU?
    10321033echo $ac_n "checking if cpu $RTEMS_CPU is supported""... $ac_c" 1>&6
    1033 echo "configure:1034: checking if cpu $RTEMS_CPU is supported" >&5
     1034echo "configure:1035: checking if cpu $RTEMS_CPU is supported" >&5
    10341035if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then
    10351036  echo "$ac_t""yes" 1>&6
     
    10821083set dummy $ac_prog; ac_word=$2
    10831084echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1084 echo "configure:1085: checking for $ac_word" >&5
     1085echo "configure:1086: checking for $ac_word" >&5
    10851086if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then
    10861087  echo $ac_n "(cached) $ac_c" 1>&6
     
    11411142set dummy $ac_prog; ac_word=$2
    11421143echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1143 echo "configure:1144: checking for $ac_word" >&5
     1144echo "configure:1145: checking for $ac_word" >&5
    11441145if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then
    11451146  echo $ac_n "(cached) $ac_c" 1>&6
     
    11851186
    11861187echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1187 echo "configure:1188: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1188echo "configure:1189: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    11881189
    11891190ac_ext=c
     
    11961197cat > conftest.$ac_ext << EOF
    11971198
    1198 #line 1199 "configure"
     1199#line 1200 "configure"
    11991200#include "confdefs.h"
    12001201
    12011202main(){return(0);}
    12021203EOF
    1203 if { (eval echo configure:1204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1204if { (eval echo configure:1205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12041205  ac_cv_prog_cc_works=yes
    12051206  # If we can't run a trivial program, we are probably using a cross compiler.
     
    12271228fi
    12281229echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1229 echo "configure:1230: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1230echo "configure:1231: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    12301231echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    12311232cross_compiling=$ac_cv_prog_cc_cross
    12321233
    12331234echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1234 echo "configure:1235: checking whether we are using GNU C" >&5
     1235echo "configure:1236: checking whether we are using GNU C" >&5
    12351236if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    12361237  echo $ac_n "(cached) $ac_c" 1>&6
     
    12411242#endif
    12421243EOF
    1243 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1244: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1244if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12441245  ac_cv_prog_gcc=yes
    12451246else
     
    12561257  CFLAGS=
    12571258  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1258 echo "configure:1259: checking whether ${CC-cc} accepts -g" >&5
     1259echo "configure:1260: checking whether ${CC-cc} accepts -g" >&5
    12591260if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    12601261  echo $ac_n "(cached) $ac_c" 1>&6
     
    12981299
    12991300echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6
    1300 echo "configure:1301: checking whether $CC_FOR_TARGET accepts -specs" >&5
     1301echo "configure:1302: checking whether $CC_FOR_TARGET accepts -specs" >&5
    13011302if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then
    13021303  echo $ac_n "(cached) $ac_c" 1>&6
     
    13191320
    13201321echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6
    1321 echo "configure:1322: checking whether $CC_FOR_TARGET accepts --pipe" >&5
     1322echo "configure:1323: checking whether $CC_FOR_TARGET accepts --pipe" >&5
    13221323if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then
    13231324  echo $ac_n "(cached) $ac_c" 1>&6
     
    13601361 
    13611362echo $ac_n "checking target's ar""... $ac_c" 1>&6
    1362 echo "configure:1363: checking target's ar" >&5
     1363echo "configure:1364: checking target's ar" >&5
    13631364if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    13641365  echo $ac_n "(cached) $ac_c" 1>&6
     
    13931394    # intends
    13941395    echo $ac_n "checking whether environment variable AR_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1395 echo "configure:1396: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
     1396echo "configure:1397: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5
    13961397    case "$AR_FOR_TARGET" in
    13971398    /*) # valid
     
    14101411set dummy "$program_prefix"ar; ac_word=$2
    14111412echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1412 echo "configure:1413: checking for $ac_word" >&5
     1413echo "configure:1414: checking for $ac_word" >&5
    14131414if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
    14141415  echo $ac_n "(cached) $ac_c" 1>&6
     
    14471448 
    14481449echo $ac_n "checking target's as""... $ac_c" 1>&6
    1449 echo "configure:1450: checking target's as" >&5
     1450echo "configure:1451: checking target's as" >&5
    14501451if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    14511452  echo $ac_n "(cached) $ac_c" 1>&6
     
    14801481    # intends
    14811482    echo $ac_n "checking whether environment variable AS_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1482 echo "configure:1483: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
     1483echo "configure:1484: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5
    14831484    case "$AS_FOR_TARGET" in
    14841485    /*) # valid
     
    14971498set dummy "$program_prefix"as; ac_word=$2
    14981499echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1499 echo "configure:1500: checking for $ac_word" >&5
     1500echo "configure:1501: checking for $ac_word" >&5
    15001501if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
    15011502  echo $ac_n "(cached) $ac_c" 1>&6
     
    15341535 
    15351536echo $ac_n "checking target's ld""... $ac_c" 1>&6
    1536 echo "configure:1537: checking target's ld" >&5
     1537echo "configure:1538: checking target's ld" >&5
    15371538if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    15381539  echo $ac_n "(cached) $ac_c" 1>&6
     
    15671568    # intends
    15681569    echo $ac_n "checking whether environment variable LD_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1569 echo "configure:1570: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
     1570echo "configure:1571: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5
    15701571    case "$LD_FOR_TARGET" in
    15711572    /*) # valid
     
    15841585set dummy "$program_prefix"ld; ac_word=$2
    15851586echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1586 echo "configure:1587: checking for $ac_word" >&5
     1587echo "configure:1588: checking for $ac_word" >&5
    15871588if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
    15881589  echo $ac_n "(cached) $ac_c" 1>&6
     
    16211622 
    16221623echo $ac_n "checking target's nm""... $ac_c" 1>&6
    1623 echo "configure:1624: checking target's nm" >&5
     1624echo "configure:1625: checking target's nm" >&5
    16241625if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    16251626  echo $ac_n "(cached) $ac_c" 1>&6
     
    16541655    # intends
    16551656    echo $ac_n "checking whether environment variable NM_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1656 echo "configure:1657: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
     1657echo "configure:1658: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5
    16571658    case "$NM_FOR_TARGET" in
    16581659    /*) # valid
     
    16711672set dummy "$program_prefix"nm; ac_word=$2
    16721673echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1673 echo "configure:1674: checking for $ac_word" >&5
     1674echo "configure:1675: checking for $ac_word" >&5
    16741675if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
    16751676  echo $ac_n "(cached) $ac_c" 1>&6
     
    17091710 
    17101711echo $ac_n "checking target's ranlib""... $ac_c" 1>&6
    1711 echo "configure:1712: checking target's ranlib" >&5
     1712echo "configure:1713: checking target's ranlib" >&5
    17121713if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    17131714  echo $ac_n "(cached) $ac_c" 1>&6
     
    17421743    # intends
    17431744    echo $ac_n "checking whether environment variable RANLIB_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1744 echo "configure:1745: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
     1745echo "configure:1746: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5
    17451746    case "$RANLIB_FOR_TARGET" in
    17461747    /*) # valid
     
    17591760set dummy "$program_prefix"ranlib; ac_word=$2
    17601761echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1761 echo "configure:1762: checking for $ac_word" >&5
     1762echo "configure:1763: checking for $ac_word" >&5
    17621763if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
    17631764  echo $ac_n "(cached) $ac_c" 1>&6
     
    17981799   
    17991800echo $ac_n "checking whether $AR_FOR_TARGET -s works""... $ac_c" 1>&6
    1800 echo "configure:1801: checking whether $AR_FOR_TARGET -s works" >&5
     1801echo "configure:1802: checking whether $AR_FOR_TARGET -s works" >&5
    18011802if eval "test \"`echo '$''{'rtems_cv_AR_FOR_TARGET_S'+set}'`\" = set"; then
    18021803  echo $ac_n "(cached) $ac_c" 1>&6
     
    18071808{ return b; }
    18081809EOF
    1809 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:1810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    1810   && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:1811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     1810if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:1811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
     1811  && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:1812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \
    18111812  && test -s conftest.a ; \
    18121813then
     
    18331834 
    18341835echo $ac_n "checking target's objcopy""... $ac_c" 1>&6
    1835 echo "configure:1836: checking target's objcopy" >&5
     1836echo "configure:1837: checking target's objcopy" >&5
    18361837if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    18371838  echo $ac_n "(cached) $ac_c" 1>&6
     
    18661867    # intends
    18671868    echo $ac_n "checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1868 echo "configure:1869: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
     1869echo "configure:1870: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5
    18691870    case "$OBJCOPY_FOR_TARGET" in
    18701871    /*) # valid
     
    18831884set dummy "$program_prefix"objcopy; ac_word=$2
    18841885echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1885 echo "configure:1886: checking for $ac_word" >&5
     1886echo "configure:1887: checking for $ac_word" >&5
    18861887if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then
    18871888  echo $ac_n "(cached) $ac_c" 1>&6
     
    19201921 
    19211922echo $ac_n "checking target's size""... $ac_c" 1>&6
    1922 echo "configure:1923: checking target's size" >&5
     1923echo "configure:1924: checking target's size" >&5
    19231924if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    19241925  echo $ac_n "(cached) $ac_c" 1>&6
     
    19531954    # intends
    19541955    echo $ac_n "checking whether environment variable SIZE_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    1955 echo "configure:1956: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
     1956echo "configure:1957: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5
    19561957    case "$SIZE_FOR_TARGET" in
    19571958    /*) # valid
     
    19701971set dummy "$program_prefix"size; ac_word=$2
    19711972echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1972 echo "configure:1973: checking for $ac_word" >&5
     1973echo "configure:1974: checking for $ac_word" >&5
    19731974if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then
    19741975  echo $ac_n "(cached) $ac_c" 1>&6
     
    20072008 
    20082009echo $ac_n "checking target's strip""... $ac_c" 1>&6
    2009 echo "configure:2010: checking target's strip" >&5
     2010echo "configure:2011: checking target's strip" >&5
    20102011if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    20112012  echo $ac_n "(cached) $ac_c" 1>&6
     
    20402041    # intends
    20412042    echo $ac_n "checking whether environment variable STRIP_FOR_TARGET is an absolute path""... $ac_c" 1>&6
    2042 echo "configure:2043: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
     2043echo "configure:2044: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5
    20432044    case "$STRIP_FOR_TARGET" in
    20442045    /*) # valid
     
    20572058set dummy "$program_prefix"strip; ac_word=$2
    20582059echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2059 echo "configure:2060: checking for $ac_word" >&5
     2060echo "configure:2061: checking for $ac_word" >&5
    20602061if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
    20612062  echo $ac_n "(cached) $ac_c" 1>&6
     
    20962097# Check if there is custom/*.cfg for this BSP
    20972098echo $ac_n "checking for make/custom/$RTEMS_BSP.cfg""... $ac_c" 1>&6
    2098 echo "configure:2099: checking for make/custom/$RTEMS_BSP.cfg" >&5
     2099echo "configure:2100: checking for make/custom/$RTEMS_BSP.cfg" >&5
    20992100if test -r "$srcdir/$RTEMS_TOPdir/make/custom/$RTEMS_BSP.cfg"; then
    21002101  echo "$ac_t""yes" 1>&6
     
    21042105
    21052106echo $ac_n "checking whether BSP supports multiprocessing""... $ac_c" 1>&6
    2106 echo "configure:2107: checking whether BSP supports multiprocessing" >&5
     2107echo "configure:2108: checking whether BSP supports multiprocessing" >&5
    21072108if eval "test \"`echo '$''{'rtems_cv_HAS_MP'+set}'`\" = set"; then
    21082109  echo $ac_n "(cached) $ac_c" 1>&6
     
    21282129
    21292130echo $ac_n "checking whether BSP supports libposix""... $ac_c" 1>&6
    2130 echo "configure:2131: checking whether BSP supports libposix" >&5
     2131echo "configure:2132: checking whether BSP supports libposix" >&5
    21312132if eval "test \"`echo '$''{'rtems_cv_HAS_POSIX_API'+set}'`\" = set"; then
    21322133  echo $ac_n "(cached) $ac_c" 1>&6
     
    21852186## Needed when using automake for libs/rels
    21862187echo $ac_n "checking for newlib""... $ac_c" 1>&6
    2187 echo "configure:2188: checking for newlib" >&5
     2188echo "configure:2189: checking for newlib" >&5
    21882189if eval "test \"`echo '$''{'rtems_cv_use_newlib'+set}'`\" = set"; then
    21892190  echo $ac_n "(cached) $ac_c" 1>&6
     
    21942195
    21952196    cat > conftest.$ac_ext <<EOF
    2196 #line 2197 "configure"
     2197#line 2198 "configure"
    21972198#include "confdefs.h"
    21982199extern int not_required_by_rtems() ;
     
    22012202; return 0; }
    22022203EOF
    2203 if { (eval echo configure:2204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2204if { (eval echo configure:2205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22042205  rm -rf conftest*
    22052206  rtems_cv_use_newlib="yes"
     
    22122213    if test -z "$rtems_cv_use_newlib"; then
    22132214      cat > conftest.$ac_ext <<EOF
    2214 #line 2215 "configure"
     2215#line 2216 "configure"
    22152216#include "confdefs.h"
    22162217extern int rtems_provides_crt0 ;
     
    22192220; return 0; }
    22202221EOF
    2221 if { (eval echo configure:2222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2222if { (eval echo configure:2223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22222223  rm -rf conftest*
    22232224  rtems_cv_use_newlib="yes"
  • c/src/exec/posix/include/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    118119DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    119120
    120 TAR = tar
     121TAR = gtar
    121122GZIP_ENV = --best
    122123all: all-redirect
     
    232233          d=$(srcdir); \
    233234          if test -d $$d/$$file; then \
    234             cp -pr $$/$$file $(distdir)/$$file; \
     235            cp -pr $$d/$$file $(distdir)/$$file; \
    235236          else \
    236237            test -f $(distdir)/$$file \
     
    271272all-redirect: all-recursive
    272273install-strip:
    273         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     274        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    274275installdirs: installdirs-recursive
    275276installdirs-am:
  • c/src/exec/posix/include/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    105106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    106107
    107 TAR = tar
     108TAR = gtar
    108109GZIP_ENV = --best
    109110all: all-redirect
     
    219220          d=$(srcdir); \
    220221          if test -d $$d/$$file; then \
    221             cp -pr $$/$$file $(distdir)/$$file; \
     222            cp -pr $$d/$$file $(distdir)/$$file; \
    222223          else \
    223224            test -f $(distdir)/$$file \
     
    258259all-redirect: all-recursive
    259260install-strip:
    260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     261        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    261262installdirs: installdirs-recursive
    262263installdirs-am:
  • c/src/exec/posix/include/rtems/posix/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    117118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    118119
    119 TAR = tar
     120TAR = gtar
    120121GZIP_ENV = --best
    121122all: all-redirect
     
    171172          d=$(srcdir); \
    172173          if test -d $$d/$$file; then \
    173             cp -pr $$/$$file $(distdir)/$$file; \
     174            cp -pr $$d/$$file $(distdir)/$$file; \
    174175          else \
    175176            test -f $(distdir)/$$file \
     
    200201all-redirect: all-am
    201202install-strip:
    202         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     203        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    203204installdirs:
    204205
  • c/src/exec/posix/include/sys/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    111112DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    112113
    113 TAR = tar
     114TAR = gtar
    114115GZIP_ENV = --best
    115116all: all-redirect
     
    165166          d=$(srcdir); \
    166167          if test -d $$d/$$file; then \
    167             cp -pr $$/$$file $(distdir)/$$file; \
     168            cp -pr $$d/$$file $(distdir)/$$file; \
    168169          else \
    169170            test -f $(distdir)/$$file \
     
    194195all-redirect: all-am
    195196install-strip:
    196         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     197        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    197198installdirs:
    198199
  • c/src/exec/posix/inline/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    105106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    106107
    107 TAR = tar
     108TAR = gtar
    108109GZIP_ENV = --best
    109110all: all-redirect
     
    219220          d=$(srcdir); \
    220221          if test -d $$d/$$file; then \
    221             cp -pr $$/$$file $(distdir)/$$file; \
     222            cp -pr $$d/$$file $(distdir)/$$file; \
    222223          else \
    223224            test -f $(distdir)/$$file \
     
    258259all-redirect: all-recursive
    259260install-strip:
    260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     261        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    261262installdirs: installdirs-recursive
    262263installdirs-am:
  • c/src/exec/posix/inline/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    105106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    106107
    107 TAR = tar
     108TAR = gtar
    108109GZIP_ENV = --best
    109110all: all-redirect
     
    219220          d=$(srcdir); \
    220221          if test -d $$d/$$file; then \
    221             cp -pr $$/$$file $(distdir)/$$file; \
     222            cp -pr $$d/$$file $(distdir)/$$file; \
    222223          else \
    223224            test -f $(distdir)/$$file \
     
    258259all-redirect: all-recursive
    259260install-strip:
    260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     261        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    261262installdirs: installdirs-recursive
    262263installdirs-am:
  • c/src/exec/posix/inline/rtems/posix/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    112113DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    113114
    114 TAR = tar
     115TAR = gtar
    115116GZIP_ENV = --best
    116117all: all-redirect
     
    166167          d=$(srcdir); \
    167168          if test -d $$d/$$file; then \
    168             cp -pr $$/$$file $(distdir)/$$file; \
     169            cp -pr $$d/$$file $(distdir)/$$file; \
    169170          else \
    170171            test -f $(distdir)/$$file \
     
    195196all-redirect: all-am
    196197install-strip:
    197         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     198        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    198199installdirs:
    199200
  • c/src/exec/posix/macros/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    105106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    106107
    107 TAR = tar
     108TAR = gtar
    108109GZIP_ENV = --best
    109110all: all-redirect
     
    219220          d=$(srcdir); \
    220221          if test -d $$d/$$file; then \
    221             cp -pr $$/$$file $(distdir)/$$file; \
     222            cp -pr $$d/$$file $(distdir)/$$file; \
    222223          else \
    223224            test -f $(distdir)/$$file \
     
    258259all-redirect: all-recursive
    259260install-strip:
    260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     261        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    261262installdirs: installdirs-recursive
    262263installdirs-am:
  • c/src/exec/posix/macros/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    105106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    106107
    107 TAR = tar
     108TAR = gtar
    108109GZIP_ENV = --best
    109110all: all-redirect
     
    219220          d=$(srcdir); \
    220221          if test -d $$d/$$file; then \
    221             cp -pr $$/$$file $(distdir)/$$file; \
     222            cp -pr $$d/$$file $(distdir)/$$file; \
    222223          else \
    223224            test -f $(distdir)/$$file \
     
    258259all-redirect: all-recursive
    259260install-strip:
    260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     261        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    261262installdirs: installdirs-recursive
    262263installdirs-am:
  • c/src/exec/posix/macros/rtems/posix/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    110111DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    111112
    112 TAR = tar
     113TAR = gtar
    113114GZIP_ENV = --best
    114115all: all-redirect
     
    138139          d=$(srcdir); \
    139140          if test -d $$d/$$file; then \
    140             cp -pr $$/$$file $(distdir)/$$file; \
     141            cp -pr $$d/$$file $(distdir)/$$file; \
    141142          else \
    142143            test -f $(distdir)/$$file \
     
    167168all-redirect: all-am
    168169install-strip:
    169         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     170        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    170171installdirs:
    171172
  • c/src/exec/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/rtems/include/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    229230          d=$(srcdir); \
    230231          if test -d $$d/$$file; then \
    231             cp -pr $$/$$file $(distdir)/$$file; \
     232            cp -pr $$d/$$file $(distdir)/$$file; \
    232233          else \
    233234            test -f $(distdir)/$$file \
     
    268269all-redirect: all-recursive
    269270install-strip:
    270         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     271        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    271272installdirs: installdirs-recursive
    272273installdirs-am:
  • c/src/exec/rtems/include/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/rtems/include/rtems/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    118119DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    119120
    120 TAR = tar
     121TAR = gtar
    121122GZIP_ENV = --best
    122123all: all-redirect
     
    172173          d=$(srcdir); \
    173174          if test -d $$d/$$file; then \
    174             cp -pr $$/$$file $(distdir)/$$file; \
     175            cp -pr $$d/$$file $(distdir)/$$file; \
    175176          else \
    176177            test -f $(distdir)/$$file \
     
    201202all-redirect: all-am
    202203install-strip:
    203         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     204        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    204205installdirs:
    205206
  • c/src/exec/rtems/inline/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/rtems/inline/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/rtems/inline/rtems/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    111112DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    112113
    113 TAR = tar
     114TAR = gtar
    114115GZIP_ENV = --best
    115116all: all-redirect
     
    165166          d=$(srcdir); \
    166167          if test -d $$d/$$file; then \
    167             cp -pr $$/$$file $(distdir)/$$file; \
     168            cp -pr $$d/$$file $(distdir)/$$file; \
    168169          else \
    169170            test -f $(distdir)/$$file \
     
    194195all-redirect: all-am
    195196install-strip:
    196         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     197        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    197198installdirs:
    198199
  • c/src/exec/rtems/macros/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/rtems/macros/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/rtems/macros/rtems/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    111112DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    112113
    113 TAR = tar
     114TAR = gtar
    114115GZIP_ENV = --best
    115116all: all-redirect
     
    165166          d=$(srcdir); \
    166167          if test -d $$d/$$file; then \
    167             cp -pr $$/$$file $(distdir)/$$file; \
     168            cp -pr $$d/$$file $(distdir)/$$file; \
    168169          else \
    169170            test -f $(distdir)/$$file \
     
    194195all-redirect: all-am
    195196install-strip:
    196         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     197        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    197198installdirs:
    198199
  • c/src/exec/sapi/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/sapi/include/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    229230          d=$(srcdir); \
    230231          if test -d $$d/$$file; then \
    231             cp -pr $$/$$file $(distdir)/$$file; \
     232            cp -pr $$d/$$file $(distdir)/$$file; \
    232233          else \
    233234            test -f $(distdir)/$$file \
     
    268269all-redirect: all-recursive
    269270install-strip:
    270         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     271        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    271272installdirs: installdirs-recursive
    272273installdirs-am:
  • c/src/exec/sapi/include/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    171172          d=$(srcdir); \
    172173          if test -d $$d/$$file; then \
    173             cp -pr $$/$$file $(distdir)/$$file; \
     174            cp -pr $$d/$$file $(distdir)/$$file; \
    174175          else \
    175176            test -f $(distdir)/$$file \
     
    200201all-redirect: all-am
    201202install-strip:
    202         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     203        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    203204installdirs:
    204205
  • c/src/exec/sapi/inline/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/sapi/inline/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    111112DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    112113
    113 TAR = tar
     114TAR = gtar
    114115GZIP_ENV = --best
    115116all: all-redirect
     
    165166          d=$(srcdir); \
    166167          if test -d $$d/$$file; then \
    167             cp -pr $$/$$file $(distdir)/$$file; \
     168            cp -pr $$d/$$file $(distdir)/$$file; \
    168169          else \
    169170            test -f $(distdir)/$$file \
     
    194195all-redirect: all-am
    195196install-strip:
    196         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     197        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    197198installdirs:
    198199
  • c/src/exec/sapi/macros/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/sapi/macros/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    111112DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    112113
    113 TAR = tar
     114TAR = gtar
    114115GZIP_ENV = --best
    115116all: all-redirect
     
    165166          d=$(srcdir); \
    166167          if test -d $$d/$$file; then \
    167             cp -pr $$/$$file $(distdir)/$$file; \
     168            cp -pr $$d/$$file $(distdir)/$$file; \
    168169          else \
    169170            test -f $(distdir)/$$file \
     
    194195all-redirect: all-am
    195196install-strip:
    196         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     197        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    197198installdirs:
    198199
  • c/src/exec/score/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/score/cpu/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  • c/src/exec/score/include/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/score/include/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    229230          d=$(srcdir); \
    230231          if test -d $$d/$$file; then \
    231             cp -pr $$/$$file $(distdir)/$$file; \
     232            cp -pr $$d/$$file $(distdir)/$$file; \
    232233          else \
    233234            test -f $(distdir)/$$file \
     
    268269all-redirect: all-recursive
    269270install-strip:
    270         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     271        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    271272installdirs: installdirs-recursive
    272273installdirs-am:
  • c/src/exec/score/inline/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/score/inline/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/score/inline/rtems/score/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    169170          d=$(srcdir); \
    170171          if test -d $$d/$$file; then \
    171             cp -pr $$/$$file $(distdir)/$$file; \
     172            cp -pr $$d/$$file $(distdir)/$$file; \
    172173          else \
    173174            test -f $(distdir)/$$file \
     
    198199all-redirect: all-am
    199200install-strip:
    200         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     201        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    201202installdirs:
    202203
  • c/src/exec/score/macros/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    108109DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    109110
    110 TAR = tar
     111TAR = gtar
    111112GZIP_ENV = --best
    112113all: all-redirect
     
    222223          d=$(srcdir); \
    223224          if test -d $$d/$$file; then \
    224             cp -pr $$/$$file $(distdir)/$$file; \
     225            cp -pr $$d/$$file $(distdir)/$$file; \
    225226          else \
    226227            test -f $(distdir)/$$file \
     
    261262all-redirect: all-recursive
    262263install-strip:
    263         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     264        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    264265installdirs: installdirs-recursive
    265266installdirs-am:
  • c/src/exec/score/macros/rtems/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    106107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    107108
    108 TAR = tar
     109TAR = gtar
    109110GZIP_ENV = --best
    110111all: all-redirect
     
    220221          d=$(srcdir); \
    221222          if test -d $$d/$$file; then \
    222             cp -pr $$/$$file $(distdir)/$$file; \
     223            cp -pr $$d/$$file $(distdir)/$$file; \
    223224          else \
    224225            test -f $(distdir)/$$file \
     
    259260all-redirect: all-recursive
    260261install-strip:
    261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     262        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    262263installdirs: installdirs-recursive
    263264installdirs-am:
  • c/src/exec/score/macros/rtems/score/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    117118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    118119
    119 TAR = tar
     120TAR = gtar
    120121GZIP_ENV = --best
    121122all: all-redirect
     
    171172          d=$(srcdir); \
    172173          if test -d $$d/$$file; then \
    173             cp -pr $$/$$file $(distdir)/$$file; \
     174            cp -pr $$d/$$file $(distdir)/$$file; \
    174175          else \
    175176            test -f $(distdir)/$$file \
     
    200201all-redirect: all-am
    201202install-strip:
    202         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     203        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    203204installdirs:
    204205
  • c/src/exec/wrapup/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    108109DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    109110
    110 TAR = tar
     111TAR = gtar
    111112GZIP_ENV = --best
    112113DIST_SUBDIRS =  rtems posix
     
    223224          d=$(srcdir); \
    224225          if test -d $$d/$$file; then \
    225             cp -pr $$/$$file $(distdir)/$$file; \
     226            cp -pr $$d/$$file $(distdir)/$$file; \
    226227          else \
    227228            test -f $(distdir)/$$file \
     
    262263all-redirect: all-recursive
    263264install-strip:
    264         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     265        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    265266installdirs: installdirs-recursive
    266267installdirs-am:
  • c/src/lib/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    119120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    120121
    121 TAR = tar
     122TAR = gtar
    122123GZIP_ENV = --best
    123124DIST_SUBDIRS =  start include libmisc libc libnetworking libcpu libbsp \
     
    275276          d=$(srcdir); \
    276277          if test -d $$d/$$file; then \
    277             cp -pr $$/$$file $(distdir)/$$file; \
     278            cp -pr $$d/$$file $(distdir)/$$file; \
    278279          else \
    279280            test -f $(distdir)/$$file \
     
    314315all-redirect: all-recursive
    315316install-strip:
    316         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     317        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    317318installdirs: installdirs-recursive
    318319installdirs-am:
  • c/src/lib/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  • c/src/lib/include/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    4949
    5050INSTALL = @INSTALL@
    51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     51INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5252INSTALL_DATA = @INSTALL_DATA@
    5353INSTALL_SCRIPT = @INSTALL_SCRIPT@
     54INSTALL_STRIP_FLAG =
    5455transform = @program_transform_name@
    5556
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    229230          d=$(srcdir); \
    230231          if test -d $$d/$$file; then \
    231             cp -pr $$/$$file $(distdir)/$$file; \
     232            cp -pr $$d/$$file $(distdir)/$$file; \
    232233          else \
    233234            test -f $(distdir)/$$file \
     
    268269all-redirect: all-recursive
    269270install-strip:
    270         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     271        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    271272installdirs: installdirs-recursive
    272273installdirs-am:
  • c/src/lib/include/motorola/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    169170          d=$(srcdir); \
    170171          if test -d $$d/$$file; then \
    171             cp -pr $$/$$file $(distdir)/$$file; \
     172            cp -pr $$d/$$file $(distdir)/$$file; \
    172173          else \
    173174            test -f $(distdir)/$$file \
     
    198199all-redirect: all-am
    199200install-strip:
    200         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     201        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    201202installdirs:
    202203
  • c/src/lib/include/rdbg/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    117118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    118119
    119 TAR = tar
     120TAR = gtar
    120121GZIP_ENV = --best
    121122DIST_SUBDIRS =  @RTEMS_CPU@
     
    232233          d=$(srcdir); \
    233234          if test -d $$d/$$file; then \
    234             cp -pr $$/$$file $(distdir)/$$file; \
     235            cp -pr $$d/$$file $(distdir)/$$file; \
    235236          else \
    236237            test -f $(distdir)/$$file \
     
    271272all-redirect: all-recursive
    272273install-strip:
    273         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     274        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    274275installdirs: installdirs-recursive
    275276installdirs-am:
  • c/src/lib/include/rdbg/i386/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    169170          d=$(srcdir); \
    170171          if test -d $$d/$$file; then \
    171             cp -pr $$/$$file $(distdir)/$$file; \
     172            cp -pr $$d/$$file $(distdir)/$$file; \
    172173          else \
    173174            test -f $(distdir)/$$file \
     
    198199all-redirect: all-am
    199200install-strip:
    200         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     201        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    201202installdirs:
    202203
  • c/src/lib/include/rdbg/powerpc/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    169170          d=$(srcdir); \
    170171          if test -d $$d/$$file; then \
    171             cp -pr $$/$$file $(distdir)/$$file; \
     172            cp -pr $$d/$$file $(distdir)/$$file; \
    172173          else \
    173174            test -f $(distdir)/$$file \
     
    198199all-redirect: all-am
    199200install-strip:
    200         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     201        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    201202installdirs:
    202203
  • c/src/lib/include/rpc/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    114115DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    115116
    116 TAR = tar
     117TAR = gtar
    117118GZIP_ENV = --best
    118119all: all-redirect
     
    168169          d=$(srcdir); \
    169170          if test -d $$d/$$file; then \
    170             cp -pr $$/$$file $(distdir)/$$file; \
     171            cp -pr $$d/$$file $(distdir)/$$file; \
    171172          else \
    172173            test -f $(distdir)/$$file \
     
    197198all-redirect: all-am
    198199install-strip:
    199         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     200        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    200201installdirs:
    201202
  • c/src/lib/include/sys/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    119120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    120121
    121 TAR = tar
     122TAR = gtar
    122123GZIP_ENV = --best
    123124all: all-redirect
     
    173174          d=$(srcdir); \
    174175          if test -d $$d/$$file; then \
    175             cp -pr $$/$$file $(distdir)/$$file; \
     176            cp -pr $$d/$$file $(distdir)/$$file; \
    176177          else \
    177178            test -f $(distdir)/$$file \
     
    202203all-redirect: all-am
    203204install-strip:
    204         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     205        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    205206installdirs:
    206207
  • c/src/lib/include/zilog/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    115116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    116117
    117 TAR = tar
     118TAR = gtar
    118119GZIP_ENV = --best
    119120all: all-redirect
     
    169170          d=$(srcdir); \
    170171          if test -d $$d/$$file; then \
    171             cp -pr $$/$$file $(distdir)/$$file; \
     172            cp -pr $$d/$$file $(distdir)/$$file; \
    172173          else \
    173174            test -f $(distdir)/$$file \
     
    198199all-redirect: all-am
    199200install-strip:
    200         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     201        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    201202installdirs:
    202203
  • c/src/lib/libbsp/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    122123DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    123124
    124 TAR = tar
     125TAR = gtar
    125126GZIP_ENV = --best
    126127DEP_FILES =  .deps/print_dump.P
     
    278279          d=$(srcdir); \
    279280          if test -d $$d/$$file; then \
    280             cp -pr $$/$$file $(distdir)/$$file; \
     281            cp -pr $$d/$$file $(distdir)/$$file; \
    281282          else \
    282283            test -f $(distdir)/$$file \
     
    342343all-redirect: all-am
    343344install-strip:
    344         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     345        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    345346installdirs:
    346347
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/lib/libbsp/hppa1.1/simhppa/tools/configure

    r9888de3 r473b4e5  
    838838
    839839
     840
    840841PACKAGE=rtems-lib-libbsp-hppa-simhppa-tools
    841842
     
    850851missing_dir=`cd $ac_aux_dir && pwd`
    851852echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    852 echo "configure:853: checking for working aclocal" >&5
     853echo "configure:854: checking for working aclocal" >&5
    853854# Run test in a subshell; some versions of sh will print an error if
    854855# an executable is not found, even if stderr is redirected.
     
    863864
    864865echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    865 echo "configure:866: checking for working autoconf" >&5
     866echo "configure:867: checking for working autoconf" >&5
    866867# Run test in a subshell; some versions of sh will print an error if
    867868# an executable is not found, even if stderr is redirected.
     
    876877
    877878echo $ac_n "checking for working automake""... $ac_c" 1>&6
    878 echo "configure:879: checking for working automake" >&5
     879echo "configure:880: checking for working automake" >&5
    879880# Run test in a subshell; some versions of sh will print an error if
    880881# an executable is not found, even if stderr is redirected.
     
    889890
    890891echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    891 echo "configure:892: checking for working autoheader" >&5
     892echo "configure:893: checking for working autoheader" >&5
    892893# Run test in a subshell; some versions of sh will print an error if
    893894# an executable is not found, even if stderr is redirected.
     
    902903
    903904echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    904 echo "configure:905: checking for working makeinfo" >&5
     905echo "configure:906: checking for working makeinfo" >&5
    905906# Run test in a subshell; some versions of sh will print an error if
    906907# an executable is not found, even if stderr is redirected.
     
    916917
    917918echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    918 echo "configure:919: checking whether to enable maintainer-specific portions of Makefiles" >&5
     919echo "configure:920: checking whether to enable maintainer-specific portions of Makefiles" >&5
    919920    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    920921if test "${enable_maintainer_mode+set}" = set; then
     
    939940
    940941echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    941 echo "configure:942: checking for Cygwin environment" >&5
     942echo "configure:943: checking for Cygwin environment" >&5
    942943if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    943944  echo $ac_n "(cached) $ac_c" 1>&6
    944945else
    945946  cat > conftest.$ac_ext <<EOF
    946 #line 947 "configure"
     947#line 948 "configure"
    947948#include "confdefs.h"
    948949
     
    955956; return 0; }
    956957EOF
    957 if { (eval echo configure:958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     958if { (eval echo configure:959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    958959  rm -rf conftest*
    959960  ac_cv_cygwin=yes
     
    972973test "$ac_cv_cygwin" = yes && CYGWIN=yes
    973974echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    974 echo "configure:975: checking for mingw32 environment" >&5
     975echo "configure:976: checking for mingw32 environment" >&5
    975976if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    976977  echo $ac_n "(cached) $ac_c" 1>&6
    977978else
    978979  cat > conftest.$ac_ext <<EOF
    979 #line 980 "configure"
     980#line 981 "configure"
    980981#include "confdefs.h"
    981982
     
    984985; return 0; }
    985986EOF
    986 if { (eval echo configure:987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     987if { (eval echo configure:988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    987988  rm -rf conftest*
    988989  ac_cv_mingw32=yes
     
    10031004
    10041005echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1005 echo "configure:1006: checking for executable suffix" >&5
     1006echo "configure:1007: checking for executable suffix" >&5
    10061007if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    10071008  echo $ac_n "(cached) $ac_c" 1>&6
     
    10131014  echo 'int main () { return 0; }' > conftest.$ac_ext
    10141015  ac_cv_exeext=
    1015   if { (eval echo configure:1016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1016  if { (eval echo configure:1017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    10161017    for file in conftest.*; do
    10171018      case $file in
     
    10371038set dummy gcc; ac_word=$2
    10381039echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1039 echo "configure:1040: checking for $ac_word" >&5
     1040echo "configure:1041: checking for $ac_word" >&5
    10401041if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10411042  echo $ac_n "(cached) $ac_c" 1>&6
     
    10671068set dummy cc; ac_word=$2
    10681069echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1069 echo "configure:1070: checking for $ac_word" >&5
     1070echo "configure:1071: checking for $ac_word" >&5
    10701071if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10711072  echo $ac_n "(cached) $ac_c" 1>&6
     
    11181119set dummy cl; ac_word=$2
    11191120echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1120 echo "configure:1121: checking for $ac_word" >&5
     1121echo "configure:1122: checking for $ac_word" >&5
    11211122if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    11221123  echo $ac_n "(cached) $ac_c" 1>&6
     
    11501151
    11511152echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1152 echo "configure:1153: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1153echo "configure:1154: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    11531154
    11541155ac_ext=c
     
    11611162cat > conftest.$ac_ext << EOF
    11621163
    1163 #line 1164 "configure"
     1164#line 1165 "configure"
    11641165#include "confdefs.h"
    11651166
    11661167main(){return(0);}
    11671168EOF
    1168 if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1169if { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11691170  ac_cv_prog_cc_works=yes
    11701171  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11921193fi
    11931194echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1194 echo "configure:1195: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1195echo "configure:1196: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    11951196echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    11961197cross_compiling=$ac_cv_prog_cc_cross
    11971198
    11981199echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1199 echo "configure:1200: checking whether we are using GNU C" >&5
     1200echo "configure:1201: checking whether we are using GNU C" >&5
    12001201if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    12011202  echo $ac_n "(cached) $ac_c" 1>&6
     
    12061207#endif
    12071208EOF
    1208 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1209if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12091210  ac_cv_prog_gcc=yes
    12101211else
     
    12251226CFLAGS=
    12261227echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1227 echo "configure:1228: checking whether ${CC-cc} accepts -g" >&5
     1228echo "configure:1229: checking whether ${CC-cc} accepts -g" >&5
    12281229if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    12291230  echo $ac_n "(cached) $ac_c" 1>&6
     
    12601261do
    12611262echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1262 echo "configure:1263: checking for $ac_func" >&5
     1263echo "configure:1264: checking for $ac_func" >&5
    12631264if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    12641265  echo $ac_n "(cached) $ac_c" 1>&6
    12651266else
    12661267  cat > conftest.$ac_ext <<EOF
    1267 #line 1268 "configure"
     1268#line 1269 "configure"
    12681269#include "confdefs.h"
    12691270/* System header to define __stub macros and hopefully few prototypes,
     
    12881289; return 0; }
    12891290EOF
    1290 if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1291if { (eval echo configure:1292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12911292  rm -rf conftest*
    12921293  eval "ac_cv_func_$ac_func=yes"
  • c/src/lib/libbsp/i386/pc386/tools/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    124125DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    125126
    126 TAR = tar
     127TAR = gtar
    127128GZIP_ENV = --best
    128129DEP_FILES =  .deps/bin2boot.P
     
    252253          d=$(srcdir); \
    253254          if test -d $$d/$$file; then \
    254             cp -pr $$/$$file $(distdir)/$$file; \
     255            cp -pr $$d/$$file $(distdir)/$$file; \
    255256          else \
    256257            test -f $(distdir)/$$file \
     
    313314all-redirect: all-am
    314315install-strip:
    315         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     316        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    316317installdirs:
    317318
  • c/src/lib/libbsp/i386/pc386/tools/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/lib/libbsp/i386/pc386/tools/configure

    r9888de3 r473b4e5  
    838838
    839839
     840
    840841PACKAGE=rtems-lib-libbsp-i386-pc386-tools
    841842
     
    850851missing_dir=`cd $ac_aux_dir && pwd`
    851852echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    852 echo "configure:853: checking for working aclocal" >&5
     853echo "configure:854: checking for working aclocal" >&5
    853854# Run test in a subshell; some versions of sh will print an error if
    854855# an executable is not found, even if stderr is redirected.
     
    863864
    864865echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    865 echo "configure:866: checking for working autoconf" >&5
     866echo "configure:867: checking for working autoconf" >&5
    866867# Run test in a subshell; some versions of sh will print an error if
    867868# an executable is not found, even if stderr is redirected.
     
    876877
    877878echo $ac_n "checking for working automake""... $ac_c" 1>&6
    878 echo "configure:879: checking for working automake" >&5
     879echo "configure:880: checking for working automake" >&5
    879880# Run test in a subshell; some versions of sh will print an error if
    880881# an executable is not found, even if stderr is redirected.
     
    889890
    890891echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    891 echo "configure:892: checking for working autoheader" >&5
     892echo "configure:893: checking for working autoheader" >&5
    892893# Run test in a subshell; some versions of sh will print an error if
    893894# an executable is not found, even if stderr is redirected.
     
    902903
    903904echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    904 echo "configure:905: checking for working makeinfo" >&5
     905echo "configure:906: checking for working makeinfo" >&5
    905906# Run test in a subshell; some versions of sh will print an error if
    906907# an executable is not found, even if stderr is redirected.
     
    916917
    917918echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    918 echo "configure:919: checking whether to enable maintainer-specific portions of Makefiles" >&5
     919echo "configure:920: checking whether to enable maintainer-specific portions of Makefiles" >&5
    919920    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    920921if test "${enable_maintainer_mode+set}" = set; then
     
    939940
    940941echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    941 echo "configure:942: checking for Cygwin environment" >&5
     942echo "configure:943: checking for Cygwin environment" >&5
    942943if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    943944  echo $ac_n "(cached) $ac_c" 1>&6
    944945else
    945946  cat > conftest.$ac_ext <<EOF
    946 #line 947 "configure"
     947#line 948 "configure"
    947948#include "confdefs.h"
    948949
     
    955956; return 0; }
    956957EOF
    957 if { (eval echo configure:958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     958if { (eval echo configure:959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    958959  rm -rf conftest*
    959960  ac_cv_cygwin=yes
     
    972973test "$ac_cv_cygwin" = yes && CYGWIN=yes
    973974echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    974 echo "configure:975: checking for mingw32 environment" >&5
     975echo "configure:976: checking for mingw32 environment" >&5
    975976if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    976977  echo $ac_n "(cached) $ac_c" 1>&6
    977978else
    978979  cat > conftest.$ac_ext <<EOF
    979 #line 980 "configure"
     980#line 981 "configure"
    980981#include "confdefs.h"
    981982
     
    984985; return 0; }
    985986EOF
    986 if { (eval echo configure:987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     987if { (eval echo configure:988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    987988  rm -rf conftest*
    988989  ac_cv_mingw32=yes
     
    10031004
    10041005echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1005 echo "configure:1006: checking for executable suffix" >&5
     1006echo "configure:1007: checking for executable suffix" >&5
    10061007if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    10071008  echo $ac_n "(cached) $ac_c" 1>&6
     
    10131014  echo 'int main () { return 0; }' > conftest.$ac_ext
    10141015  ac_cv_exeext=
    1015   if { (eval echo configure:1016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1016  if { (eval echo configure:1017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    10161017    for file in conftest.*; do
    10171018      case $file in
     
    10371038set dummy gcc; ac_word=$2
    10381039echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1039 echo "configure:1040: checking for $ac_word" >&5
     1040echo "configure:1041: checking for $ac_word" >&5
    10401041if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10411042  echo $ac_n "(cached) $ac_c" 1>&6
     
    10671068set dummy cc; ac_word=$2
    10681069echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1069 echo "configure:1070: checking for $ac_word" >&5
     1070echo "configure:1071: checking for $ac_word" >&5
    10701071if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10711072  echo $ac_n "(cached) $ac_c" 1>&6
     
    11181119set dummy cl; ac_word=$2
    11191120echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1120 echo "configure:1121: checking for $ac_word" >&5
     1121echo "configure:1122: checking for $ac_word" >&5
    11211122if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    11221123  echo $ac_n "(cached) $ac_c" 1>&6
     
    11501151
    11511152echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1152 echo "configure:1153: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1153echo "configure:1154: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    11531154
    11541155ac_ext=c
     
    11611162cat > conftest.$ac_ext << EOF
    11621163
    1163 #line 1164 "configure"
     1164#line 1165 "configure"
    11641165#include "confdefs.h"
    11651166
    11661167main(){return(0);}
    11671168EOF
    1168 if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1169if { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11691170  ac_cv_prog_cc_works=yes
    11701171  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11921193fi
    11931194echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1194 echo "configure:1195: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1195echo "configure:1196: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    11951196echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    11961197cross_compiling=$ac_cv_prog_cc_cross
    11971198
    11981199echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1199 echo "configure:1200: checking whether we are using GNU C" >&5
     1200echo "configure:1201: checking whether we are using GNU C" >&5
    12001201if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    12011202  echo $ac_n "(cached) $ac_c" 1>&6
     
    12061207#endif
    12071208EOF
    1208 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1209if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12091210  ac_cv_prog_gcc=yes
    12101211else
     
    12251226CFLAGS=
    12261227echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1227 echo "configure:1228: checking whether ${CC-cc} accepts -g" >&5
     1228echo "configure:1229: checking whether ${CC-cc} accepts -g" >&5
    12281229if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    12291230  echo $ac_n "(cached) $ac_c" 1>&6
     
    12601261do
    12611262echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1262 echo "configure:1263: checking for $ac_func" >&5
     1263echo "configure:1264: checking for $ac_func" >&5
    12631264if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    12641265  echo $ac_n "(cached) $ac_c" 1>&6
    12651266else
    12661267  cat > conftest.$ac_ext <<EOF
    1267 #line 1268 "configure"
     1268#line 1269 "configure"
    12681269#include "confdefs.h"
    12691270/* System header to define __stub macros and hopefully few prototypes,
     
    12881289; return 0; }
    12891290EOF
    1290 if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1291if { (eval echo configure:1292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12911292  rm -rf conftest*
    12921293  eval "ac_cv_func_$ac_func=yes"
  • c/src/lib/libbsp/i386/ts_386ex/tools/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5353
    5454INSTALL = @INSTALL@
    55 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     55INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5656INSTALL_DATA = @INSTALL_DATA@
    5757INSTALL_SCRIPT = @INSTALL_SCRIPT@
     58INSTALL_STRIP_FLAG =
    5859transform = @program_transform_name@
    5960
     
    109110DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    110111
    111 TAR = tar
     112TAR = gtar
    112113GZIP_ENV = --best
    113114all: all-redirect
     
    263264          d=$(srcdir); \
    264265          if test -d $$d/$$file; then \
    265             cp -pr $$/$$file $(distdir)/$$file; \
     266            cp -pr $$d/$$file $(distdir)/$$file; \
    266267          else \
    267268            test -f $(distdir)/$$file \
     
    302303all-redirect: all-recursive
    303304install-strip:
    304         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     305        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    305306installdirs: installdirs-recursive
    306307installdirs-am:
  • c/src/lib/libbsp/i386/ts_386ex/tools/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/lib/libbsp/i386/ts_386ex/tools/configure

    r9888de3 r473b4e5  
    838838
    839839
     840
    840841PACKAGE=rtems-lib-libbsp-i386-ts_386ex-tools
    841842
     
    850851missing_dir=`cd $ac_aux_dir && pwd`
    851852echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    852 echo "configure:853: checking for working aclocal" >&5
     853echo "configure:854: checking for working aclocal" >&5
    853854# Run test in a subshell; some versions of sh will print an error if
    854855# an executable is not found, even if stderr is redirected.
     
    863864
    864865echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    865 echo "configure:866: checking for working autoconf" >&5
     866echo "configure:867: checking for working autoconf" >&5
    866867# Run test in a subshell; some versions of sh will print an error if
    867868# an executable is not found, even if stderr is redirected.
     
    876877
    877878echo $ac_n "checking for working automake""... $ac_c" 1>&6
    878 echo "configure:879: checking for working automake" >&5
     879echo "configure:880: checking for working automake" >&5
    879880# Run test in a subshell; some versions of sh will print an error if
    880881# an executable is not found, even if stderr is redirected.
     
    889890
    890891echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    891 echo "configure:892: checking for working autoheader" >&5
     892echo "configure:893: checking for working autoheader" >&5
    892893# Run test in a subshell; some versions of sh will print an error if
    893894# an executable is not found, even if stderr is redirected.
     
    902903
    903904echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    904 echo "configure:905: checking for working makeinfo" >&5
     905echo "configure:906: checking for working makeinfo" >&5
    905906# Run test in a subshell; some versions of sh will print an error if
    906907# an executable is not found, even if stderr is redirected.
     
    916917
    917918echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    918 echo "configure:919: checking whether to enable maintainer-specific portions of Makefiles" >&5
     919echo "configure:920: checking whether to enable maintainer-specific portions of Makefiles" >&5
    919920    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    920921if test "${enable_maintainer_mode+set}" = set; then
  • c/src/lib/libbsp/i386/ts_386ex/tools/dos_sup/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    9798DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    9899
    99 TAR = tar
     100TAR = gtar
    100101GZIP_ENV = --best
    101102all: all-redirect
     
    125126          d=$(srcdir); \
    126127          if test -d $$d/$$file; then \
    127             cp -pr $$/$$file $(distdir)/$$file; \
     128            cp -pr $$d/$$file $(distdir)/$$file; \
    128129          else \
    129130            test -f $(distdir)/$$file \
     
    154155all-redirect: all-am
    155156install-strip:
    156         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     157        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    157158installdirs:
    158159
  • c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    9798DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    9899
    99 TAR = tar
     100TAR = gtar
    100101GZIP_ENV = --best
    101102all: all-redirect
     
    125126          d=$(srcdir); \
    126127          if test -d $$d/$$file; then \
    127             cp -pr $$/$$file $(distdir)/$$file; \
     128            cp -pr $$d/$$file $(distdir)/$$file; \
    128129          else \
    129130            test -f $(distdir)/$$file \
     
    154155all-redirect: all-am
    155156install-strip:
    156         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     157        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    157158installdirs:
    158159
  • c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    118119DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    119120
    120 TAR = tar
     121TAR = gtar
    121122GZIP_ENV = --best
    122123DEP_FILES =  .deps/sload.P
     
    246247          d=$(srcdir); \
    247248          if test -d $$d/$$file; then \
    248             cp -pr $$/$$file $(distdir)/$$file; \
     249            cp -pr $$d/$$file $(distdir)/$$file; \
    249250          else \
    250251            test -f $(distdir)/$$file \
     
    307308all-redirect: all-am
    308309install-strip:
    309         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     310        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    310311installdirs:
    311312
  • c/src/lib/libbsp/m68k/mvme162/tools/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/lib/libbsp/m68k/mvme162/tools/configure

    r9888de3 r473b4e5  
    838838
    839839
     840
    840841PACKAGE=rtems-lib-libbsp-m68k-mvme162-tools
    841842
     
    850851missing_dir=`cd $ac_aux_dir && pwd`
    851852echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    852 echo "configure:853: checking for working aclocal" >&5
     853echo "configure:854: checking for working aclocal" >&5
    853854# Run test in a subshell; some versions of sh will print an error if
    854855# an executable is not found, even if stderr is redirected.
     
    863864
    864865echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    865 echo "configure:866: checking for working autoconf" >&5
     866echo "configure:867: checking for working autoconf" >&5
    866867# Run test in a subshell; some versions of sh will print an error if
    867868# an executable is not found, even if stderr is redirected.
     
    876877
    877878echo $ac_n "checking for working automake""... $ac_c" 1>&6
    878 echo "configure:879: checking for working automake" >&5
     879echo "configure:880: checking for working automake" >&5
    879880# Run test in a subshell; some versions of sh will print an error if
    880881# an executable is not found, even if stderr is redirected.
     
    889890
    890891echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    891 echo "configure:892: checking for working autoheader" >&5
     892echo "configure:893: checking for working autoheader" >&5
    892893# Run test in a subshell; some versions of sh will print an error if
    893894# an executable is not found, even if stderr is redirected.
     
    902903
    903904echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    904 echo "configure:905: checking for working makeinfo" >&5
     905echo "configure:906: checking for working makeinfo" >&5
    905906# Run test in a subshell; some versions of sh will print an error if
    906907# an executable is not found, even if stderr is redirected.
     
    916917
    917918echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    918 echo "configure:919: checking whether to enable maintainer-specific portions of Makefiles" >&5
     919echo "configure:920: checking whether to enable maintainer-specific portions of Makefiles" >&5
    919920    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    920921if test "${enable_maintainer_mode+set}" = set; then
     
    939940
    940941echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    941 echo "configure:942: checking for Cygwin environment" >&5
     942echo "configure:943: checking for Cygwin environment" >&5
    942943if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    943944  echo $ac_n "(cached) $ac_c" 1>&6
    944945else
    945946  cat > conftest.$ac_ext <<EOF
    946 #line 947 "configure"
     947#line 948 "configure"
    947948#include "confdefs.h"
    948949
     
    955956; return 0; }
    956957EOF
    957 if { (eval echo configure:958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     958if { (eval echo configure:959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    958959  rm -rf conftest*
    959960  ac_cv_cygwin=yes
     
    972973test "$ac_cv_cygwin" = yes && CYGWIN=yes
    973974echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    974 echo "configure:975: checking for mingw32 environment" >&5
     975echo "configure:976: checking for mingw32 environment" >&5
    975976if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    976977  echo $ac_n "(cached) $ac_c" 1>&6
    977978else
    978979  cat > conftest.$ac_ext <<EOF
    979 #line 980 "configure"
     980#line 981 "configure"
    980981#include "confdefs.h"
    981982
     
    984985; return 0; }
    985986EOF
    986 if { (eval echo configure:987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     987if { (eval echo configure:988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    987988  rm -rf conftest*
    988989  ac_cv_mingw32=yes
     
    10031004
    10041005echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1005 echo "configure:1006: checking for executable suffix" >&5
     1006echo "configure:1007: checking for executable suffix" >&5
    10061007if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    10071008  echo $ac_n "(cached) $ac_c" 1>&6
     
    10131014  echo 'int main () { return 0; }' > conftest.$ac_ext
    10141015  ac_cv_exeext=
    1015   if { (eval echo configure:1016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1016  if { (eval echo configure:1017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    10161017    for file in conftest.*; do
    10171018      case $file in
     
    10371038set dummy gcc; ac_word=$2
    10381039echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1039 echo "configure:1040: checking for $ac_word" >&5
     1040echo "configure:1041: checking for $ac_word" >&5
    10401041if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10411042  echo $ac_n "(cached) $ac_c" 1>&6
     
    10671068set dummy cc; ac_word=$2
    10681069echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1069 echo "configure:1070: checking for $ac_word" >&5
     1070echo "configure:1071: checking for $ac_word" >&5
    10701071if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10711072  echo $ac_n "(cached) $ac_c" 1>&6
     
    11181119set dummy cl; ac_word=$2
    11191120echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1120 echo "configure:1121: checking for $ac_word" >&5
     1121echo "configure:1122: checking for $ac_word" >&5
    11211122if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    11221123  echo $ac_n "(cached) $ac_c" 1>&6
     
    11501151
    11511152echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1152 echo "configure:1153: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1153echo "configure:1154: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    11531154
    11541155ac_ext=c
     
    11611162cat > conftest.$ac_ext << EOF
    11621163
    1163 #line 1164 "configure"
     1164#line 1165 "configure"
    11641165#include "confdefs.h"
    11651166
    11661167main(){return(0);}
    11671168EOF
    1168 if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1169if { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11691170  ac_cv_prog_cc_works=yes
    11701171  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11921193fi
    11931194echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1194 echo "configure:1195: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1195echo "configure:1196: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    11951196echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    11961197cross_compiling=$ac_cv_prog_cc_cross
    11971198
    11981199echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1199 echo "configure:1200: checking whether we are using GNU C" >&5
     1200echo "configure:1201: checking whether we are using GNU C" >&5
    12001201if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    12011202  echo $ac_n "(cached) $ac_c" 1>&6
     
    12061207#endif
    12071208EOF
    1208 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1209if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12091210  ac_cv_prog_gcc=yes
    12101211else
     
    12251226CFLAGS=
    12261227echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1227 echo "configure:1228: checking whether ${CC-cc} accepts -g" >&5
     1228echo "configure:1229: checking whether ${CC-cc} accepts -g" >&5
    12281229if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    12291230  echo $ac_n "(cached) $ac_c" 1>&6
     
    12581259
    12591260echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1260 echo "configure:1261: checking how to run the C preprocessor" >&5
     1261echo "configure:1262: checking how to run the C preprocessor" >&5
    12611262# On Suns, sometimes $CPP names a directory.
    12621263if test -n "$CPP" && test -d "$CPP"; then
     
    12731274  # not just through cpp.
    12741275  cat > conftest.$ac_ext <<EOF
    1275 #line 1276 "configure"
     1276#line 1277 "configure"
    12761277#include "confdefs.h"
    12771278#include <assert.h>
     
    12791280EOF
    12801281ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1281 { (eval echo configure:1282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1282{ (eval echo configure:1283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12821283ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12831284if test -z "$ac_err"; then
     
    12901291  CPP="${CC-cc} -E -traditional-cpp"
    12911292  cat > conftest.$ac_ext <<EOF
    1292 #line 1293 "configure"
     1293#line 1294 "configure"
    12931294#include "confdefs.h"
    12941295#include <assert.h>
     
    12961297EOF
    12971298ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1298 { (eval echo configure:1299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1299{ (eval echo configure:1300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12991300ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13001301if test -z "$ac_err"; then
     
    13071308  CPP="${CC-cc} -nologo -E"
    13081309  cat > conftest.$ac_ext <<EOF
    1309 #line 1310 "configure"
     1310#line 1311 "configure"
    13101311#include "confdefs.h"
    13111312#include <assert.h>
     
    13131314EOF
    13141315ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1315 { (eval echo configure:1316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1316{ (eval echo configure:1317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13161317ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13171318if test -z "$ac_err"; then
     
    13381339
    13391340echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1340 echo "configure:1341: checking for ANSI C header files" >&5
     1341echo "configure:1342: checking for ANSI C header files" >&5
    13411342if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    13421343  echo $ac_n "(cached) $ac_c" 1>&6
    13431344else
    13441345  cat > conftest.$ac_ext <<EOF
    1345 #line 1346 "configure"
     1346#line 1347 "configure"
    13461347#include "confdefs.h"
    13471348#include <stdlib.h>
     
    13511352EOF
    13521353ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1353 { (eval echo configure:1354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1354{ (eval echo configure:1355: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13541355ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13551356if test -z "$ac_err"; then
     
    13681369  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    13691370cat > conftest.$ac_ext <<EOF
    1370 #line 1371 "configure"
     1371#line 1372 "configure"
    13711372#include "confdefs.h"
    13721373#include <string.h>
     
    13861387  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    13871388cat > conftest.$ac_ext <<EOF
    1388 #line 1389 "configure"
     1389#line 1390 "configure"
    13891390#include "confdefs.h"
    13901391#include <stdlib.h>
     
    14071408else
    14081409  cat > conftest.$ac_ext <<EOF
    1409 #line 1410 "configure"
     1410#line 1411 "configure"
    14101411#include "confdefs.h"
    14111412#include <ctype.h>
     
    14181419
    14191420EOF
    1420 if { (eval echo configure:1421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1421if { (eval echo configure:1422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14211422then
    14221423  :
     
    14451446ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14461447echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1447 echo "configure:1448: checking for $ac_hdr" >&5
     1448echo "configure:1449: checking for $ac_hdr" >&5
    14481449if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14491450  echo $ac_n "(cached) $ac_c" 1>&6
    14501451else
    14511452  cat > conftest.$ac_ext <<EOF
    1452 #line 1453 "configure"
     1453#line 1454 "configure"
    14531454#include "confdefs.h"
    14541455#include <$ac_hdr>
    14551456EOF
    14561457ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1457 { (eval echo configure:1458: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1458{ (eval echo configure:1459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14581459ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14591460if test -z "$ac_err"; then
     
    14851486ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14861487echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1487 echo "configure:1488: checking for $ac_hdr" >&5
     1488echo "configure:1489: checking for $ac_hdr" >&5
    14881489if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14891490  echo $ac_n "(cached) $ac_c" 1>&6
    14901491else
    14911492  cat > conftest.$ac_ext <<EOF
    1492 #line 1493 "configure"
     1493#line 1494 "configure"
    14931494#include "confdefs.h"
    14941495#include <$ac_hdr>
    14951496EOF
    14961497ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1497 { (eval echo configure:1498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1498{ (eval echo configure:1499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14981499ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14991500if test -z "$ac_err"; then
     
    15241525do
    15251526echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1526 echo "configure:1527: checking for $ac_func" >&5
     1527echo "configure:1528: checking for $ac_func" >&5
    15271528if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15281529  echo $ac_n "(cached) $ac_c" 1>&6
    15291530else
    15301531  cat > conftest.$ac_ext <<EOF
    1531 #line 1532 "configure"
     1532#line 1533 "configure"
    15321533#include "confdefs.h"
    15331534/* System header to define __stub macros and hopefully few prototypes,
     
    15521553; return 0; }
    15531554EOF
    1554 if { (eval echo configure:1555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1555if { (eval echo configure:1556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15551556  rm -rf conftest*
    15561557  eval "ac_cv_func_$ac_func=yes"
     
    15771578
    15781579echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    1579 echo "configure:1580: checking for working mmap" >&5
     1580echo "configure:1581: checking for working mmap" >&5
    15801581if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    15811582  echo $ac_n "(cached) $ac_c" 1>&6
     
    15851586else
    15861587  cat > conftest.$ac_ext <<EOF
    1587 #line 1588 "configure"
     1588#line 1589 "configure"
    15881589#include "confdefs.h"
    15891590
     
    17251726
    17261727EOF
    1727 if { (eval echo configure:1728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1728if { (eval echo configure:1729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    17281729then
    17291730  ac_cv_func_mmap_fixed_mapped=yes
  • c/src/lib/libbsp/powerpc/psim/tools/Makefile.in

    r9888de3 r473b4e5  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
     1# Makefile.in generated automatically by automake 1.4a from Makefile.am
    22
    33# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    5252
    5353INSTALL = @INSTALL@
    54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     54INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_SCRIPT = @INSTALL_SCRIPT@
     57INSTALL_STRIP_FLAG =
    5758transform = @program_transform_name@
    5859
     
    100101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    101102
    102 TAR = tar
     103TAR = gtar
    103104GZIP_ENV = --best
    104105all: all-redirect
     
    168169          d=$(srcdir); \
    169170          if test -d $$d/$$file; then \
    170             cp -pr $$/$$file $(distdir)/$$file; \
     171            cp -pr $$d/$$file $(distdir)/$$file; \
    171172          else \
    172173            test -f $(distdir)/$$file \
     
    197198all-redirect: all-am
    198199install-strip:
    199         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     200        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    200201installdirs:
    201202
  • c/src/lib/libbsp/powerpc/psim/tools/aclocal.m4

    r9888de3 r473b4e5  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
     1dnl aclocal.m4 generated automatically by aclocal 1.4a
    22
    33dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     
    9797AC_DEFUN(AM_INIT_AUTOMAKE,
    9898[AC_REQUIRE([AC_PROG_INSTALL])
     99dnl We require 2.13 because we rely on SHELL being computed by configure.
     100AC_PREREQ([2.13])
    99101PACKAGE=[$1]
    100102AC_SUBST(PACKAGE)
  • c/src/lib/libbsp/powerpc/psim/tools/configure

    r9888de3 r473b4e5  
    838838
    839839
     840
    840841PACKAGE=rtems-lib-libbsp-powerpc-psim-tools
    841842