Changeset c302d7a3 in rtems


Ignore:
Timestamp:
10/25/99 19:33:54 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
213c518
Parents:
9ec462aa
Message:

Regnenerated following update from Ralf.

Location:
scripts
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • scripts/Makefile.in

    r9ec462aa rc302d7a3  
    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.
     
    4747
    4848INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     49INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5050INSTALL_DATA = @INSTALL_DATA@
    5151INSTALL_SCRIPT = @INSTALL_SCRIPT@
     52INSTALL_STRIP_FLAG =
    5253transform = @program_transform_name@
    5354
     
    101102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    102103
    103 TAR = tar
     104TAR = gtar
    104105GZIP_ENV = --best
    105106all: all-redirect
     
    260261          d=$(srcdir); \
    261262          if test -d $$d/$$file; then \
    262             cp -pr $$/$$file $(distdir)/$$file; \
     263            cp -pr $$d/$$file $(distdir)/$$file; \
    263264          else \
    264265            test -f $(distdir)/$$file \
     
    299300all-redirect: all-recursive
    300301install-strip:
    301         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     302        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    302303installdirs: installdirs-recursive
    303304installdirs-am:
  • scripts/aclocal.m4

    r9ec462aa rc302d7a3  
    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.
     
    2222AC_DEFUN(AM_INIT_AUTOMAKE,
    2323[AC_REQUIRE([AC_PROG_INSTALL])
     24dnl We require 2.13 because we rely on SHELL being computed by configure.
     25AC_PREREQ([2.13])
    2426PACKAGE=[$1]
    2527AC_SUBST(PACKAGE)
  • scripts/binutils/Makefile.in

    r9ec462aa rc302d7a3  
    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.
     
    4747
    4848INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     49INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5050INSTALL_DATA = @INSTALL_DATA@
    5151INSTALL_SCRIPT = @INSTALL_SCRIPT@
     52INSTALL_STRIP_FLAG =
    5253transform = @program_transform_name@
    5354
     
    9798DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    9899
    99 TAR = tar
     100TAR = gtar
    100101GZIP_ENV = --best
    101102all: all-redirect
     
    139140          d=$(srcdir); \
    140141          if test -d $$d/$$file; then \
    141             cp -pr $$/$$file $(distdir)/$$file; \
     142            cp -pr $$d/$$file $(distdir)/$$file; \
    142143          else \
    143144            test -f $(distdir)/$$file \
     
    168169all-redirect: all-am
    169170install-strip:
    170         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     171        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    171172installdirs:
    172173        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
  • scripts/configure

    r9ec462aa rc302d7a3  
    690690
    691691
     692
    692693PACKAGE=scripts
    693694
     
    702703missing_dir=`cd $ac_aux_dir && pwd`
    703704echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    704 echo "configure:705: checking for working aclocal" >&5
     705echo "configure:706: checking for working aclocal" >&5
    705706# Run test in a subshell; some versions of sh will print an error if
    706707# an executable is not found, even if stderr is redirected.
     
    715716
    716717echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    717 echo "configure:718: checking for working autoconf" >&5
     718echo "configure:719: checking for working autoconf" >&5
    718719# Run test in a subshell; some versions of sh will print an error if
    719720# an executable is not found, even if stderr is redirected.
     
    728729
    729730echo $ac_n "checking for working automake""... $ac_c" 1>&6
    730 echo "configure:731: checking for working automake" >&5
     731echo "configure:732: checking for working automake" >&5
    731732# Run test in a subshell; some versions of sh will print an error if
    732733# an executable is not found, even if stderr is redirected.
     
    741742
    742743echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    743 echo "configure:744: checking for working autoheader" >&5
     744echo "configure:745: checking for working autoheader" >&5
    744745# Run test in a subshell; some versions of sh will print an error if
    745746# an executable is not found, even if stderr is redirected.
     
    754755
    755756echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    756 echo "configure:757: checking for working makeinfo" >&5
     757echo "configure:758: checking for working makeinfo" >&5
    757758# Run test in a subshell; some versions of sh will print an error if
    758759# an executable is not found, even if stderr is redirected.
     
    778779# others might use /usr/src
    779780echo $ac_n "checking for rpm SPECS directory""... $ac_c" 1>&6
    780 echo "configure:781: checking for rpm SPECS directory" >&5
     781echo "configure:782: checking for rpm SPECS directory" >&5
    781782if test -d /usr/src/packages/SPECS;
    782783then
  • scripts/gccnewlib/Makefile.in

    r9ec462aa rc302d7a3  
    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.
     
    4747
    4848INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     49INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5050INSTALL_DATA = @INSTALL_DATA@
    5151INSTALL_SCRIPT = @INSTALL_SCRIPT@
     52INSTALL_STRIP_FLAG =
    5253transform = @program_transform_name@
    5354
     
    9798DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    9899
    99 TAR = tar
     100TAR = gtar
    100101GZIP_ENV = --best
    101102all: all-redirect
     
    139140          d=$(srcdir); \
    140141          if test -d $$d/$$file; then \
    141             cp -pr $$/$$file $(distdir)/$$file; \
     142            cp -pr $$d/$$file $(distdir)/$$file; \
    142143          else \
    143144            test -f $(distdir)/$$file \
     
    168169all-redirect: all-am
    169170install-strip:
    170         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     171        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    171172installdirs:
    172173        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
  • scripts/gdb/Makefile.in

    r9ec462aa rc302d7a3  
    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.
     
    4747
    4848INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     49INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5050INSTALL_DATA = @INSTALL_DATA@
    5151INSTALL_SCRIPT = @INSTALL_SCRIPT@
     52INSTALL_STRIP_FLAG =
    5253transform = @program_transform_name@
    5354
     
    9798DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
    9899
    99 TAR = tar
     100TAR = gtar
    100101GZIP_ENV = --best
    101102all: all-redirect
     
    139140          d=$(srcdir); \
    140141          if test -d $$d/$$file; then \
    141             cp -pr $$/$$file $(distdir)/$$file; \
     142            cp -pr $$d/$$file $(distdir)/$$file; \
    142143          else \
    143144            test -f $(distdir)/$$file \
     
    168169all-redirect: all-am
    169170install-strip:
    170         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     171        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
    171172installdirs:
    172173        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
Note: See TracChangeset for help on using the changeset viewer.