mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Merge with mainline
This commit is contained in:
commit
c2c71c32cf
@ -1,3 +1,9 @@
|
||||
2007-09-25 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* configure.in: Remove unnecessary heuristic to generate exeext
|
||||
variable, since AC_PROG_CC and others automatically set EXEEXT.
|
||||
Pointed out by Steve Kenton <skenton@ou.edu>.
|
||||
|
||||
2007-09-12 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* AUTHORS: Added... me...
|
||||
|
10
configure.in
10
configure.in
@ -133,16 +133,6 @@ if test -n "$auto_cflags"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
dnl
|
||||
dnl In case of {cyg,gnu}win32. Should be a _target_ test.
|
||||
dnl Might also be erelevant for DJGPP.
|
||||
dnl
|
||||
case "$host_os" in
|
||||
*win32) exeext='.exe';;
|
||||
*) exeext='';;
|
||||
esac
|
||||
AC_SUBST(exeext)
|
||||
|
||||
dnl
|
||||
dnl Checks for basic compiler characteristics.
|
||||
dnl
|
||||
|
@ -4,6 +4,10 @@
|
||||
(main): Use datetime_str instead of time_str, for those who have
|
||||
potentially long-running sessions.
|
||||
|
||||
2007-09-25 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.in: Use EXEEXT instead of exeext.
|
||||
|
||||
2007-09-24 Gisle Vanem <giva@bgnett.no>
|
||||
|
||||
* connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,
|
||||
|
@ -53,7 +53,7 @@ DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(local
|
||||
CFLAGS = @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
|
||||
exeext = @exeext@
|
||||
exeext = @EXEEXT@
|
||||
|
||||
INCLUDES = -I. -I$(srcdir)
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2007-09-25 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.in: Use EXEEXT instead of exeext.
|
||||
|
||||
2007-08-21 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* WgetTest.pm.in: Added support for timestamping of pre-existing
|
||||
|
@ -53,7 +53,7 @@ DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(local
|
||||
CFLAGS = @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
|
||||
exeext = @exeext@
|
||||
exeext = @EXEEXT@
|
||||
|
||||
INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user