mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Create configure.bat in $srcdir.
This commit is contained in:
parent
916d8c1586
commit
41f850165a
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user