[svn] Applied Karl Eichwalder's patches.

<20001125153354.51087DD2DC@tux.gnu.franken.de>
<20001125165332.92862DD2DB@tux.gnu.franken.de>
This commit is contained in:
hniksic 2000-12-05 15:56:34 -08:00
parent 47c6092ec4
commit c9ccd27730
4 changed files with 7 additions and 1 deletions

View File

@ -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

View 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)

1
configure vendored
View File

@ -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

View 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])