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:
Diffstat (limited to 'src-release')
-rw-r--r--src-release6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-release b/src-release
index cf0f7fc60..1f8715444 100644
--- a/src-release
+++ b/src-release
@@ -46,7 +46,7 @@ PWD = $${PWDCMD-pwd}
# Files in devo used in any net release.
# ChangeLog omitted because it may refer to files which are not in this
# distribution (perhaps it would be better to include it anyway).
-DEVO_SUPPORT= README Makefile.in configure configure.in \
+DEVO_SUPPORT= README Makefile.in configure configure.ac \
config.guess config.sub config move-if-change \
COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
mkinstalldirs ltconfig ltmain.sh missing ylwrap \
@@ -184,9 +184,9 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
done)
#
# Take out texinfo from configurable dirs
- rm proto-toplev/configure.in
+ rm proto-toplev/configure.ac
sed -e '/^host_tools=/s/texinfo //' \
- <configure.in >proto-toplev/configure.in
+ <configure.ac >proto-toplev/configure.ac
#
mkdir proto-toplev/texinfo
ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/