mirror of
https://github.com/mirror/wget.git
synced 2025-01-01 07:50:11 +08: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>
|
2000-12-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* configure.in: Don't unconditionally define HAVE_SSL, even when
|
* 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)'
|
infodir='$(infodir)' mandir='$(mandir)' manext='$(manext)'
|
||||||
|
|
||||||
# subdirectories in the distribution
|
# subdirectories in the distribution
|
||||||
SUBDIRS = src doc po util
|
SUBDIRS = src doc po util windows
|
||||||
|
|
||||||
# default target
|
# default target
|
||||||
all: src/config.h Makefile $(SUBDIRS)
|
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"
|
echo "creating po/Makefile"
|
||||||
sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > 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
|
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
|
@ -229,4 +229,5 @@ dnl Create output
|
|||||||
dnl
|
dnl
|
||||||
AC_OUTPUT([Makefile src/Makefile doc/Makefile util/Makefile po/Makefile.in],
|
AC_OUTPUT([Makefile src/Makefile doc/Makefile util/Makefile po/Makefile.in],
|
||||||
[WGET_PROCESS_PO
|
[WGET_PROCESS_PO
|
||||||
|
test -d windows || mkdir windows
|
||||||
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
|
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
|
||||||
|
Loading…
Reference in New Issue
Block a user