Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-10-08 03:10:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-10-08 03:10:13 +0400
commitd389acbabf615d25eff5940d75fd43221597b039 (patch)
treedbe6e2b135b7310b6acbf7205a75174a3c0a534d /newlib/configure.in
parentdd76747b8e7892a8a17be9149c600561f518399a (diff)
2002-10-07 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am: Add EXTRA_DIRS to allow future dependencies on the build library. * configure.in: Ditto. * Makefile.in: Regenerated. * configure: Ditto. * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS for specifying configured libraries/directories. * libc/sys/linux/configure.in: Ditto. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/configure: Ditto.
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index e3e257fb3..99a4b40b3 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -50,6 +50,9 @@ else
fi
AM_CONDITIONAL(HAVE_DOC, test x$have_doc = xyes)
+EXTRA_DIRS=
+AC_SUBST(EXTRA_DIRS)
+
# These get added in the top-level configure.in, except in the case where
# newlib is being built natively.
if test -z `echo ${CC} | grep \/libc\/include`; then