[svn] Create configure.bat in $srcdir.

This commit is contained in:
hniksic 2003-10-31 15:20:35 -08:00
parent 916d8c1586
commit 41f850165a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-03-09 Nicolas Schodet <contact@ni.fr.eu.org>
* Makefile.in: Fixed bad configure.bat scrdir.
2003-10-29 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Reenable IPv6 autodetection.

View File

@ -115,8 +115,8 @@ libtool: $(LIBTOOL_DEPS)
# Create configure.bat from configure.bat.in by DOS-ifying the lines.
# This is invoked by `make dist' and deleted by `make realclean' (not
# `make distclean' because we want to preserve it for distribution).
configure.bat: configure.bat.in
awk '{ print $$0 ($$0 ~ /\r$$/ ? "" : "\r") }' $@.in > $@
configure.bat: $(srcdir)/configure.bat.in
awk '{ print $$0 ($$0 ~ /\r$$/ ? "" : "\r") }' $< > $@
# create tag files for Emacs
TAGS: