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:
authorJoern Rennecke <joern.rennecke@embecosm.com>2006-05-11 19:49:52 +0400
committerJoern Rennecke <joern.rennecke@embecosm.com>2006-05-11 19:49:52 +0400
commite1b888df24db3424b2e6e8f6b6690905bfbfe7a8 (patch)
tree1ce666d56a9be589b29c3e75de2d8a772b961c67 /newlib/configure.in
parent51d7d63178390e0a5e793896c212c8f472bbf40b (diff)
* acinclude.m4 (_NEWLIB_VERSION): Rename to:
(DEF_NEWLIB_VERSION). * configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION. * configure: Regenerate.
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index 4d04aae05..2c5ca3c5d 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -243,7 +243,7 @@ if test "${newlib_iconv_external_ccs}" = "yes"; then
AC_DEFINE_UNQUOTED(_ICONV_ENABLE_EXTERNAL_CCS)
fi
-AC_DEFINE_UNQUOTED(_NEWLIB_VERSION,"$VERSION")
+AC_DEFINE_UNQUOTED(_NEWLIB_VERSION,"NEWLIB_VERSION")
if test "${multilib}" = "yes"; then
multilib_arg="--enable-multilib"