Changeset c5f2e5b in rtems


Ignore:
Timestamp:
03/31/99 23:11:47 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6b719b8d
Parents:
0e78ec3a
Message:

Regenerated.

Location:
c/src/lib/libbsp/i386/pc386/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/tools/Makefile.in

    r0e78ec3a rc5f2e5b  
    1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     1# Makefile.in generated automatically by automake 1.2 from Makefile.am
     2
     3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
    44# This Makefile.in is free software; the Free Software Foundation
    5 # gives unlimited permission to copy and/or distribute it,
    6 # with or without modifications, as long as this notice is preserved.
    7 
    8 # This program is distributed in the hope that it will be useful,
    9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 # PARTICULAR PURPOSE.
     5# gives unlimited permission to copy, distribute and modify it.
    126
    137#
     
    1610
    1711
    18 # $Id$
    19 
    20 # NOTE: This is a temporary work-around to keep
    21 # "make debug" and "make debug_install" working.
    22 # Once automake is fully integrated these make targets
    23 # and this file will probably be removed
    24 
    25 
    26 SHELL = @SHELL@
     12SHELL = /bin/sh
    2713
    2814srcdir = @srcdir@
     
    4531oldincludedir = /usr/include
    4632
    47 DESTDIR =
    48 
    4933pkgdatadir = $(datadir)/@PACKAGE@
    5034pkglibdir = $(libdir)/@PACKAGE@
     
    5741
    5842INSTALL = @INSTALL@
    59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
     43INSTALL_PROGRAM = @INSTALL_PROGRAM@
    6044INSTALL_DATA = @INSTALL_DATA@
    6145INSTALL_SCRIPT = @INSTALL_SCRIPT@
    6246transform = @program_transform_name@
    6347
    64 NORMAL_INSTALL = :
    65 PRE_INSTALL = :
    66 POST_INSTALL = :
    67 NORMAL_UNINSTALL = :
    68 PRE_UNINSTALL = :
    69 POST_UNINSTALL = :
     48NORMAL_INSTALL = true
     49PRE_INSTALL = true
     50POST_INSTALL = true
     51NORMAL_UNINSTALL = true
     52PRE_UNINSTALL = true
     53POST_UNINSTALL = true
    7054build_alias = @build_alias@
    7155build_triplet = @build@
     
    8670EXTRA_DIST = Spec.doc
    8771
    88 noinst_PROGRAMS =  bin2boot binpatch
    89 
     72noinst_PROGRAMS = \
     73bin2boot \
     74binpatch
    9075
    9176bin2boot_SOURCES = bin2boot.c
     
    10388bin2boot_OBJECTS =  bin2boot.o
    10489bin2boot_LDADD = $(LDADD)
    105 bin2boot_DEPENDENCIES =
    10690bin2boot_LDFLAGS =
    10791binpatch_OBJECTS =  binpatch.o
    10892binpatch_LDADD = $(LDADD)
    109 binpatch_DEPENDENCIES =
    11093binpatch_LDFLAGS =
    11194CFLAGS = @CFLAGS@
    112 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    113 CCLD = $(CC)
    114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
     95COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     96LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
    11597DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
    11698
     
    119101
    120102TAR = tar
    121 GZIP_ENV = --best
     103GZIP = --best
    122104DEP_FILES =  .deps/bin2boot.P .deps/binpatch.P
    123105SOURCES = $(bin2boot_SOURCES) $(binpatch_SOURCES)
    124106OBJECTS = $(bin2boot_OBJECTS) $(binpatch_OBJECTS)
    125107
    126 all: all-redirect
     108default: all
     109
    127110.SUFFIXES:
    128 .SUFFIXES: .S .c .o .s
    129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../../../../automake/local.am
     111.SUFFIXES: .c .o
     112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    130113        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
    131114
    132 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
     115Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
    133116        cd $(top_builddir) \
    134117          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
     
    137120        cd $(srcdir) && $(ACLOCAL)
    138121
    139 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     122config.status: $(srcdir)/configure
    140123        $(SHELL) ./config.status --recheck
    141124$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     
    145128
    146129clean-noinstPROGRAMS:
    147         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     130        test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    148131
    149132distclean-noinstPROGRAMS:
     
    151134maintainer-clean-noinstPROGRAMS:
    152135
    153 .s.o:
     136.c.o:
    154137        $(COMPILE) -c $<
    155138
    156 .S.o:
    157         $(COMPILE) -c $<
    158 
    159139mostlyclean-compile:
    160         -rm -f *.o core *.core
     140        rm -f *.o core
    161141
    162142clean-compile:
    163143
    164144distclean-compile:
    165         -rm -f *.tab.c
     145        rm -f *.tab.c
    166146
    167147maintainer-clean-compile:
     
    177157tags: TAGS
    178158
    179 ID: $(HEADERS) $(SOURCES) $(LISP)
    180         list='$(SOURCES) $(HEADERS)'; \
    181         unique=`for i in $$list; do echo $$i; done | \
    182           awk '    { files[$$0] = 1; } \
    183                END { for (i in files) print i; }'`; \
    184         here=`pwd` && cd $(srcdir) \
    185           && mkid -f$$here/ID $$unique $(LISP)
    186 
    187 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
     159ID: $(HEADERS) $(SOURCES)
     160        here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
     161
     162TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
    188163        tags=; \
    189164        here=`pwd`; \
    190         list='$(SOURCES) $(HEADERS)'; \
    191         unique=`for i in $$list; do echo $$i; done | \
    192           awk '    { files[$$0] = 1; } \
    193                END { for (i in files) print i; }'`; \
    194         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
    195           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
     165        test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
     166          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
    196167
    197168mostlyclean-tags:
     
    200171
    201172distclean-tags:
    202         -rm -f TAGS ID
     173        rm -f TAGS ID
    203174
    204175maintainer-clean-tags:
     
    211182# tarfile.
    212183distcheck: dist
    213         -rm -rf $(distdir)
    214         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
     184        rm -rf $(distdir)
     185        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
    215186        mkdir $(distdir)/=build
    216187        mkdir $(distdir)/=inst
     
    218189        cd $(distdir)/=build \
    219190          && ../configure --srcdir=.. --prefix=$$dc_install_base \
    220           && $(MAKE) $(AM_MAKEFLAGS) \
    221           && $(MAKE) $(AM_MAKEFLAGS) dvi \
    222           && $(MAKE) $(AM_MAKEFLAGS) check \
    223           && $(MAKE) $(AM_MAKEFLAGS) install \
    224           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    225           && $(MAKE) $(AM_MAKEFLAGS) dist
    226         -rm -rf $(distdir)
    227         @banner="$(distdir).tar.gz is ready for distribution"; \
    228         dashes=`echo "$$banner" | sed s/./=/g`; \
    229         echo "$$dashes"; \
    230         echo "$$banner"; \
    231         echo "$$dashes"
     191          && $(MAKE) \
     192          && $(MAKE) dvi \
     193          && $(MAKE) check \
     194          && $(MAKE) install \
     195          && $(MAKE) installcheck \
     196          && $(MAKE) dist
     197        rm -rf $(distdir)
     198        @echo "========================"; \
     199        echo "$(distdir).tar.gz is ready for distribution"; \
     200        echo "========================"
    232201dist: distdir
    233202        -chmod -R a+r $(distdir)
    234         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    235         -rm -rf $(distdir)
     203        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     204        rm -rf $(distdir)
    236205dist-all: distdir
    237206        -chmod -R a+r $(distdir)
    238         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    239         -rm -rf $(distdir)
     207        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
     208        rm -rf $(distdir)
    240209distdir: $(DISTFILES)
    241         -rm -rf $(distdir)
     210        rm -rf $(distdir)
    242211        mkdir $(distdir)
    243212        -chmod 777 $(distdir)
    244213        here=`cd $(top_builddir) && pwd`; \
    245         top_distdir=`cd $(distdir) && pwd`; \
    246         distdir=`cd $(distdir) && pwd`; \
     214        top_distdir=`cd $(top_distdir) && pwd`; \
    247215        cd $(top_srcdir) \
    248216          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
    249217        @for file in $(DISTFILES); do \
    250218          d=$(srcdir); \
    251           if test -d $$d/$$file; then \
    252             cp -pr $$/$$file $(distdir)/$$file; \
    253           else \
    254             test -f $(distdir)/$$file \
    255             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
    256             || cp -p $$d/$$file $(distdir)/$$file || :; \
    257           fi; \
     219          test -f $(distdir)/$$file \
     220          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
     221          || cp -p $$d/$$file $(distdir)/$$file; \
    258222        done
    259223
     224MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
     225
    260226DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
     227-include .deps/.P
     228.deps/.P: $(BUILT_SOURCES)
     229        echo > $@
    261230
    262231-include $(DEP_FILES)
     
    267236
    268237distclean-depend:
    269         -rm -rf .deps
    270238
    271239maintainer-clean-depend:
    272 
    273 %.o: %.c
    274         @echo '$(COMPILE) -c $<'; \
    275         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
    276         @-cp .deps/$(*F).pp .deps/$(*F).P; \
    277         tr ' ' '\012' < .deps/$(*F).pp \
    278           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
    279             >> .deps/$(*F).P; \
    280         rm .deps/$(*F).pp
    281 
    282 %.lo: %.c
    283         @echo '$(LTCOMPILE) -c $<'; \
    284         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
    285         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
    286           < .deps/$(*F).pp > .deps/$(*F).P; \
    287         tr ' ' '\012' < .deps/$(*F).pp \
    288           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
    289             >> .deps/$(*F).P; \
    290         rm -f .deps/$(*F).pp
    291 info-am:
    292 info: info-am
    293 dvi-am:
    294 dvi: dvi-am
    295 check-am: all-am
    296 check: check-am
    297 installcheck-am:
    298 installcheck: installcheck-am
    299 install-exec-am: install-exec-local
    300 install-exec: install-exec-am
    301 
    302 install-data-am:
    303 install-data: install-data-am
    304 
    305 install-am: all-am
    306         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    307 install: install-am
    308 uninstall-am:
    309 uninstall: uninstall-am
    310 all-am: Makefile $(PROGRAMS)
    311 all-redirect: all-am
     240        rm -rf .deps
     241
     242.deps/%.P: %.c
     243        @echo "Computing dependencies for $<..."
     244        @o='o'; \
     245        test -n "$o" && o='$$o'; \
     246        $(MKDEP) $< >$@.tmp \
     247          && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
     248          && rm -f $@.tmp
     249info:
     250dvi:
     251check: all
     252        $(MAKE)
     253installcheck:
     254install-exec: install-exec-local
     255        @$(NORMAL_INSTALL)
     256
     257install-data:
     258        @$(NORMAL_INSTALL)
     259
     260install: install-exec install-data all
     261        @:
     262
     263uninstall:
     264
     265all: Makefile $(PROGRAMS)
     266
    312267install-strip:
    313         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
     268        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
    314269installdirs:
    315270
    316271
    317272mostlyclean-generic:
     273        test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    318274
    319275clean-generic:
     276        test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    320277
    321278distclean-generic:
    322         -rm -f Makefile $(CONFIG_CLEAN_FILES)
    323         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
     279        rm -f Makefile $(DISTCLEANFILES)
     280        rm -f config.cache config.log stamp-h stamp-h[0-9]*
     281        test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    324282
    325283maintainer-clean-generic:
    326 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
     284        test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     285        test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
     286mostlyclean:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
    327287                mostlyclean-tags mostlyclean-depend mostlyclean-generic
    328288
    329 mostlyclean: mostlyclean-am
    330 
    331 clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
    332                 clean-generic mostlyclean-am
    333 
    334 clean: clean-am
    335 
    336 distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
    337                 distclean-depend distclean-generic clean-am
    338 
    339 distclean: distclean-am
    340         -rm -f config.status
    341 
    342 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
     289clean:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
     290                clean-generic mostlyclean
     291
     292distclean:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
     293                distclean-depend distclean-generic clean
     294        rm -f config.status
     295
     296maintainer-clean:  maintainer-clean-noinstPROGRAMS \
    343297                maintainer-clean-compile maintainer-clean-tags \
    344298                maintainer-clean-depend maintainer-clean-generic \
    345                 distclean-am
     299                distclean
    346300        @echo "This command is intended for maintainers to use;"
    347301        @echo "it deletes files that may require special tools to rebuild."
    348 
    349 maintainer-clean: maintainer-clean-am
    350         -rm -f config.status
    351 
    352 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
     302        rm -f config.status
     303
     304.PHONY: default mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
    353305clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
    354306mostlyclean-compile distclean-compile clean-compile \
    355307maintainer-clean-compile tags mostlyclean-tags distclean-tags \
    356308clean-tags maintainer-clean-tags distdir mostlyclean-depend \
    357 distclean-depend clean-depend maintainer-clean-depend info-am info \
    358 dvi-am dvi check check-am installcheck-am installcheck \
    359 install-exec-local install-exec-am install-exec install-data-am \
    360 install-data install-am install uninstall-am uninstall all-redirect \
    361 all-am all installdirs mostlyclean-generic distclean-generic \
    362 clean-generic maintainer-clean-generic clean mostlyclean distclean \
    363 maintainer-clean
     309distclean-depend clean-depend maintainer-clean-depend info dvi \
     310installcheck install-exec install-data install uninstall all \
     311installdirs mostlyclean-generic distclean-generic clean-generic \
     312maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    364313
    365314
     
    372321        $(INSTALL_PROGRAM) binpatch $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
    373322
    374 debug-am:
    375 
    376 debug: debug-am
    377 
    378 debug_install-am:
    379 
    380 debug_install: debug_install-am
    381 
    382 profile-am:
    383 
    384 profile: profile-am
    385 
    386 profile_install-am:
    387 
    388 profile_install: profile_install-am
    389 
    390 .PHONY: debug debug_install profile profile_install
     323include $(top_srcdir)/../../../../../../../automake/local.am
    391324
    392325# Tell versions [3.59,3.63) of GNU make to not export all variables.
  • c/src/lib/libbsp/i386/pc386/tools/aclocal.m4

    r0e78ec3a rc5f2e5b  
    1 dnl aclocal.m4 generated automatically by aclocal 1.4
    2 
    3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    4 dnl This file is free software; the Free Software Foundation
    5 dnl gives unlimited permission to copy and/or distribute it,
    6 dnl with or without modifications, as long as this notice is preserved.
    7 
    8 dnl This program is distributed in the hope that it will be useful,
    9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    11 dnl PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.2
    122
    133dnl $Id$
     
    10090
    10191AC_DEFUN(AM_INIT_AUTOMAKE,
    102 [AC_REQUIRE([AC_PROG_INSTALL])
     92[AC_REQUIRE([AM_PROG_INSTALL])
    10393PACKAGE=[$1]
    10494AC_SUBST(PACKAGE)
     
    110100fi
    111101ifelse([$3],,
    112 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
    114 AC_REQUIRE([AM_SANITY_CHECK])
    115 AC_REQUIRE([AC_ARG_PROGRAM])
     102AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     103AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
     104AM_SANITY_CHECK
     105AC_ARG_PROGRAM
    116106dnl FIXME This is truly gross.
    117107missing_dir=`cd $ac_aux_dir && pwd`
     
    121111AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
    122112AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
    123 AC_REQUIRE([AC_PROG_MAKE_SET])])
     113AC_PROG_MAKE_SET])
     114
     115
     116# serial 1
     117
     118AC_DEFUN(AM_PROG_INSTALL,
     119[AC_REQUIRE([AC_PROG_INSTALL])
     120test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     121AC_SUBST(INSTALL_SCRIPT)dnl
     122])
    124123
    125124#
     
    139138if (
    140139   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    141    if test "[$]*" = "X"; then
     140   if test "$@" = "X"; then
    142141      # -L didn't work.
    143142      set X `ls -t $srcdir/configure conftestfile`
    144143   fi
    145    if test "[$]*" != "X $srcdir/configure conftestfile" \
    146       && test "[$]*" != "X conftestfile $srcdir/configure"; then
    147 
    148       # If neither matched, then we have a broken ls.  This can happen
    149       # if, for instance, CONFIG_SHELL is bash and it inherits a
    150       # broken ls alias from the environment.  This has actually
    151       # happened.  Such a system could not be considered "sane".
    152       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    153 alias in your environment])
    154    fi
    155 
    156144   test "[$]2" = conftestfile
    157145   )
  • c/src/lib/libbsp/i386/pc386/tools/configure

    r0e78ec3a rc5f2e5b  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5050subdirs=
    5151MFLAGS= MAKEFLAGS=
    52 SHELL=${CONFIG_SHELL-/bin/sh}
    5352# Maximum number of lines to put in a shell here document.
    5453ac_max_here_lines=12
     
    334333
    335334  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.13"
     335    echo "configure generated by autoconf version 2.12"
    337336    exit 0 ;;
    338337
     
    504503ac_cpp='$CPP $CPPFLAGS'
    505504ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     505ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507506cross_compiling=$ac_cv_prog_cc_cross
    508507
    509 ac_exeext=
    510 ac_objext=o
    511508if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    512509  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    549546
    550547echo $ac_n "checking for RTEMS Version""... $ac_c" 1>&6
    551 echo "configure:552: checking for RTEMS Version" >&5
     548echo "configure:549: checking for RTEMS Version" >&5
    552549if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
    553550RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
     
    585582
    586583# Make sure we can run config.sub.
    587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
     584if $ac_config_sub sun4 >/dev/null 2>&1; then :
    588585else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
    589586fi
    590587
    591588echo $ac_n "checking host system type""... $ac_c" 1>&6
    592 echo "configure:593: checking host system type" >&5
     589echo "configure:590: checking host system type" >&5
    593590
    594591host_alias=$host
     
    597594  case $nonopt in
    598595  NONE)
    599     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     596    if host_alias=`$ac_config_guess`; then :
    600597    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    601598    fi ;;
     
    604601esac
    605602
    606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
     603host=`$ac_config_sub $host_alias`
    607604host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    608605host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    611608
    612609echo $ac_n "checking target system type""... $ac_c" 1>&6
    613 echo "configure:614: checking target system type" >&5
     610echo "configure:611: checking target system type" >&5
    614611
    615612target_alias=$target
     
    622619esac
    623620
    624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
     621target=`$ac_config_sub $target_alias`
    625622target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    626623target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    629626
    630627echo $ac_n "checking build system type""... $ac_c" 1>&6
    631 echo "configure:632: checking build system type" >&5
     628echo "configure:629: checking build system type" >&5
    632629
    633630build_alias=$build
     
    640637esac
    641638
    642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
     639build=`$ac_config_sub $build_alias`
    643640build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    644641build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     
    654651
    655652echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6
    656 echo "configure:657: checking rtems target cpu" >&5
     653echo "configure:654: checking rtems target cpu" >&5
    657654case "${target}" in
    658655  # hpux unix port should go here
     
    689686# IRIX /sbin/install
    690687# AIX /bin/install
    691 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    692688# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    693689# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    694690# ./install, which can be erroneously created by make from ./install.sh.
    695691echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    696 echo "configure:697: checking for a BSD compatible install" >&5
     692echo "configure:693: checking for a BSD compatible install" >&5
    697693if test -z "$INSTALL"; then
    698694if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    699695  echo $ac_n "(cached) $ac_c" 1>&6
    700696else
    701     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     697    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    702698  for ac_dir in $PATH; do
    703699    # Account for people who put trailing slashes in PATH elements.
     
    706702    *)
    707703      # OSF1 and SCO ODT 3.0 have their own names for install.
    708       # Don't use installbsd from OSF since it installs stuff as root
    709       # by default.
    710       for ac_prog in ginstall scoinst install; do
     704      for ac_prog in ginstall installbsd scoinst install; do
    711705        if test -f $ac_dir/$ac_prog; then
    712706          if test $ac_prog = install &&
    713707            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    714708            # AIX install.  It has an incompatible calling convention.
     709            # OSF/1 installbsd also uses dspmsg, but is usable.
    715710            :
    716711          else
     
    742737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    743738
     739test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     740
     741
    744742test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    745743
    746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     744
     745PACKAGE=rtems-lib-libbsp-i386-pc386-tools
     746
     747VERSION=$RTEMS_VERSION
     748
     749if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     750  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     751fi
    747752
    748753echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    749 echo "configure:750: checking whether build environment is sane" >&5
     754echo "configure:755: checking whether build environment is sane" >&5
    750755# Just in case
    751756sleep 1
     
    758763if (
    759764   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    760    if test "$*" = "X"; then
     765   if test "" = "X"; then
    761766      # -L didn't work.
    762767      set X `ls -t $srcdir/configure conftestfile`
    763768   fi
    764    if test "$*" != "X $srcdir/configure conftestfile" \
    765       && test "$*" != "X conftestfile $srcdir/configure"; then
    766 
    767       # If neither matched, then we have a broken ls.  This can happen
    768       # if, for instance, CONFIG_SHELL is bash and it inherits a
    769       # broken ls alias from the environment.  This has actually
    770       # happened.  Such a system could not be considered "sane".
    771       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    772 alias in your environment" 1>&2; exit 1; }
    773    fi
    774 
    775769   test "$2" = conftestfile
    776770   )
     
    803797test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    804798
    805 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    806 echo "configure:807: checking whether ${MAKE-make} sets \${MAKE}" >&5
    807 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    808 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    809   echo $ac_n "(cached) $ac_c" 1>&6
    810 else
    811   cat > conftestmake <<\EOF
    812 all:
    813         @echo 'ac_maketemp="${MAKE}"'
    814 EOF
    815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    816 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    817 if test -n "$ac_maketemp"; then
    818   eval ac_cv_prog_make_${ac_make}_set=yes
    819 else
    820   eval ac_cv_prog_make_${ac_make}_set=no
    821 fi
    822 rm -f conftestmake
    823 fi
    824 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    825   echo "$ac_t""yes" 1>&6
    826   SET_MAKE=
    827 else
    828   echo "$ac_t""no" 1>&6
    829   SET_MAKE="MAKE=${MAKE-make}"
    830 fi
    831 
    832 
    833 PACKAGE=rtems-lib-libbsp-i386-pc386-tools
    834 
    835 VERSION=$RTEMS_VERSION
    836 
    837 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    838   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    839 fi
    840 
    841 
    842 
    843799missing_dir=`cd $ac_aux_dir && pwd`
    844800echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    845 echo "configure:846: checking for working aclocal" >&5
     801echo "configure:802: checking for working aclocal" >&5
    846802# Run test in a subshell; some versions of sh will print an error if
    847803# an executable is not found, even if stderr is redirected.
     
    856812
    857813echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    858 echo "configure:859: checking for working autoconf" >&5
     814echo "configure:815: checking for working autoconf" >&5
    859815# Run test in a subshell; some versions of sh will print an error if
    860816# an executable is not found, even if stderr is redirected.
     
    869825
    870826echo $ac_n "checking for working automake""... $ac_c" 1>&6
    871 echo "configure:872: checking for working automake" >&5
     827echo "configure:828: checking for working automake" >&5
    872828# Run test in a subshell; some versions of sh will print an error if
    873829# an executable is not found, even if stderr is redirected.
     
    882838
    883839echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    884 echo "configure:885: checking for working autoheader" >&5
     840echo "configure:841: checking for working autoheader" >&5
    885841# Run test in a subshell; some versions of sh will print an error if
    886842# an executable is not found, even if stderr is redirected.
     
    895851
    896852echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    897 echo "configure:898: checking for working makeinfo" >&5
     853echo "configure:854: checking for working makeinfo" >&5
    898854# Run test in a subshell; some versions of sh will print an error if
    899855# an executable is not found, even if stderr is redirected.
     
    907863fi
    908864
     865echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     866echo "configure:867: checking whether ${MAKE-make} sets \${MAKE}" >&5
     867set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     868if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     869  echo $ac_n "(cached) $ac_c" 1>&6
     870else
     871  cat > conftestmake <<\EOF
     872all:
     873        @echo 'ac_maketemp="${MAKE}"'
     874EOF
     875# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     876eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     877if test -n "$ac_maketemp"; then
     878  eval ac_cv_prog_make_${ac_make}_set=yes
     879else
     880  eval ac_cv_prog_make_${ac_make}_set=no
     881fi
     882rm -f conftestmake
     883fi
     884if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     885  echo "$ac_t""yes" 1>&6
     886  SET_MAKE=
     887else
     888  echo "$ac_t""no" 1>&6
     889  SET_MAKE="MAKE=${MAKE-make}"
     890fi
    909891
    910892
     
    912894set dummy gcc; ac_word=$2
    913895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    914 echo "configure:915: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    915897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    916898  echo $ac_n "(cached) $ac_c" 1>&6
     
    919901  ac_cv_prog_CC="$CC" # Let the user override the test.
    920902else
    921   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    922   ac_dummy="$PATH"
    923   for ac_dir in $ac_dummy; do
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     904  for ac_dir in $PATH; do
    924905    test -z "$ac_dir" && ac_dir=.
    925906    if test -f $ac_dir/$ac_word; then
     
    942923set dummy cc; ac_word=$2
    943924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    944 echo "configure:945: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    945926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    946927  echo $ac_n "(cached) $ac_c" 1>&6
     
    949930  ac_cv_prog_CC="$CC" # Let the user override the test.
    950931else
    951   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    952933  ac_prog_rejected=no
    953   ac_dummy="$PATH"
    954   for ac_dir in $ac_dummy; do
     934  for ac_dir in $PATH; do
    955935    test -z "$ac_dir" && ac_dir=.
    956936    if test -f $ac_dir/$ac_word; then
     
    987967fi
    988968
    989   if test -z "$CC"; then
    990     case "`uname -s`" in
    991     *win32* | *WIN32*)
    992       # Extract the first word of "cl", so it can be a program name with args.
    993 set dummy cl; ac_word=$2
    994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    995 echo "configure:996: checking for $ac_word" >&5
    996 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    997   echo $ac_n "(cached) $ac_c" 1>&6
    998 else
    999   if test -n "$CC"; then
    1000   ac_cv_prog_CC="$CC" # Let the user override the test.
    1001 else
    1002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1003   ac_dummy="$PATH"
    1004   for ac_dir in $ac_dummy; do
    1005     test -z "$ac_dir" && ac_dir=.
    1006     if test -f $ac_dir/$ac_word; then
    1007       ac_cv_prog_CC="cl"
    1008       break
    1009     fi
    1010   done
    1011   IFS="$ac_save_ifs"
    1012 fi
    1013 fi
    1014 CC="$ac_cv_prog_CC"
    1015 if test -n "$CC"; then
    1016   echo "$ac_t""$CC" 1>&6
    1017 else
    1018   echo "$ac_t""no" 1>&6
    1019 fi
    1020  ;;
    1021     esac
    1022   fi
    1023969  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    1024970fi
    1025971
    1026972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1027 echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1028974
    1029975ac_ext=c
     
    1031977ac_cpp='$CPP $CPPFLAGS'
    1032978ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1033 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     979ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1034980cross_compiling=$ac_cv_prog_cc_cross
    1035981
    1036 cat > conftest.$ac_ext << EOF
    1037 
    1038 #line 1039 "configure"
     982cat > conftest.$ac_ext <<EOF
     983#line 984 "configure"
    1039984#include "confdefs.h"
    1040 
    1041985main(){return(0);}
    1042986EOF
    1043 if { (eval echo configure:1044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     987if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1044988  ac_cv_prog_cc_works=yes
    1045989  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1055999fi
    10561000rm -fr conftest*
    1057 ac_ext=c
    1058 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    1059 ac_cpp='$CPP $CPPFLAGS'
    1060 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1061 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1062 cross_compiling=$ac_cv_prog_cc_cross
    10631001
    10641002echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    10671005fi
    10681006echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1069 echo "configure:1070: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1007echo "configure:1008: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10701008echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10711009cross_compiling=$ac_cv_prog_cc_cross
    10721010
    10731011echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1074 echo "configure:1075: checking whether we are using GNU C" >&5
     1012echo "configure:1013: checking whether we are using GNU C" >&5
    10751013if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10761014  echo $ac_n "(cached) $ac_c" 1>&6
     
    10811019#endif
    10821020EOF
    1083 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1021if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10841022  ac_cv_prog_gcc=yes
    10851023else
     
    10921030if test $ac_cv_prog_gcc = yes; then
    10931031  GCC=yes
    1094 else
    1095   GCC=
    1096 fi
    1097 
    1098 ac_test_CFLAGS="${CFLAGS+set}"
    1099 ac_save_CFLAGS="$CFLAGS"
    1100 CFLAGS=
    1101 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1102 echo "configure:1103: checking whether ${CC-cc} accepts -g" >&5
     1032  ac_test_CFLAGS="${CFLAGS+set}"
     1033  ac_save_CFLAGS="$CFLAGS"
     1034  CFLAGS=
     1035  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1036echo "configure:1037: checking whether ${CC-cc} accepts -g" >&5
    11031037if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11041038  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151049
    11161050echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    1117 if test "$ac_test_CFLAGS" = set; then
    1118   CFLAGS="$ac_save_CFLAGS"
    1119 elif test $ac_cv_prog_cc_g = yes; then
    1120   if test "$GCC" = yes; then
     1051  if test "$ac_test_CFLAGS" = set; then
     1052    CFLAGS="$ac_save_CFLAGS"
     1053  elif test $ac_cv_prog_cc_g = yes; then
    11211054    CFLAGS="-g -O2"
    11221055  else
    1123     CFLAGS="-g"
     1056    CFLAGS="-O2"
    11241057  fi
    11251058else
    1126   if test "$GCC" = yes; then
    1127     CFLAGS="-O2"
    1128   else
    1129     CFLAGS=
    1130   fi
     1059  GCC=
     1060  test "${CFLAGS+set}" = set || CFLAGS="-g"
    11311061fi
    11321062
     
    11351065do
    11361066echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1137 echo "configure:1138: checking for $ac_func" >&5
     1067echo "configure:1068: checking for $ac_func" >&5
    11381068if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    11391069  echo $ac_n "(cached) $ac_c" 1>&6
    11401070else
    11411071  cat > conftest.$ac_ext <<EOF
    1142 #line 1143 "configure"
     1072#line 1073 "configure"
    11431073#include "confdefs.h"
    11441074/* System header to define __stub macros and hopefully few prototypes,
     
    11631093; return 0; }
    11641094EOF
    1165 if { (eval echo configure:1166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1095if { (eval echo configure:1096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11661096  rm -rf conftest*
    11671097  eval "ac_cv_func_$ac_func=yes"
     
    12111141# and sets the high bit in the cache file unless we assign to the vars.
    12121142(set) 2>&1 |
    1213   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1143  case `(ac_space=' '; set) 2>&1` in
    12141144  *ac_space=\ *)
    12151145    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    12901220    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    12911221  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1292     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1222    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    12931223    exit 0 ;;
    12941224  -help | --help | --hel | --he | --h)
     
    13101240$ac_vpsub
    13111241$extrasub
    1312 s%@SHELL@%$SHELL%g
    13131242s%@CFLAGS@%$CFLAGS%g
    13141243s%@CPPFLAGS@%$CPPFLAGS%g
    13151244s%@CXXFLAGS@%$CXXFLAGS%g
    1316 s%@FFLAGS@%$FFLAGS%g
    13171245s%@DEFS@%$DEFS%g
    13181246s%@LDFLAGS@%$LDFLAGS%g
     
    13511279s%@build_os@%$build_os%g
    13521280s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     1281s%@INSTALL_DATA@%$INSTALL_DATA%g
    13531282s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    1354 s%@INSTALL_DATA@%$INSTALL_DATA%g
    13551283s%@PACKAGE@%$PACKAGE%g
    13561284s%@VERSION@%$VERSION%g
Note: See TracChangeset for help on using the changeset viewer.