diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2006-11-25 15:55:05 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2006-11-25 15:55:05 +0000 |
commit | b6bb405954f9713a2153e08dfc781f9146a42b9d (patch) | |
tree | f4fbc2c1f34ed2eeb0f24bde46a96f9269fb5753 /winsup/mingw/Makefile.in | |
parent | 406a0e047c1cfa6564b6e04c9e7d57ba75ec9058 (diff) | |
download | newlib-b6bb405954f9713a2153e08dfc781f9146a42b9d.zip newlib-b6bb405954f9713a2153e08dfc781f9146a42b9d.tar.gz newlib-b6bb405954f9713a2153e08dfc781f9146a42b9d.tar.bz2 |
configure.in: Update to autoconf 2.5x syntax; fix macro argument quoting;
remove invalid use of AC_ALLOCA; remove redundant use of AC_SUBST.
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r-- | winsup/mingw/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index 41c8ee9..786f2e2 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 3.11 +VERSION = @PACKAGE_VERSION@ CYGRELEASE = 1 VPATH = @srcdir@ |