]> sjero.net Git - wget/commitdiff
[svn] Applied Karl Eichwalder's patches.
authorhniksic <devnull@localhost>
Tue, 5 Dec 2000 23:56:34 +0000 (15:56 -0800)
committerhniksic <devnull@localhost>
Tue, 5 Dec 2000 23:56:34 +0000 (15:56 -0800)
<20001125153354.51087DD2DC@tux.gnu.franken.de>
<20001125165332.92862DD2DB@tux.gnu.franken.de>

ChangeLog
Makefile.in
configure
configure.in

index 540feea9a8020f1da29c0bae46a3ab6d3b084b96..362dfafc1250ebf6f69ba5b732a1f8fef41680c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-25  Karl Eichwalder  <ke@suse.de>
+
+       * Makefile.in (SUBDIRS): Add 'windows'.
+
 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * configure.in: Don't unconditionally define HAVE_SSL, even when
index c20287c69b30f3ec99cfd71fb5a7ca4a6da06f00..6b3b28e5a245df29a3a711feb2957491b17fd946 100644 (file)
@@ -69,7 +69,7 @@ prefix='$(prefix)' exec_prefix='$(exec_prefix)' bindir='$(bindir)' \
 infodir='$(infodir)' mandir='$(mandir)' manext='$(manext)'
 
 # subdirectories in the distribution
-SUBDIRS = src doc po util
+SUBDIRS = src doc po util windows
 
 # default target
 all: src/config.h Makefile $(SUBDIRS)
index 24fd41ead3c476f1b236ed6f5fad8cb4f9e7abd2..ff08c5081a83fa3f14d077396530d6bd96928bbe 100755 (executable)
--- a/configure
+++ b/configure
@@ -3638,6 +3638,7 @@ srcdir=$ac_given_srcdir # Advanced autoconf hackery
    echo "creating po/Makefile"
    sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
   
+test -d windows || mkdir windows
 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
 exit 0
 EOF
index 2b76a49edd191d2a38cb86cdf4c4cf20ac464cff..ef12b1ffa6c21d1a9ad1553a6c4abca506b8cd2e 100644 (file)
@@ -229,4 +229,5 @@ dnl Create output
 dnl
 AC_OUTPUT([Makefile src/Makefile doc/Makefile util/Makefile po/Makefile.in],
 [WGET_PROCESS_PO
+test -d windows || mkdir windows
 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])