Commit 3a744fee by Manfred Hollstein Committed by Jeff Law

configure.in, [...]: Update with yesterday's toplevel configure.in changes.

        * stdio/configure.in, tests/configure.in: Update with yesterday's
        toplevel configure.in changes.
        * testsuite/cofnigure.in: Likewise.
        * config.shared: Fix typo in yesterday's changes.

From-SVN: r17527
parent 5dc0a69a
Wed Jan 28 10:27:11 1998 Manfred Hollstein <manfred@s-direktnet.de>
* stdio/configure.in, tests/configure.in: Update with yesterday's
toplevel configure.in changes.
* testsuite/configure.in: Likewise.
* config.shared: Fix typo in yesterday's changes.
Tue Jan 27 23:26:07 1998 Manfred Hollstein <manfred@s-direktnet.de>
* config.shared: Emit everything which needs to be re-definable
......
......@@ -218,6 +218,7 @@ if [ "${SUBDIRS}" != "" ] ; then
echo >&2 ' "prefix=$(prefix)" \'
echo >&2 ' "exec_prefix=$(exec_prefix)" \'
echo >&2 ' "tooldir=$(tooldir)" \'
echo >&2 ' "gxx_include_dir=$(gxx_include_dir)" \'
echo >&2 ' "AR=$(AR)" \'
echo >&2 ' "AR_FLAGS=$(AR_FLAGS)" \'
echo >&2 ' "CC=$(CC)" \'
......@@ -453,7 +454,7 @@ echo >&2 ''
echo >&2 '.NOEXPORT:'
echo >&2 'MAKEOVERRIDES='
cat <<"EOF"
cat >&2 <<"EOF"
DEPEND_SOURCES = ${srcdir}/*.cc ${srcdir}/*.c
depend.new:
# The sed script below attempts to make the depend output portable.
......
......@@ -6,6 +6,7 @@ configdirs=
srctrigger=stdio.h
srcname="libio/stdio"
package_makefile_frag=../Make.pack
package_makefile_rules_frag=../Make.pack.r
# per-host:
......@@ -15,7 +16,7 @@ LIBDIR=yes
TO_TOPDIR=../../
ALL=nothing
MOSTLYCLEAN='*.o pic stamp-picdir core stdio.list'
(. ${srcdir}/../config.shared) >${package_makefile_frag}
(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target:
......
......@@ -6,6 +6,7 @@ configdirs=
srctrigger=tFile.cc
srcname="test C++ input/output library"
package_makefile_frag=Make.pack
package_makefile_rules_frag=Make.pack.r
# per-host:
......@@ -16,7 +17,7 @@ ALL=' '
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
(. ${srcdir}/../config.shared) >${package_makefile_frag}
(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
if [ "${srcdir}" = "." ] ; then
if [ "${with_target_subdir}" != "." ] ; then
......
......@@ -6,6 +6,7 @@ configdirs=
srctrigger=libio.tests/hounddog.exp
srcname="test C++ input/output library, dejagnu style"
package_makefile_frag=Make.pack
package_makefile_rules_frag=Make.pack.r
# per-host:
......@@ -16,6 +17,6 @@ ALL=' '
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
(. ${srcdir}/../config.shared) >${package_makefile_frag}
(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment