mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Applied Karl Eichwalder's patches.
<20001125153354.51087DD2DC@tux.gnu.franken.de> <20001125165332.92862DD2DB@tux.gnu.franken.de>
This commit is contained in:
parent
47c6092ec4
commit
c9ccd27730
@ -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
|
||||
|
@ -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
1
configure
vendored
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user