Merge with mainline

This commit is contained in:
Micah Cowan 2007-10-02 21:36:57 -07:00
commit c2c71c32cf
6 changed files with 16 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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